Skip to content

Commit 2556991

Browse files
committed
Resolved Conflicts
2 parents 988870f + 2c164c8 commit 2556991

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

cumulusci/cli/cci.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
from cumulusci.utils.http.requests_utils import init_requests_trust
1919
from cumulusci.utils.logging import tee_stdout_stderr
2020

21+
from .checks import checks
2122
from .error import error
2223
from .flow import flow
2324
from .logger import get_tempfile_logger, init_logger
@@ -242,3 +243,4 @@ def shell(runtime, script=None, python=None):
242243
cli.add_command(flow)
243244
cli.add_command(plan)
244245
cli.add_command(robot)
246+
cli.add_command(checks)

0 commit comments

Comments
 (0)