Add a way to display Docker service names #372
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?
The service name is required for
docker-cp-deploy
, but currently there seems to be no way of getting it usingabra
, and instead we have to rundocker service ls
on the server.abra app ps
is close, but:STACK_NAME
is set manuallyIt would be nice if we could just run e.g.
abra app services <domain>
to get the full service names, e.g.