snowjs / cli

CLI tool for dead-simple serverless Docker deployments on managed Kubernetes services. A self-hosted PaaS. ⚡️
https://github.com/snowjs/cli/tree/secrets
MIT License
407 stars 10 forks source link

[Deploy] run without interactive prompts #13

Open petermikitsh opened 5 years ago

petermikitsh commented 5 years ago

Running the snow deploy command (and generically, all snow commands) without waiting for user input will be valuable for usage in CI environments.

We should either deprecate the interactive prompts, or allow passing in the necessary arguments for each command.