CLI Reference
Introduction
This document serves as reference documentation for all available commands in the Mykit CLI. Similar information can be obtained by running any mykit command with the -h or --help flags.
mykit completion
mykit docker-compose
mykit generate
mykit helm deploy
Command utilizes Helm to rapidly deploy a service onto Kubernetes, guided by predefined Helm chart configurations.
Usage
mykit helm deploy [flags]
Example
mykit helm deploy --context example-cluster --namespace default --value values.yaml --service example --tag v1.0.3
Flags
-c, --context string name of the kubeconfig context to use
-x, --extra-helm-args string set extra values on the command line
-h, --help help for helm deploy
-n, --namespace string namespace scope for this request
-s, --service string service name
-t, --tag string tag name (default "dev")
-f, --value string specify values in a YAML file or a URL