Skip to content

msw setup

Manage setup YAML records.

Subcommands

create

msw setup create <name> [--force]

Creates <config_dir>/setups/<name>.yaml with a skeleton to fill in.

list

msw setup list [--filter <fragment>]

rename

msw setup rename <old_name> --new-name <new_name> [--force]

Updates the name: field in the YAML and renames the file. Use --force to overwrite an existing target name.

Next steps after creating a setup

See Tutorial: Adding a Setup for the full workflow: device port paths, stage config, calibration, and optional hooks.