Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 968 Bytes

gitkube_remote_generate.md

File metadata and controls

41 lines (27 loc) · 968 Bytes

gitkube remote generate

Generate a Remote spec in an interactive manner

Synopsis

An interactive prompt-driven approach to generate Remote spec, rather than writing yaml by hand

gitkube remote generate [flags]

Examples

  # 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)

Options

  -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

Options inherited from parent commands

      --kube-context string   kubernetes context to use

SEE ALSO

Auto generated by spf13/cobra on 26-May-2018