jx step create values

list of jx commands

jx step create values

Creates the values.yaml file from a schema

Synopsis

Creates a values.yaml from a schema

jx step create values [flags]

Examples

  # create the values.yaml file from values.schema.json in the current directory
  jx step create values
  
  # create the values.yaml file from values.schema.json in the /path/to/values directory
  jx step create values -d /path/to/values
  
  # create the cheese.yaml file from cheese.schema.json in the current directory
  jx step create values --name cheese

Options

  -d, --dir string                the directory to look for the <kind>.schema.json and write the <kind>.yaml, defaults to the current directory
  -h, --help                      help for values
      --name string               the kind of the file to create (and, by default, the schema name) (default "values")
      --namespace string          the namespace Jenkins X is installed into. If not specified it defaults to $DEPLOY_NAMESPACE or else defaults to the current kubernetes namespace
      --out string                the path to the file to create, overrides --dir and --name
      --schema string             the path to the schema file, overrides --dir and --name
      --secret-base-path string   the secret path used to store secrets in vault / file system. Typically a unique name per cluster+team. If none is specified we will default it to the cluster name from the jx-requirements.yml file in the current or a parent directory.
      --secrets-scheme string     the scheme to store/reference any secrets in, valid options are vault and local. If none are specified we will default it from the jx-requirements.yml file in the current or a parent directory.

Options inherited from parent commands

  -b, --batch-mode   Runs in batch mode without prompting for user input
      --verbose      Enables verbose output. The environment variable JX_LOG_LEVEL has precedence over this flag and allows setting the logging level to any value of: panic, fatal, error, warn, info, debug, trace

SEE ALSO

Auto generated by spf13/cobra on 2-Sep-2020