Only check status for servers which have an instance of <recipe> on them, if -r is specified #363
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 running
abra app ls -r wordpress -S
looks up status info from all servers, even ones which don't have awordpress
instance on them.It could save a lot of time if we only connect to servers which have the specified recipe on them.