lf overview
Show overview of entities (currently policies, risk policies, and evaluations are supported).
Usage
lf overview [OPTIONS] COMMAND [ARGS]...Subcommands
| eval | Show overview of an evaluation with the given ID as JSON or in a table. |
| policies | Show an overview of policies (all or a specific one if key is provided) as JSON or in a table. |
| risk-policies | Show an overview of risk policies (all or a specific one if key is provided) as JSON or in a table. |
lf overview eval
Show overview of an evaluation with the given ID as JSON or in a table.
Usage
lf overview eval [OPTIONS]Options
| Name | Type | Description | Default |
|---|---|---|---|
--id |
text | ID of the evaluation to show overview for. | |
-j, --json |
boolean | If set, the output is printed to stdout as JSON. | False |
lf overview policies
Show an overview of policies (all or a specific one if key is provided) as JSON or in a table.
Usage
lf overview policies [OPTIONS]Options
| Name | Type | Description | Default |
|---|---|---|---|
--key |
text | Key of the policy to show overview for. | |
-j, --json |
boolean | If set, the output is printed to stdout as JSON. | False |
lf overview risk-policies
Show an overview of risk policies (all or a specific one if key is provided) as JSON or in a table.
Usage
lf overview risk-policies [OPTIONS]Options
| Name | Type | Description | Default |
|---|---|---|---|
--key |
text | Key of the risk policy to show overview for. | |
-j, --json |
boolean | If set, the output is printed to stdout as JSON. | False |