Feature Request: More Robust Multienv push
#594
Labels
feature-request
Request a new feature
multienv
Issues tied to multiple environment feature in the CLI
ops-multienv
Operational theme: multi-environment
p4
platform
Issues tied to the general CLI platform
THE PROBLEM(s)
X
settings get pushed to envY
(if for exampleamplify init
is skipped when changing branches).amplify push
actions, an Update operation could refer to either "patch existing resource" or "delete-and-recreate resource" (yikes!).auth
resources.IDEAL SOLUTION(s)
amplify push --env production
. Maybe this could be an optional argument anyway, so theamplify
command would validate the env matches what was requested and aborts otherwise?--no-delete-warning
to allow automated use but still indicate to script authors what (may) happen.The text was updated successfully, but these errors were encountered: