CLI for Crawlee Cloud - run and deploy Actors
npm install @crawlee-cloud/cliThe official CLI tool for Crawlee Cloud.
Manage your Crawlee Cloud resources, deploy Actors, and view logs directly from your terminal.
``bash`
npm install -g @crawlee-cloud/cli
Or use directly with npx:
`bash`
npx @crawlee-cloud/cli
`bash`
crawlee-cloud Alias
crc
- login - Login to your Crawlee Cloud accountpush
- - Deploy an Actor to the cloudrun
- - Start an Actor runcall
- - Run an Actor and wait for it to finishlogs
- - Stream logs from a running Actor
`bashLogin
crc login
Configuration
Connect to your self-hosted Crawlee Cloud server:
`bash
Login to your server
crc login --url https://your-server.com
`You'll be prompted for your API token. Credentials are stored in
~/.crawlee-cloud/config.json.$3
| Variable | Description |
| ----------------------- | --------------------- |
|
CRAWLEE_CLOUD_API_URL | Override API base URL |
| CRAWLEE_CLOUD_TOKEN` | Override API token |For full documentation, visit the Crawlee Cloud Documentation.