fermilink.cli.commands.workspace module

fermilink.cli.commands.workspace.cmd_clean(args)[source]

Execute workspace cleanup via the CLI surface.

Parameters:

args (Namespace)

Return type:

int

fermilink.cli.commands.workspace.cmd_hpc(args)[source]

Execute workspace HPC profile management via the CLI surface.

Parameters:

args (Namespace)

Return type:

int

fermilink.cli.commands.workspace.cmd_init(args)[source]

Execute workspace initialization via the CLI surface.

Parameters:

args (Namespace)

Return type:

int

Execute the standalone fermilink-clean entrypoint.

Parameters:

argv (list[str] | None)

Return type:

int

Execute the standalone fermilink-init entrypoint.

Parameters:

argv (list[str] | None)

Return type:

int