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
Add `insta secrets set <name> [value] [--branch]` and `secrets unset <name>
[--branch]`, project-wide by default; value comes from the argument or stdin
(keeps secrets out of shell history). Both are handleApproval-aware (202).
Extend `policy set`'s help text with the secrets.write action.
Also fix a latent commander bug that silently dropped `--branch`/`--org` when
passed to a subcommand whose parent group (secrets, billing) declares the
same flag name for its own default action — enable positional options so a
flag written after the subcommand name binds to the subcommand, not the
group.
0 commit comments