cmd
Commands for probing readiness.
apply()
Probes atlantis apply was successful.
Updates statefile accordingly.
Source code in dapla_team_cli/pr/probe/cmd.py
26 27 28 29 30 31 32 33 34 35 |
|
plan()
Probes whether plans and checks were successful.
Updates statefile accordingly.
Source code in dapla_team_cli/pr/probe/cmd.py
14 15 16 17 18 19 20 21 22 23 |
|