lf set
Set entities from run config (policies, risk-policies).
Usage
lf set [OPTIONS] COMMAND [ARGS]...Subcommands
| policies | Update policies for the AI app (replacing the existing ones). |
| risk-policies | Update risk policies for the AI app (replacing the existing ones). |
lf set policies
Update policies for the AI app (replacing the existing ones).
Usage
lf set policies [OPTIONS]Options
| Name | Type | Description | Default |
|---|---|---|---|
--file, -f |
path | Path to a single run config. | |
-v, --validate |
boolean | Whether to only validate the config file without creating or updating any entities. | False |
lf set risk-policies
Update risk policies for the AI app (replacing the existing ones).
Usage
lf set risk-policies [OPTIONS]Options
| Name | Type | Description | Default |
|---|---|---|---|
--file, -f |
path | Path to a single risk policies config. | |
-v, --validate |
boolean | Whether to only validate the config file without creating or updating any entities. | False |