You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: parse CUMULUSCI_EXTRA_YAML as comma-separated, use pathlib
Splitting the env var on ":" broke on Windows where drive letters
contain colons (e.g. C:\tmp\a.yml). Switch to comma, the convention
used everywhere else in CCI for list-valued strings, via
process_list_arg. Replace os.path.isfile/open with pathlib.Path.
Update all CLI help strings, docstring, and docs.
0 commit comments