feat: check for docker / pulumi token before erroring out later in script
qdzlug opened this issue · 0 comments
qdzlug commented
Describe the bug
We should do this check up front, rather than waiting until the user hits the errors.
To Reproduce
Steps to reproduce the behavior:
-
Deploy without docker installed.
-
Blows up at KIC pull.
-
Deploy without pulumi token
-
Blows up at first invocation of pulumi.
Expected behavior
Check and inform the user how to fix.
Your environment
None
Additional context
None