Generate a Remote spec in an interactive manner
An interactive prompt-driven approach to generate Remote spec, rather than writing yaml by hand
gitkube remote generate [flags]
# Generate a remote and save it as 'example-remote.yaml':
gitkube remote generate -f example-remote.yaml
# Shows interactive prompts to type-in/select options.
# Contacts the cluster to create docker registry secret (if provided)
-h, --help help for generate
-o, --output string file format to output, supports yaml and json (default "yaml")
-f, --output-file string write generated spec to this file
--kube-context string kubernetes context to use
- gitkube remote - Manage Gitkube Remotes on a cluster