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
Well, more options allow for more choices and where certain environments are limited in the use of stdin, they can defer to environment variables.
eg. I tried to debug main_init_preseed in vscode, but vscode debug cannot read from stdin.
When using ansible also, I'd prefer to set the pressed content as an environment variable because it makes things more.
And this is just me.
As potential adoption of microcloud grows, you'd definitely find cases where the ability to set env variables would be the deciding factor in choosing microcloud over other options.
The ask is simple.
Environment variables increase the ease and option of automation by a lot.
You could read stdin first and if it's nil or empty then read the environment variable next.
and
The text was updated successfully, but these errors were encountered: