Add additional output formats for lists/info #156
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?
Add some additional output formats for the various list/info CLI functions, in addition to the human-readable ones, to aid in scripting. CSV and JSON seem like good initial alternatives. This overlaps slightly with
-r
/--raw
in some commands but can complement those.Doing this cleanly requires an almost complete revamp of the CLI client. Probably a worthwhile endeavor as it's grown incredibly complicated and sprawling, but also a significant time investment.
This was completed.