subcommand to output machine readable information about particular deployed app #821
Reference in New Issue
Block a user
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?
It would be convenient for external scripting purposes to have a command in
abra, suggestabra app infothat would output some key information about an app, both as human readable and machine readable (e.g. as JSON and as a variable list) for use in external scripts.The following information would be mighty useful:
I've had a few instances where I wanted to script something and I had to hard code this infromation in the script whereas it would've been better to be able to retrieve it this way.