Skip to content

env-spec-language v0.2.2

Choose a tag to compare

@bumpy-bot bumpy-bot released this 17 Jun 08:08
1eae294
  • #786 (patch) - @setValuesBulk and @import support pick/omit key filters.
    Filter which keys are brought in with pick (allowlist) or omit (denylist) array args — e.g. @setValuesBulk(opLoadEnvironment(env-id), pick=[API_KEY, DB_*]) or @import(./.env.shared, omit=[LEGACY_TOKEN]). By default every key is included; pick and omit can't be combined, and both accept simple globs (*, ?).
    For @import, listing keys as positional args (@import(./.env.shared, KEY1, KEY2)) is now deprecated in favor of pick=[...] — it still works but warns.

Published to

  • ⏭️ custom — skipped (superseded by 0.2.3)