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
The tooling layer now supports environment variables.
A general mechanism for injecting values based on command lines flags is now supported through --inject/-t. This is not general command line flags, which may still be considered, but it is actually surprisingly hard to get a nice UX for. So closing this for now until --inject/-t proves insufficient.
Originally opened by @ukiahsmith in cuelang/cue#159
To what extent should environment variables and flags be unified?
How should the cmd command evaluate environmental variables and flags when both are specified.
The text was updated successfully, but these errors were encountered: