We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently the only way to set the secret contents is to pass them in CLI args in plain text.
This is:
I think the modal secret create command should have an interface to load secret values from environment or filesystem instead.
modal secret create
For example:
modal secret create my-secret MY_VALUE=env://MY_VALUE modal secret create my-secret MY_VALUE=file:///path/to/value modal secret create --from-file /path/to/secret.json my-secret
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Currently the only way to set the secret contents is to pass them in CLI args in plain text.
This is:
I think the
modal secret create
command should have an interface to load secret values from environment or filesystem instead.For example:
The text was updated successfully, but these errors were encountered: