Skip to content

Latest commit

 

History

History
43 lines (29 loc) · 1.7 KB

cloudcli.md

File metadata and controls

43 lines (29 loc) · 1.7 KB

cloudcli

Cloudcli server management

Synopsis

Cloudcli server management - create, configure and manage servers

Configuring cloudcli

You can set credentials and arguments using one of the following options:

  • A yaml configuration file at HOME/.cloudcli.yaml (or specified using the CLOUDCLI_CONFIG env var or --config flag)
  • Environment variables - uppercase strings, split with underscore and prefixed with CLOUDCLI_
  • CLI flags: --api-clientid "" --api-secret ""

See example.cloudcli.yaml and example-cloudcli.env for more details on using the yaml config file or environment variables.

Important Please keep your API credentials secure, it's recommended to use a configuration file with appropriate permissions and location.

Options

      --api-clientid string   API Client ID
      --api-secret string     API Secret
      --config string         config file (default is $HOME/.cloudcli.yaml)
      --debug                 enable debug output to stderr
      --dryrun                enable dry run mode, does not perform actions
      --format string         output format, default format is a human readable summary
  -h, --help                  help for cloudcli
      --no-config             disable loading from config file

SEE ALSO

Auto generated by spf13/cobra on 15-Aug-2021