Skip to content

Codewise CLIOne command surface for DevOps

Scaffold, package, configure, and deploy containerized applications without memorizing disconnected toolchains.

Codewise CLI

Start in under a minute

bash
git clone https://github.com/aryansharma9917/codewise-cli.git
cd codewise-cli
make build
./codewise-cli --help

Then scaffold the deployment assets for your application:

bash
./codewise-cli docker init
./codewise-cli k8s init --app myapp --image myapp:latest
./codewise-cli helm init --app myapp --image myapp:latest

Safe exploration

Use k8s apply --dry-run, k8s delete --dry-run, and deploy run --dry-run before connecting Codewise to a cluster.

Released under the MIT License.