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