Update start.sh
This commit is contained in:
parent
9b429db7d2
commit
f7b7119202
1 changed files with 2 additions and 0 deletions
2
start.sh
2
start.sh
|
|
@ -239,7 +239,9 @@ main() {
|
||||||
deploy_monitoring) cmd_deploy_monitoring "$@" ;;
|
deploy_monitoring) cmd_deploy_monitoring "$@" ;;
|
||||||
secrets:edit) cmd_secrets "edit" "$@" ;;
|
secrets:edit) cmd_secrets "edit" "$@" ;;
|
||||||
secrets:view) cmd_secrets "view" "$@" ;;
|
secrets:view) cmd_secrets "view" "$@" ;;
|
||||||
|
backup:init) cmd_backup "init" ;;
|
||||||
backup:run) cmd_backup "run" ;;
|
backup:run) cmd_backup "run" ;;
|
||||||
|
backup:list) cmd_backup "list" ;;
|
||||||
backup:restore) cmd_backup "restore" "$@" ;;
|
backup:restore) cmd_backup "restore" "$@" ;;
|
||||||
self-update) cmd_self_update "$@" ;;
|
self-update) cmd_self_update "$@" ;;
|
||||||
uninstall) cmd_uninstall "$@" ;;
|
uninstall) cmd_uninstall "$@" ;;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue