cli icon indicating copy to clipboard operation
cli copied to clipboard

CLI tool for dead-simple serverless Docker deployments on managed Kubernetes services. A self-hosted PaaS. ⚡️

Results 23 cli issues
Sort by recently updated
recently updated
newest added

Currently, the helm tiller connection is secured via TLS/SSL. We generate a Certificate Authority that's good for [20 years](https://github.com/snowjs/cli/blob/secrets/src/create.ts#L190), a Helm certificate that's valid for [1 year](https://github.com/snowjs/cli/blob/secrets/src/create.ts#L215), and a Tiller...

priority:low

When we provision a cluster during `snow create`, we create an 8gb persistent volume claim. Currently, each deployment grows the space used on the volume. We need to manage the...

priority:medium

The install command is currently only supporting mac. Would be nice to check the OS and use different dependencies arrays for each OS. Might be a good idea to extract...

priority:high

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,...

priority:high

Deployments aren't too useful if you can't attach environment variables to them. Acceptance criteria for this issue: The `snow deploy` command will recognize the following values in `now.json`: ``` "env":...

priority:high

First things first: Just brainstorming here ;) I looked into [exoframe](https://github.com/exoframejs/exoframe) as an alternative to now.sh. They use a server client architecture. The CLI is a client connecting to the...

If you run snow without commands the deploy function is executed. If there is no Dockerfile you end up with an error message. Would be nice to get some hint...

It would be nice to have daily/PR hook tests that ran end-to-end against each provider: minikube, digital ocean, google cloud platform, etc. This would include basic features like: - cluster...

From time-to-time, we may need to make changes to the Kubernetes objects that enable the seamless deployment process snow provides -- to respond to breaking changes in Kubernetes itself, or...

I'm getting this error if minikube is stopped on `snow create`. I see that there is a catch around this command. Don't know why this error is printed. The script...