CloudNatix CLI
cnatix clusters configure
Configure a cluster.
Synopsis
This command generate a cluster configuration based on a user input and stores it in a configuration directory for subsequent installation.
cnatix clusters configure [flags]
Options
      --color string        Control color output. Available options are 'auto', 'always' and 'never'. (default "auto")
  -h, --help                help for configure
  -f, --input-file string   Provide a YAML file with configuration for known values before being asked.
                            To form the file, copy the questions from the prompts and create lines of the following format:
                            "<Prompt>":<Answer in YAML format>
Options inherited from parent commands
      --global-controller-domain string   Domain name of the CloudNatix Global Controller
      --workspace string                  workspace directory (default is $HOME/.cnatix)
SEE ALSO
- cnatix clusters - Clusters
 

