0
0
forked from toolshed/abra

feat(app): Adds abra app move command

This commit is contained in:
2025-08-18 14:28:27 +02:00
parent 5cf6048ecb
commit 126acee958
7 changed files with 373 additions and 5 deletions

View File

@ -204,6 +204,7 @@ func Run(version, commit string) {
app.AppRestartCommand,
app.AppRestoreCommand,
app.AppRollbackCommand,
app.AppMoveCommand,
app.AppRunCommand,
app.AppSecretCommand,
app.AppServicesCommand,