Stop generation of certain recipe secrets #309
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Sometimes
abra
can't generate a secret (it needs to be hashed or something) and we need to skip it. When you runsecret generate -a
, it should skip over it because you intend to manually insert it later on. Right now, you have to delete and re-insert manually./cc @knoflook
Maybe an API is
SECRET_MY_SECRET_VERSION=v1 # generate=false
.Converging on coop-cloud/organising#461
Oh whoops, didn't see this, thanks for gardening!