/cloudscale-cli

Command line client to the cloudscale.ch cloud API

Primary LanguagePythonMIT LicenseMIT

license python versions status pypi version PyPI - Downloads

cloudscale.ch CLI

The official cloudscale.ch command line interface (CLI) client.

Install

pipx install cloudscale-cli
cloudscale --help

Usage

Usage: cloudscale [OPTIONS] COMMAND [ARGS]...

Options:
  --version                  Show the version and exit.
  -a, --api-token TEXT       API token.
  -p, --profile TEXT         Profile used in config file.
  --debug                    Enables debug log output.
  -o, --output [table|json]  Output format.  [default: table]
  -h, --help                 Show this message and exit.

Commands:
  custom-image
  flavor
  floating-ip
  image
  network
  objects-user
  region
  server
  server-group
  subnet
  volume

Documentation

Please visit https://cloudscale-ch.github.io/cloudscale-cli.