upgrade
Perform upgrade between versions.
def upgrade(
ctx: click.Context
) - > null
Perform upgrade between versions.
Parameters
| Name | Type | Description |
|---|---|---|
| ctx | click.Context | The Click context object used to share state and configuration between commands in the CLI hierarchy |
Returns
| Type | Description |
|---|---|
null | This function does not return a value; it serves as a command group for version migration subcommands. |