Skip to content

Commit a1df7a9

Browse files
authored
Merge pull request #27 from tago-io/APPCLI-8_Add_Backup_Restore_Flow
APPCLI-8 - Add backup management commands (create, list, restore, download)
2 parents 3f92652 + 79ade20 commit a1df7a9

25 files changed

Lines changed: 2927 additions & 7 deletions

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,12 @@ List of commands of the CLI
8787
| |
8888
| **Profiles** | |
8989
| export, app-export | export an application from one profile to another |
90+
| |
91+
| **Backup** | |
92+
| backup create | create a new profile backup |
93+
| backup list | list all profile backups |
94+
| backup restore | restore profile from a backup |
95+
| backup download | download a backup file to local folder |
9096

9197
## Analysis Runner
9298
When writing up your analysis, make sure you have the following lines at end of the code:

0 commit comments

Comments
 (0)