{
"name": "mackup",
"description": "Mackup",
"subcommands": [
{
"name": "list",
"description": "List all the supported mackup applications"
},
{
"name": "backup",
"description": "Sync your conf files to your synced storage"
},
{
"name": "restore",
"description": "Link the conf files already in your synced storage on your system"
},
{
"name": "show",
"description": "Show the current configuration",
"args": [
{
"name": "application"
}
]
},
{
"name": "uninstall",
"description": "Reset everything as it was before using Mackup"
}
],
"options": [
{
"names": [
"--help",
"-h"
],
"description": "Show help"
},
{
"names": [
"--force",
"-f"
],
"description": "Force every question asked to be answered with 'Yes'"
},
{
"names": [
"--root",
"-r"
],
"description": "Allow mackup to be run as superuser"
},
{
"names": [
"--dry-run",
"-n"
],
"description": "Show steps without executing"
},
{
"names": [
"--version"
],
"description": "Show version"
}
]
}