Allow recipes to skip "generate secrets?" prompt on "abra app new" #418
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?
Related to coop-cloud/organising#309 somewhat. It'd be nice if recipes could flag to
abra
that it shouldn't prompt to generate secrets onabra app new <recipe>
.In the case of Mastodon, this is confusing because there is a script invocation required to generate secrets in a way that Mastodon wants them:
abra app cmd <domain> secrets -l
.Glaxy brain is that
abra
could somehow defer to theabra.sh
custom secret generation for a recipe. However, the Mastodon secret generation script is kinda fragile and we probably don't want to explode in users faces when creating new apps. So that could be too tight a coupling for now.Perhaps:
And then some docs + small env check in
abra
and this would be good.Allow reicpes to skip "generate secrets?" prompt on "abra app new"to Allow recipes to skip "generate secrets?" prompt on "abra app new"Let's do #461 instead.