Skip to content

Commit 6f892cc

Browse files
committed
docs: add CUMULUSCI_EXTRA_YAML env var entry
Intentionally skipping docs/history.md — release notes there are auto-generated from PR titles between latest-start/latest-stop markers.
1 parent 2823e9d commit 6f892cc

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

docs/env-var-reference.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,14 @@ information from `HEROKU_TEST_RUN_BRANCH` and
1616
If present, will instruct CumulusCI to not refresh OAuth tokens for
1717
orgs.
1818

19+
## `CUMULUSCI_EXTRA_YAML`
20+
21+
Colon-separated list of paths to additional YAML files to merge into
22+
the project config for each `cci task run`, `cci task info`,
23+
`cci flow run`, and `cci flow info` invocation. The `--extra-yaml`
24+
flag on those commands takes precedence when both are set. See
25+
[the CLI reference](cli.md#the-extra-yaml-flag) for merge semantics.
26+
1927
## `CUMULUSCI_KEY`
2028

2129
An alphanumeric string used to encrypt org credentials at rest when an
@@ -27,6 +35,7 @@ Used for specifying a GitHub Repository for CumulusCI to use when
2735
running in a CI environment.
2836

2937
(cumulusci-system-certs)=
38+
3039
## `CUMULUSCI_SYSTEM_CERTS`
3140

3241
If set to `True`, CumulusCI will configure the Python `requests` library
@@ -44,6 +53,7 @@ Contents of a JSON Web Token (JWT) used to [authenticate a GitHub
4453
app](https://developer.github.com/apps/building-github-apps/authenticating-with-github-apps/##authenticating-as-a-github-app).
4554

4655
(github-token)=
56+
4757
## `GITHUB_TOKEN`
4858

4959
A GitHub [personal access

0 commit comments

Comments
 (0)