Concepts
Console workflow
- OTA → Releases → create release with name and supported device types.
- Deployments → create deployment:
- Select release
- Choose targets (tags, fleets, and/or device names)
- Set retry policy and optional schedule
- Trigger deployment when ready.
- Monitor status on deployment detail; cancel if needed.
security.capabilities).
CLI workflow
Set org/project context first — see Context.Targeting rules
Deployments can combine:- target-tags — devices with any listed tag
- target-fleets — all devices in named fleets
- target-devices — explicit device names
Edge behavior
Omega’s OTA module downloads signed artifacts, verifies integrity, and applies updates per profile policy. Control messages use HMAC-signed envelopes — see Remote control.Troubleshooting
Use
platform-tui ota deployments list --release=<name> for CLI status inspection.