Skip to content

Commit be084ba

Browse files
Copilotlpcox
authored andcommitted
1 parent 22194e8 commit be084ba

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs-site/src/content/docs/reference/cli-reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1076,7 +1076,7 @@ awf predownload [options]
10761076
| `--image-tag <tag>` | string | `latest` | Container image tag (applies to squid, agent, agent-act, api-proxy, and cli-proxy images). Supports optional digest metadata — see [`--image-tag`](#--image-tag-tag) for format details. |
10771077
| `--agent-image <value>` | string | `default` | Agent image preset (`default`, `act`) or custom image |
10781078
| `--enable-api-proxy` | flag | `false` | Also download the API proxy image |
1079-
| `--difc-proxy` | flag | `false` | Also download the CLI proxy image (for `--difc-proxy-host`) |
1079+
| `--difc-proxy` | flag | `false` | Also download the CLI proxy image used when runtime flag `--difc-proxy-host` is set |
10801080

10811081
:::tip
10821082
After pre-downloading, use `--skip-pull` on subsequent runs to skip pulling images at runtime.

docs/usage.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,8 @@ Options:
101101
--rate-limit-rph <n> Max requests per hour per provider (requires --enable-api-proxy)
102102
--rate-limit-bytes-pm <n> Max request bytes per minute per provider (requires --enable-api-proxy)
103103
--no-rate-limit Disable rate limiting in the API proxy (requires --enable-api-proxy)
104-
--difc-proxy-host <host:port> Connect to an external DIFC proxy (mcpg) and enable the CLI
105-
proxy sidecar for gh command routing
104+
--difc-proxy-host <host:port> Connect to an external DIFC proxy (Multi-Cloud Proxy Gateway, "mcpg")
105+
and enable the CLI proxy sidecar for gh command routing
106106
--difc-proxy-ca-cert <path> Path to TLS CA cert written by external DIFC proxy
107107
--ruleset-file <path> YAML rule file for domain allowlisting (repeatable).
108108
Schema: version: 1, rules: [{domain, subdomains}]

0 commit comments

Comments
 (0)