clawpack login

Authenticate with the ClawPack registry.

Usage

clawpack login [options]

Options

FlagDescriptionDefault
--api-key <key>API key (skip prompt)
--registry <url>Custom registry URLhttps://crate.clawpack.io
-h, --helpShow help

Getting Your API Key

  1. Go to crate.clawpack.io
  2. Sign in or create an account
  3. Go to Dashboard → Settings
  4. Copy your API key

Examples

# Interactive (prompts for key)
clawpack login

# Non-interactive
clawpack login --api-key your-key-here

# Custom registry
clawpack login --registry https://my-registry.example.com

Config Storage

Credentials are stored at ~/.clawpack/config.json.

See Also