group

1. group_addsystems

Add systems to a group.

usage: group_addsystems GROUP <SYSTEMS>

<SYSTEMS> can be any of the following:
name
ssm (see 'help ssm')
search:QUERY (see 'help system_search')
group:GROUP
channel:CHANNEL

2. group_backup

Backup a system group.

usage: group_backup NAME [OUTDIR]

OUTDIR defaults to $HOME/spacecmd-backup/group/YYYY-MM-DD/NAME

3. group_create

Create a system group.

usage: group_create [NAME] [DESCRIPTION]

4. group_delete

Delete a system group.

usage: group_delete NAME ...

5. group_details

Show the details of a system group.

usage: group_details GROUP ...

6. group_list

List available system groups.

usage: group_list

7. group_listsystems

List the members of a group.

usage: group_listsystems GROUP

8. group_removesystems

Remove systems from a group.

usage: group_removesystems GROUP <SYSTEMS>

<SYSTEMS> can be any of the following:
name
ssm (see 'help ssm')
search:QUERY (see 'help system_search')
group:GROUP
channel:CHANNEL

9. group_restore

Restore a system group.

usage: group_backup INPUTDIR [NAME] ...