Skip to content

template-vars: decide on {{env:NAME}} (likely redundant) #61

Description

@HumanBean17

Follow-up to PR #56 (template variables).

Proposal under consideration: an {{env:NAME}} token to read process env vars at runtime inside command args.

Current leaning: drop it — likely redundant with (a) shell expansion in CLI args, (b) --param key=$VAR, and (c) ${ENV} load-time interpolation. Filed to record the decision and keep it revisitable; if a concrete need emerges, implement it (with the same injection-safety reasoning: env values are NOT charset-bounded, so {{env:NAME}} would re-introduce a non-safe value surface and needs careful scoping).

Decision recorded per the design spec §16.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions