The DCD CLI is the primary way to interact with DeviceCloud from your terminal or CI/CD pipeline. It is published as @devicecloud.dev/dcd on npm.
npm install -g @devicecloud.dev/dcdAll commands require an API key. Set it as an environment variable to avoid passing it on every command:
export DEVICE_CLOUD_API_KEY=your-api-keyOr pass it explicitly with --api-key <key> on any command. You can find your API key in the console under Settings → API Key.
| Command | Description |
|---|---|
dcd cloud |
Upload an app and run Maestro flows on DeviceCloud |
dcd upload |
Upload an app binary and get a reusable binary ID |
dcd status |
Check the status of a test upload |
dcd list |
List recent uploads for your organisation |
dcd help |
Display help for any command |
dcd help
dcd help cloud
dcd help status