Skip to main content

Installation

Repo: https://github.com/shard-cloud/cli To install the CLI, just run the following command in your terminal: macOS, Linux, and WSL:
curl -fsSL https://cli.shardcloud.app | bash
Windows | need npm installed:
npm install -g shard-cloud-cli

Authentication

See Authentication for more details.

Update

To update the CLI, just run the following command in your terminal: macOS, Linux, and WSL:
curl -fsSL https://cli.shardcloud.app | bash
Windows | need npm installed:
shardcloud update

Install a specific version (NPM only)

shardcloud install 1.0.0

Examples

For detailed examples of using CLI commands with application IDs and from application directories, see the Commands Examples section.