0.9.0
0.9.0
This release adds first-class support for moving devices in bulk and running end-to-end migration workflows from the CLI.
Added
- Added
organization.devices.moveDevicesupport to the public CLI API surface. - Added
xyte-cli util move-devicesfor batch device moves with dry-run/apply execution and structured reports. - Added the built-in
flow.device-migrationworkflow to match devices, dry-run moves, execute approved moves, verify results, and generate migration reports. - Added move verification and post-migration reporting outputs for device-move operations.
Fixed
- Fixed the move-device route used by the CLI to match the live organization API path.
- Fixed
xyte-cli api call --output-modevalidation so invalid values fail fast instead of silently falling back to raw output.
What's Changed
- build(deps-dev): bump picomatch from 4.0.3 to 4.0.4 by @dependabot[bot] in #29
- Embed YouTube demo video in GH Pages site by @portons in #30
- General refactoring and code styling fixes by @portons in #33
Full Changelog: v0.8.0...v0.9.0