🐳
Container workflow
Generate and validate Dockerfiles, then build consistently tagged images.
Scaffold, package, configure, and deploy containerized applications without memorizing disconnected toolchains.

git clone https://github.com/aryansharma9917/codewise-cli.git
cd codewise-cli
make build
./codewise-cli --helpThen scaffold the deployment assets for your application:
./codewise-cli docker init
./codewise-cli k8s init --app myapp --image myapp:latest
./codewise-cli helm init --app myapp --image myapp:latestSafe exploration
Use k8s apply --dry-run, k8s delete --dry-run, and deploy run --dry-run before connecting Codewise to a cluster.