Next question, can I set a default stack with an e...
# getting-started
p
Next question, can I set a default stack with an environment variable or config parameter so I'm not having to type
-s stack
or select it interactively all the time?
m
Copy code
❯ pulumi stack select --help
Switch the current workspace to the given stack.

Selecting a stack allows you to use commands like `config`, `preview`, and `update`
without needing to type the stack name each time.
p
Thanks!