Skip to content

stability

Symbol Details

cli_command: dep

def dep(*, target: str = ..., replacement: str | None = ...):
    ...

Mark target as deprecated.

CLI Options:

Flag Type Default Description
--target, -t str required Target: group | group.symbol | group.symbol.arg
--replacement, -r str | None required Replacement suggestion

Changes

Version Change
0.1.0 Made public

cli_command: exp

def exp(*, target: str = ...):
    ...

Mark target as experimental.

CLI Options:

Flag Type Default Description
--target, -t str required Target: group | group.symbol | group.symbol.arg

Changes

Version Change
0.1.0 Made public

cli_command: ga

def ga(*, target: str = ...):
    ...

Graduate target to GA (general availability).

CLI Options:

Flag Type Default Description
--target, -t str required Target: group | group.symbol | group.symbol.arg

Changes

Version Change
0.1.0 Made public