-
Notifications
You must be signed in to change notification settings - Fork 288
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pack update-stack
allows a user update an existing stack
#36
Comments
I have assumed that if either |
@dgodd - Agreed- seems like a weird edge case to support |
dgodd
added a commit
that referenced
this issue
Oct 4, 2018
WHEN I run pack update-stack my.custom.stack.id --run-image my-org/run --build-image my-org/build THEN the stack with the ID my.custom.stack.id will update the existing images for the stack in the config.toml with the ones specified AND the user will see the following message "<stack id> successfully updated." [#36]
Seeing this error message -
Should be this
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
WHEN I run
pack update-stack my.custom.stack.id --run-image my-org/run --build-image my-org/build
THEN the stack with the ID my.custom.stack.id will update the existing images for the stack in the config.toml with the ones specified
AND the user will see the following message "<stack id> successfully updated."
Notes
pack update-stack
with an existing stack ID."The text was updated successfully, but these errors were encountered: