chanzuckerberg / happy

Happy Path Deployment Tool

Home Page:https://chanzuckerberg.github.io/happy/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

feat: command that checks if a stack exists or not

edulop91 opened this issue · comments

we do things like (happy --profile="" list | grep -q $STACK_NAME in a couple of places to determine if we should create or update a happy stack.

2 options:

  • something like happy get stack <stack_name> will output information about the stack if it exists or an error otherwise.
  • happy update allows passing in a flag to create if missing.