Skip to main content

otdfctl migrate

migrate - Migrate resources

Synopsis

otdfctl migrate [flags]

Description

migrate groups migration and migration-related cleanup workflows.

Use this command family when you want to inspect a migration plan, review changes interactively, or apply migration-related updates.

The parent migrate command owns flags shared by its subcommands:

  • --commit, -c: apply the planned changes instead of only rendering the plan
  • --interactive, -i: walk through the plan interactively before continuing

Options

-c, --commit <commit>
Writes changes to policy storage (required: false)
-i, --interactive <interactive>
Interactive walk through of migrations (required: false)

Aliases

migration