githubEdit

Overview

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.

Installation

npm install -g @devicecloud.dev/dcd

Authentication

All 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-key

Or pass it explicitly with --api-key <key> on any command. You can find your API key in the console under Settings → API Key.

Commands

Command
Description

Upload an app and run Maestro flows on DeviceCloud

Upload an app binary and get a reusable binary ID

Check the status of a test upload

List recent uploads for your organisation

dcd help

Display help for any command

Getting Help

Last updated