Allow specifying a volume for abra app volume rm
#574
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?
Currently the process exists but it's a little dangerous imo, and automating it e.g. for
abra.sh
or external scripts would be tricky.I propose adding an optional
<volume>
argument, to parallelabra app secret rm
.Example:
abra app volume rm foo.bar.com postgresql_data
→ deletesfoo_bar_com_postgresql_data
CC @val