abra app ls -S
shouldn't fail if a single .env file is missing
#560
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?
In alakazam we have a command to do a
ps
over all our instances and apps. It usesabra app ls -S -s <INSTANCE> -m
in the background.Said command raises the following error, if the server has an app deployed without the respective .env file on the client system.
FATA unable to retrieve tags for <APP>: repository does not exist
In a shared environment, this happens frequently. It'd be nice if the command could still output as much as possible, with a warning for said missing .env file