Skip to content

[upgrade]

Controls where ingrain upgrade fetches the release manifest and binaries.

KeyTypeSchema defaultOverride viaDescription
proxyUrlstringnoneINGRAIN_PROXY_URL env varBase 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.

[upgrade]
proxyUrl = "https://cli.ingrainlabs.dev"