Cloud CMS Command Line Client
============

For information about using the Cloud CMS Command Line Client, please visit:

[Cloud CMS CLI Documentation](https://gitana.io/documentation/cli.html)

## Requirements

This version of the Cloud CMS command line client requires Node 14.x or later.

## Timeout

Use the `--timeout` switch to specify a custom HTTP timeout for any HTTP(S) calls.

## HTTP(S) Proxy

Use an HTTP or HTTPS proxy by configuring the following environment variables to specify
the location of your proxy endpoint:

- `HTTP_PROXY`
- `HTTPS_PROXY`

In addition, the following environment variables are supported to prevent certain domains from routing
through the HTTP/HTTPS PROXY endpoints.

- `NO_PROXY`
- `*_PROXY`

For more information, see:
https://github.com/Rob--W/proxy-from-env?tab=readme-ov-file#environment-variables

