Skip to content

Commit c1f1fa5

Browse files
authored
Merge branch 'main' into codex/qoder-native-deployments
2 parents 4b7f501 + 87ab490 commit c1f1fa5

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/reference/cli.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ The `agents` command. This page documents every command and option defined in `p
66

77
| Option | Description |
88
|--------|-------------|
9-
| `-f, --config <path>` | Path to the config file. Defaults to `agents.yaml`. |
9+
| `-f, --file <path>` | Path to the config file. Defaults to `agents.yaml`. |
1010
| `-v, --verbose` | Increase logging verbosity. Repeat: `-vv`. |
1111
| `-q, --quiet` | Suppress non-error output. |
1212
| `--no-color` | Disable colored output. |
1313
| `-V, --version` | Print the CLI version. |
1414

15-
Most commands accept `--config <path>` and `--provider <name>` to target a single provider. Run `agents <command> --help` for the definitive list.
15+
Provider-backed commands such as `plan`, `apply`, `models`, `session`, and `deployment` accept `--provider <name>` to target a single provider. `validate` is an offline whole-file check and does not accept a provider filter. Run `agents <command> --help` for the definitive option list.
1616

1717
## `agents init`
1818

@@ -30,7 +30,7 @@ Launch the local web UI (fetches `@openagentpack/playground` on demand) and open
3030

3131
## `agents validate`
3232

33-
Validate the configuration file offline — checks YAML shape and field validity without making API calls.
33+
Validate the whole configuration file offline — checks YAML shape and field validity without making API calls. This command does not accept `--provider`; use `plan --provider <name> --refresh false` when you want to inspect one provider's projected changes without contacting remote APIs.
3434

3535
## `agents plan`
3636

0 commit comments

Comments
 (0)