Supported CI tools
Currently, GitHub Actions is the only officially supported CI tool. However, support for other CI tools is coming soon. If you use a different CI tool, please reach out to support@mirurobotics.com to request support for your tool.API key authentication
When used in your CI pipeline, the CLI can be authenticated using an API key. Simply export theMIRU_API_KEY environment variable.
API key scopes
To determine the scopes to give an API key, find the CLI command you want to execute in the CLI Reference and consult its API key scopes section. For example, if you want to execute themiru release create command in CI, visit the create release command’s API key scopes section.

