baasil-cli
baasil-cli copied to clipboard
A CLI tool for creating and deploying cloud native apps to Rancher + Kubernetes infrastructure
* Startup app with baasil create works fine. I can push it to my local docker and runs perfectly. * Now I have setup the dev environment with typescript and...
This allows to start a debugging session by running baasil like the following: ``` baasil run --socketClusterArgs="--inspect-workers=0.0.0.0:5858" ``` The `0.0.0.0` is important, because the default is `127.0.0.1`, which would not...
When child_process chooses cmd.exe as it's shell, the correct chaining of commands is '&', but for powershell it's ';'. This caused an error in the deploy command. So, instead of...
Hello John, I would like to use baasil, kubernets and dockers. But I couldn't able to create rancher environment from Baasil dashboard. So I have installed rancher, Kubernets, and dockers...