feat(app): Adds abra app move command

This commit is contained in:
2025-08-18 14:28:27 +02:00
committed by decentral1se
parent 8c7b06a7bb
commit 61849a358c
7 changed files with 372 additions and 5 deletions

View File

@ -247,7 +247,7 @@ environment. Typically, you can let Abra generate them for you on app creation
}
secretName := fmt.Sprintf("%s_%s_%s", app.StackName(), name, version)
if err := client.StoreSecret(cl, secretName, data, app.Server); err != nil {
if err := client.StoreSecret(cl, secretName, data); err != nil {
log.Fatal(err)
}