Documentation ¶ Overview ¶ Package migrate provides the ability to bootstrap remote state backend. Index ¶ Constants func NewCommand(l log.Logger, opts *options.TerragruntOptions) *cli.Command func NewFlags(l log.Logger, opts *options.TerragruntOptions, prefix flags.Prefix) cli.Flags func Run(ctx context.Context, l log.Logger, srcPath, dstPath string, ...) error Constants ¶ View Source const ( CommandName = "migrate" ForceBackendMigrateFlagName = "force" ) Variables ¶ This section is empty. Functions ¶ func NewCommand ¶ func NewCommand(l log.Logger, opts *options.TerragruntOptions) *cli.Command func NewFlags ¶ func NewFlags(l log.Logger, opts *options.TerragruntOptions, prefix flags.Prefix) cli.Flags func Run ¶ func Run(ctx context.Context, l log.Logger, srcPath, dstPath string, opts *options.TerragruntOptions) error Types ¶ This section is empty. Source Files ¶ View all Source files cli.gomigrate.go Click to show internal directories. Click to hide internal directories.