Cloudcli server management
Cloudcli server management - create, configure and manage servers
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.
--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
- cloudcli init - Initialize cloudcli
- cloudcli queue - Task queue management
- cloudcli server - Server management
- cloudcli version - Get the cloudcli version