cycl check

usage: cycl check [-h] [--exit-zero]
                  [--log-level {DEBUG,INFO,WARNING,ERROR,CRITICAL}]
                  [--cdk-out CDK_OUT]
                  [--ignore-nodes IGNORE_NODES [IGNORE_NODES ...]]
                  [--ignore-edge u v]

Named Arguments

--exit-zero

Exit zero regardless of cyclic chekc result.

Default: False

--log-level

Possible choices: DEBUG, INFO, WARNING, ERROR, CRITICAL

Sets the logging level.

Default: 'INFO'

--cdk-out

EXPERIMENTAL : Path to cdk.out/, where the cdk synthesizes the cloud assembly output.

--ignore-nodes

List of nodes to to ignore when building the graph. Don’t repeat --ignore-nodes if you have multiple nodes (ex. --ignore-nodes v1 v2).

Default: []

\[\forall v \in V(G), \quad v \notin V_{\text{ignored}}\]
--ignore-edge

Specify an edge to ignore by providing two nodes delimited by a space. --ignore-edge u v must be repeated for each edge provided.

Default: []

\[\forall (u, v) \in E(G), \quad (u, v) \notin E_{\text{ignored}}\]