Authenticating with Sidecrate CLI

You must authenticate using a JWT token to interact with the Sidecrate API.

Syntax:

sidecrate login [options]

Options:

- -t, --token <token> – JWT token

- -s, --session <session> – alias for token

Example:

sidecrate login --token "your-jwt-token-here"

Token is stored in ~/.sidecrate/config.json for future commands.

Updated on