Documentation Index
Fetch the complete documentation index at: https://docs.shardcloud.app/llms.txt
Use this file to discover all available pages before exploring further.
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:
Install a specific version (NPM only)
Examples
For detailed examples of using CLI commands with application IDs and from application directories, see the Commands Examples section.