Reconsidering deploy --update / rollback #127
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
copied from old issue:
Suggestion:
abra app <app> deploy
just handles initial deploys, and re-deploys with--force
abra app <app> upgrade
just handles upgrades -- latest version by default, or specified new versionabra app <app> rollback
(ordowngrade
?) just handles downgrades -- latest-but-one version by default, or specified older version.So the three subcommands are very similar, except
deploy
won't allow a version change,upgrade
only allows version upgrades (and defaults to latest available),rollback
only allows downgrades (and defaults to latest-but-one).But wide open to other ideas.
by @decentral1se:
Gonna try to finally squash this one.