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
Console output styles are inconsistent across commands. For example, `remote config show` and `remote config validate` use different formatting approaches.
11
+
12
+
## Solution
13
+
14
+
Audit all console output across the codebase and standardize around the style used by `remote config show`.
15
+
16
+
## Scope
17
+
18
+
Review and align output for:
19
+
-`config show` (reference style)
20
+
-`config validate`
21
+
-`instance status` / `instance list`
22
+
-`instance start` / `instance stop`
23
+
-`ami list` / `ami create`
24
+
-`ecs status` / `ecs scale`
25
+
-`volume list`
26
+
-`snapshot list` / `snapshot create`
27
+
-`template list` / `template show`
28
+
- Error messages and success confirmations
29
+
30
+
## Acceptance Criteria
31
+
32
+
-[ ] Document the target output style based on `config show`
33
+
-[ ] Audit all commands for style inconsistencies
34
+
-[ ] Update inconsistent outputs to match target style
Copy file name to clipboardExpand all lines: specs/plan.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -74,3 +74,4 @@ Features and improvements for future releases.
74
74
| 20 | 37 | Pricing API region fallback | Pricing API only works in us-east-1; fallback to us-east-1 pricing for other regions |[issue-37](./issue-37-pricing-region-fallback.md)| COMPLETED |
75
75
| 21 | 38 | Instance cost command | Add command to show estimated cost of instance based on uptime |[issue-38](./issue-38-instance-cost-command.md)| TODO |
| 23 | 40 | Standardize console output styles | Align all command output to match `config show` style for consistency |[issue-40](./issue-40-console-output-consistency.md)| TODO |
0 commit comments