Installation and Setup

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

Steps for Linux/macOS:

1. Download the binary (`sidecrate-cli-linux` or sidecrate-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-cli-win.exe.

2. Rename to sidecrate.exe.

3. Add to PATH environment variable.

Global Options:

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

- -h, --help – show help

- -V, --version – show version

Updated on