feat!: abra app env pull

`abra app env` -> `abra app env list`.

See toolshed/abra#497
This commit is contained in:
2025-10-31 17:47:32 +01:00
parent 96e59cf196
commit dc2cd85d91
4 changed files with 345 additions and 13 deletions

View File

@ -283,6 +283,11 @@ Config:
app.AppBackupSnapshotsCommand,
)
app.AppEnvCommand.AddCommand(
app.AppEnvListCommand,
app.AppEnvPullCommand,
)
app.AppCommand.AddCommand(
app.AppBackupCommand,
app.AppCheckCommand,