Add additional output formats for lists/info #156
Labels
No Label
API
blocked
bug
CLI
Client
Daemon
debt
documentation
feature
improvement
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: parallelvirtualcluster/pvc#156
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
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.