cmd
State file command implementations.
remove()
Removes the state file.
Source code in dapla_team_cli/pr/state/cmd.py
28 29 30 31 32 33 34 35 |
|
show(repo_name=typer.Option(None, '--repo-name', '-rn', help='The name of the repo you want to show the state for'))
Visualises the state of the run.
Source code in dapla_team_cli/pr/state/cmd.py
17 18 19 20 21 22 23 24 25 |
|