[upgrade]
Controls where ingrain upgrade fetches the release manifest and binaries.
| Key | Type | Schema default | Override via | Description |
|---|---|---|---|---|
proxyUrl | string | none | INGRAIN_PROXY_URL env var | Base URL of the install proxy. |
proxyUrl is optional in the schema. If it is absent from both conf.toml
and the env, the upgrade command falls back to https://cli.ingrainlabs.dev.
The env var, when set, takes precedence over conf.toml.
Example
Section titled “Example”[upgrade]proxyUrl = "https://cli.ingrainlabs.dev"See also
Section titled “See also”upgradecommand — the CLI that uses this setting.