Quick Start
# maestro cloud --apiKey <apiKey> <appFile> <flowFile>
dcd cloud --apiKey <apiKey> <appFile> <flowFile>1. Install the CLI
npm install -g @devicecloud.dev/dcd2. Get your API key
3. Run your first flow
dcd cloud --apiKey <apiKey> <appFile>.app <flowFile>dcd cloud --apiKey <apiKey> <appFile>.apk <flowFile>Last updated