-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
.okta.env file is actually a bash #69
Comments
The current way sets environment variables if you run |
Part of me feels we should emit On the .NET side, it seems our .NET blog posts don't use environment variables. Instead, they rely on values in files. Maybe .NET is just not as sophisticated as Java. 😜 |
💯 |
Here's another |
I'm just not sure we could/should make that a requirement to use the cli. |
Agreed. Could be something to try in a future post though. |
Hello!
I'm not sure was intentional but
okta apps create
generates effectively sh-like file..env
is key-value file format is very popular and has support pretty much in any language and dockerExpected behaviour
.env file is produced with format like:
Current behaviour
.okta.env has format like:
Workarond
The generated file can be converted to
.env
by stippingexport
bit with simple command:Okta CLI version:
0.7.1-1f9781e
The text was updated successfully, but these errors were encountered: