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
I want to be set an overridden value for a secret from the command line. The --secret-overriding throws an error when used.
To Reproduce
Find a secret you wish to override. e.g. MY_SECRET
Run infisical secrets set --secret-overriding MY_SECRET=my_overridden_value
Error Error: unknown flag: --secret-overriding is thrown.
Expected behavior
I would expect the infisical CLI to set an overridden value for the secret.
Platform you are having the issue on:
Server: 0.99.0
CLI: 0.32.0
Additional context
It's possible this is not a supported flag for the set subcommand. If that is the case, please could you consider this a feature request instead of a bug report?
The text was updated successfully, but these errors were encountered:
Describe the bug
I want to be set an overridden value for a secret from the command line. The
--secret-overriding
throws an error when used.To Reproduce
MY_SECRET
infisical secrets set --secret-overriding MY_SECRET=my_overridden_value
Error: unknown flag: --secret-overriding
is thrown.Expected behavior
I would expect the infisical CLI to set an overridden value for the secret.
Platform you are having the issue on:
Additional context
It's possible this is not a supported flag for the
set
subcommand. If that is the case, please could you consider this a feature request instead of a bug report?The text was updated successfully, but these errors were encountered: