miru device clone.
The deployment is staged, not deployed.
API key scopes
If staging from a CI pipeline, the following API key scopes are required:devices:readreleases:readconfig_instances:writedeployments:writedeployments:stage
Usage
- Current directory
- Custom root
By default, staging a device reads the config files from the current directory.
string
required
Device name as the dashboard shows it. Names are unique within a workspace.Examples:
robot-42string
required
Release version to stage, matched exactly.Examples:
v1.2.0string
Directory to read the config files from. Defaults to the current directory.Each slot is read from its device path relative to this directory, so
/srv/miru/configs/mobility.json is read from {--root}/srv/miru/configs/mobility.json. Pass / to read at the computer’s root.Examples: ./robot-42-fs, /string
Description stored on the staged deployment. Defaults to
staged from local files via miru CLI.Examples: "updated gains"
