#list of env vars accepted by dagger cli?
1 messages · Page 1 of 1 (latest)
especially i am looking for an env var to set --progress option permanently
Hi @velvet belfry, when you say env vars accepted by Dagger, I'm assuming you mean when running dagger <cmd>? If that is the case, there are not very many env vars to CLI options set options at the moment.
There are a few mentioned here and looking through the repo I didn't see anything set on those flag/options.
yes, i mean the dagger cli, like dagger call build. i want to set --pregress=plain via env vars, could not find if it is possible via an env var like DAGGER_PROGRESS=plain dagger call build.
when you say "few mentioned here" linking to the page, do you mean only those two DAGGER_SESSION_PORT and DAGGER_SESSION_TOKEN? i cannot see any more vars.
That is currently not possible, but I'm going to file an issue on GitHub to add that as a feature and get feedback from the team.