Playground
Interactive CLI
Try these commands
$ vm_tool --help
$ vm_tool deploy-docker --profile prod --health-port 8000
$ vm_tool deploy-docker --host 10.0.2.10 --user ubuntu --dry-run
$ vm_tool deploy-k8s --method manifest --manifest k8s/app.yml --namespace prod
$ vm_tool deploy-k8s --method helm --helm-chart bitnami/nginx --helm-release nginx --dry-run
$ vm_tool history --host 10.0.2.10
$ vm_tool rollback --host 10.0.2.10
$ vm_tool drift-check --host 10.0.2.10
$ vm_tool generate-pipeline
$ vm_tool config list-profiles
vm-tool-playground
Welcome to VM Tool playground. Type a command or click an example.
$