clawpack login
Authenticate with the ClawPack registry.
Usage
clawpack login [options]Options
| Flag | Description | Default |
|---|---|---|
--api-key <key> | API key (skip prompt) | — |
--registry <url> | Custom registry URL | https://crate.clawpack.io |
-h, --help | Show help | — |
Getting Your API Key
- Go to crate.clawpack.io
- Sign in or create an account
- Go to Dashboard → Settings
- 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.comConfig Storage
Credentials are stored at ~/.clawpack/config.json.