This repository was archived by the owner on Feb 15, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 13
This repository was archived by the owner on Feb 15, 2022. It is now read-only.
Bedrock CLI deployment get interface improvements #743
Copy link
Copy link
Open
Labels
epicAn "epic" story that holds several related issuesAn "epic" story that holds several related issues
Milestone
Description
As a: developer/manager/operator
I want: to run spk deployment get
So that: I can understand the output of the table more easily
Describe the solution you'd like:
- Have a flag to override having no separators in the table view, but show separators by default in spk deployment get command - bedrock deployment get minor improvements bedrock-cli#38
- Hide the deployment Id column unless in dev mode (dashboard and cli)
- Rename the columns to make them more meaningful - Introspection dashboard and cli columns need to be renamed #1404
- Support better resizing spk dashboard columns should resize and adjust width #1200
- Introduce an output format
csvwhich outputs the current table but in csv format - Flag for manual hld edits, disabled by default, so that the default display is just deployments that are bedrock initiated
- Duration column values should be more succinct. (e.g. remove *.XX for minutes)
- Explore emoji support and colored text support in this cli table, which can help replace the check marks under "result" columns, and make the table more user friendly
A few other minor improvements:
- Remove deployment Id column [HOUSEKEEPING] deployment get improvements bedrock-cli#11
- Rename Env to ring column [HOUSEKEEPING] deployment get improvements bedrock-cli#11
- Introduce state column to normal mode but remove start time column, and also add duration column - bedrock deployment get minor improvements bedrock-cli#38
- Consider truncating some fields on normal mode to adjust the addition of new columns, but there should be no truncation on wide mode - bedrock deployment get minor improvements bedrock-cli#38
- There should be some wording on deployments awaiting on PR such as "Awaiting Approval" under status to make it clear that the deployment is waiting on human intervention and not stuck or failed - bedrock deployment get minor improvements bedrock-cli#38
- Introduce author to be shown in wide output - bedrock deployment get minor improvements bedrock-cli#38
Acceptance Criteria:
The table is more readable
Additional context:
Does this require updates to documentation?: No
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
epicAn "epic" story that holds several related issuesAn "epic" story that holds several related issues