winglang/wing

If `--values FILE` is not provided, the `WING_VALUES_FILE` variable is not considered `nil`

Open

#4.982 geöffnet am 17. Nov. 2023

Auf GitHub ansehen
 (3 Kommentare) (0 Reaktionen) (1 zugewiesene Person)TypeScript (214 Forks)github user discovery
good first issue⌨️ cli🐛 bug

Repository-Metriken

Stars
 (5.385 Stars)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

I tried this:

bring util;

if let x = util.tryEnv("WING_VALUES_FILE") {
  log(x);
}

This happened:

Prints undefined

I expected this:

Not to print anything if there I didn't specify a values file.

Is there a workaround?

No response

Anything else?

No response

Wing Version

No response

Node.js Version

No response

Platform(s)

No response

Community Notes

  • Please vote by adding a 👍 reaction to the issue to help us prioritize.
  • If you are interested to work on this issue, please leave a comment.

Contributor Guide