-
Notifications
You must be signed in to change notification settings - Fork 3
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
Consistent HUB_STACK_NAME
parameter support
#44
Labels
enhancement
New feature or request
Comments
oginskis
added a commit
that referenced
this issue
May 22, 2023
oginskis
added a commit
that referenced
this issue
May 25, 2023
oginskis
added a commit
that referenced
this issue
May 25, 2023
oginskis
added a commit
that referenced
this issue
May 26, 2023
@oginskis any progress? |
This is done and released. Moved to done. |
Sorry, not yet released, will go to 1.0.14 |
oginskis
added a commit
that referenced
this issue
Jul 17, 2023
Released in v1.0.14 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The
HUB_STACK_NAME
parameter is a de-facto human-readable stack identifier generated when a new stack gets initialized with thehubctl stack init
extension. It should appear in the state even if a user does not explicitly add it as a stack parameter, otherwise, it causes several technical issues (for example, it's not possible to recover the stack from its remote state).During the
hubctl verb
command, theHUB_STACK_NAME
should be handled as follows:hub.stackName
in the stack parametersHUB_STACK_NAME
environment variable AND add it to the state ashub.stackName
HUB_STACK_NAME
environment variable is not set: generate a new value usingpetname
library AND add it to the state ashub.stackName
The text was updated successfully, but these errors were encountered: