lf overview
Show overview of entities (currently policies, risk policies, evaluation runs, and evaluation plan runs are supported).
Usage
lf overview [OPTIONS] COMMAND [ARGS]...Subcommands
| eval-plan-run | Show overview of an evaluation plan run with the given ID as JSON or in a table. |
| eval-run | Show overview of an evaluation run 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-plan-run
Show overview of an evaluation plan run with the given ID as JSON or in a table.
Usage
lf overview eval-plan-run [OPTIONS]Options
| Name | Type | Description | Default |
|---|---|---|---|
--id |
text | ID of the evaluation plan run to show overview for. | |
-j, --json |
boolean | If set, the output is printed to stdout as JSON. | False |
lf overview eval-run
Show overview of an evaluation run with the given ID as JSON or in a table.
Usage
lf overview eval-run [OPTIONS]Options
| Name | Type | Description | Default |
|---|---|---|---|
--id |
text | ID of the evaluation run 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 |