floitsch 03/26/2024 11:28 AMᐅ artemis fleet group move --help
Move devices between groups.
Usage:
artemis fleet group move --to=<string> [<options>] [--] [<device>...]
Options:
--group string A group to move the devices from. (multi)
-h, --help Show help for this command.
--to string The group to move the devices to. (required)
Rest:
device string The ID, namer or alias of a device to move. (multi)
Global options:
--fleet directory|reference Specify the fleet. Can also be set with the ARTEMIS_FLEET environment variable.
--output-format text|json Specify the format used when printing to the console. (default: text)
--verbose Enable verbose output. Shorthand for --verbosity-level=verbose.
--verbosity-level debug|info|verbose|quiet|silent Specify the verbosity level.
Examples:
# Move all devices from group 'g1' to group 'g2':
artemis fleet group move --to=g2 --group=g1
# Move devices 'big-whale' and 12345678-1234-1234-1234-123456789abc to group 'g2':
artemis fleet group move --to=g2 big-whale 12345678-1234-1234-1234-123456789abc
(edited)
1