Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jlantz committed Jan 2, 2024
1 parent 73c931b commit a636dd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -929,4 +929,4 @@ $ cci flow info custom_flow_for_1.2 --load-yml migrations/1.2.yml
$ cci flow run custom_flow_for_1.2 --load-yml migrations/1.2.yml
```

Behind the scenes, CumulusCI is merging the yaml file specified by `--load-yml` on top of the project config. This means any customizations you could make in cumulusci.yml can also be made in a file loaded via `--load-yml`
Behind the scenes, CumulusCI is merging the yaml file specified by `--load-yml` on top of the project config only for the single command being run. This means any customizations you could make in cumulusci.yml can also be made in a file loaded via `--load-yml`, and they won't have any impact on any other commands you run without `--load-yml` or with a different yaml file path provided.

0 comments on commit a636dd1

Please sign in to comment.