abra app cmd ls <domain>
#484
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?
If I want to execute some abra cmds I always have to look into the
abra.sh
or theREADME
.Something like
abra app cmd ls <domain>
that shows the available commands and some usage docs would make the life a bit easier.@moritz would like to see this done. trying to think through it. I think some of the
abra.sh
examples I've checked are pretty chaotic and don't have a clear standard approach. So, parsing seems pretty scary. Maybe we could do a kind of recommended "docstring"? Any proposals?A standardized docstring format would be perfect! As for now it could simply print all the bash function names. A way to differentiate between public and private/internal functions would be nice. I.e
my_public_function()
,_internal_function()
With coop-cloud/abra#376 we have a simple listing now. If anyone wants to come up with a docstring format or otherwise work this out to be more informative, please open up another ticket.