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.

get version
tofupilot versions get --procedure-id proc_abc --tag v1.0.0

create

The create subcommand creates a version tag, and the required flags are --procedure-id and --tag.

create version
tofupilot versions create --procedure-id proc_abc --tag v1.0.0

rm

The rm subcommand deletes a version, and the required flags are --procedure-id and --tag.

delete version
tofupilot versions rm --procedure-id proc_abc --tag v1.0.0

How is this guide?

On this page