Pass --chaos
status to abra.sh --local
commands
#571
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?
For e.g. the commands in Mastodon's
abra.sh
for generating secrets, invocations ofabra
fail during a--chaos
run, even with the flags seemingly in the right place:An alternative could be to unconditionally pass
--chaos
in invocations ofabra
inabra.sh
scripts, which might be less work¹, but would be slightly inconsistent withabra
's "bail on any forbidden-chaos state" behaviour.Setting e.g. an
ABRA_IS_CHAOS
environment variable when loading the localabra.sh
file would allow shell functions to conditionally insert--chaos
depending on whether it was specified on theabra app cmd --local
command-line.¹12 recipes seem to have
abra.sh
scripts which callabra
: