Skip to main content

upgrade

Perform upgrade between versions.

def upgrade(
ctx: click.Context
) - > null

Perform upgrade between versions.

Parameters

NameTypeDescription
ctxclick.ContextThe Click context object used to share state and configuration between commands in the CLI hierarchy

Returns

TypeDescription
nullThis function does not return a value; it serves as a command group for version migration subcommands.