Skip to content

0.9.0

Choose a tag to compare

@portons portons released this 15 Apr 05:52
· 90 commits to main since this release

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.moveDevice support to the public CLI API surface.
  • Added xyte-cli util move-devices for batch device moves with dry-run/apply execution and structured reports.
  • Added the built-in flow.device-migration workflow 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-mode validation 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