trello-backuper.cli
0.2.0
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet tool install --global trello-backuper.cli --version 0.2.0
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest # if you are setting up this repo dotnet tool install --local trello-backuper.cli --version 0.2.0
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=trello-backuper.cli&version=0.2.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
nuke :add-package trello-backuper.cli --version 0.2.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Trello Backupper, the backup creator for Trello boards
This tool is designed to do a full backup of Trello boards, including attachments.
It is available as
- dotnet tool
- docker container
First steps
- Get the app key from https://trello.com/app-key
- Use the app key to get the token: https://trello.com/1/authorize?scope=read&expiration=never&name=backup&key=REPLACE_WITH_YOUR_API_KEY&response_type=token
Install
You can use the tool as dotnet tool or as docker container, which will periodically do backups.
As dotnet tool
Run dotnet tool install --global trello-backuper.cli
to install the tool globally. This requires installed dotnet 6.
After installation, run trello-backuper --app-key [Your App key] --token [Your token] backup [Your target directory]
. This will do
a full backup of your trello account.
To see additional options run trello-backupper backup --help
.
As docker container
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
Version | Downloads | Last updated | |
---|---|---|---|
1.0.0 | 507 | 8/21/2022 | |
0.2.0 | 469 | 8/17/2022 | |
0.1.0 | 539 | 5/31/2022 | |
0.0.1-test | 304 | 5/31/2022 |