Skip to content

Caepe configure edit

caepe configure edit

edit configuration non-interactively

Synopsis

Edit the configuration used by caepe cli to access caepe servers non interactively

caepe configure edit [flags]

Examples

caepe configure edit --hostname <hostname> --auth-endpoint <auth-endpoint> --organization <organization>

Options

      --auth-host string      Caepe authentication endpoint. (required)(ENV CAEPE_AUTHENTICATION_HOSTNAME)
  -h, --help                  help for edit
      --hostname string       Caepe hostname. (required)(ENV CAEPE_HOSTNAME)
      --organization string   Caepe organization. (required)(ENV CAEPE_ORGANIZATION)
      --scheme string         Http scheme: Choose from: [https http](ENV CAEPE_SCHEME) (default "https")
      --skip-tls              Skip TLS verification(ENV CAEPE_SKIP_TLS)

Options inherited from parent commands

      --config string   config file path (default /$HOME/.caepe/config)
      --debug           output debug logs
      --dry-run         do not send the request to server
      --raw-output      show raw output

SEE ALSO

Auto generated by spf13/cobra on 16-Apr-2025
Back to top