tofupilot versions
Last updated on May 21, 2026
The versions command manages procedure version tags.
get
The get subcommand fetches a version, and the required flags are --procedure-id and --tag.
tofupilot versions get --procedure-id proc_abc --tag v1.0.0create
The create subcommand creates a version tag, and the required flags are --procedure-id and --tag.
tofupilot versions create --procedure-id proc_abc --tag v1.0.0rm
The rm subcommand deletes a version, and the required flags are --procedure-id and --tag.
tofupilot versions rm --procedure-id proc_abc --tag v1.0.0How is this guide?