Installation and Setup

You can install Sidecrate Space CLI via binary files for Linux, macOS, or Windows.

Steps for Linux/macOS:

1. Download the binary (`sidecrate-space-cli-linux` or sidecrate-space-cli-macos) from [Seller Dashboard](https://sidecrate.com/SellerDashboard).

2. Make it executable: chmod +x sidecrate

3. Move it to a PATH directory:

sudo mv sidecrate /usr/local/bin/

4. Verify installation:

sidecrate --version

Windows:

1. Download sidecrate-space-cli-windows.exe.

2. Rename to sidecrate.exe.

3. Add to PATH environment variable.

Global Options:

- -t, --token <token> – authentication token

- -h, --help – show help

Updated on