You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GIVEN there is output that can be prettified with a command WHEN the command is executed with --pretty THEN the output is formatted for easy readability
🚫 Out of Scope
The scope making command output pretty is limited to --csv, --json, or --yaml.
The text was updated successfully, but these errors were encountered:
🗣 Context
When outputting with the format
--csv
,--json
, or--yaml
💬 Narrative
As a user
I want the command output to be easily parsable by me
So that I can quickly debug a command result
📝 Notes
Idea originates from #220 where it was discussed to have output of all commands is parsable by default.
🎨 Design
Provide design example, screenshot, text input/output etc
asc certificates list --json
asc certificates list --pretty --json
asc certificates list --csv
asc certificates list --pretty --csv
✅ Acceptance Criteria
GIVEN there is output that can be prettified with a command
WHEN the command is executed with
--pretty
THEN the output is formatted for easy readability
🚫 Out of Scope
The scope making command output pretty is limited to
--csv
,--json
, or--yaml
.The text was updated successfully, but these errors were encountered: