You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
WHEN I run pack set-default-stack my.custom.stack.id THEN the stack ID passed in will be set as the default in the config.toml file AND the following message will be displayed to the user
my.custom.stack.id is now the default stack
Notes
If the stack ID passed in does not exist then return the following message <stack ID> does not exist. Please pass in a valid stack ID.
The text was updated successfully, but these errors were encountered:
WHEN I run
pack set-default-stack my.custom.stack.id
THEN the stack ID passed in will be set as the default in the config.toml file
AND the following message will be displayed to the user
Notes
<stack ID> does not exist. Please pass in a valid stack ID.
The text was updated successfully, but these errors were encountered: