Skip to content

Add configurable array delimiter and quoting for env output#19

Merged
maff merged 3 commits into
mainfrom
feature/env-csv
Jan 23, 2025
Merged

Add configurable array delimiter and quoting for env output#19
maff merged 3 commits into
mainfrom
feature/env-csv

Conversation

@maff
Copy link
Copy Markdown
Owner

@maff maff commented Jan 23, 2025

  • Add arrayDelimiter option to configure how array values are joined (default: space)
  • Add quoteArrays option to wrap array values in quotes when they contain spaces (default: false)

Example:

output:
  env:
    arrayDelimiter: ","
    quoteArrays: true

@maff maff changed the title Make env array output configurable (delimiter, quoting) Add configurable array delimiter and quoting for env output Jan 23, 2025
@maff maff merged commit 29b2f0d into main Jan 23, 2025
@maff maff deleted the feature/env-csv branch January 23, 2025 12:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant