Commit 8554cc5
committed
feat: improve connection command UX with BETA flag, plural aliases, and enhanced output
- Add [BETA] flag to connection command with feedback URL for issue reporting
- Add plural aliases: 'connections' and 'projects' for better UX
- Enhance connection create/upsert output format:
- Show success message with checkmark (✔)
- Display connection ID in parentheses after name for consistency
- Include source type and URL
- Include destination type and type-specific fields (URL for HTTP, Path for CLI)
- Remove unnecessary API verification call in connection create for better performance
- Update acceptance tests to validate new output format
- Clean up verbose logging messages during connection creation1 parent 21d43d5 commit 8554cc5
File tree
7 files changed
+109
-329
lines changed- .plans
- pkg/cmd
- test/acceptance
7 files changed
+109
-329
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | 28 | | |
33 | 29 | | |
34 | 30 | | |
| |||
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
18 | | - | |
19 | | - | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
20 | 21 | | |
21 | 22 | | |
22 | 23 | | |
23 | 24 | | |
24 | | - | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
25 | 29 | | |
26 | 30 | | |
27 | 31 | | |
| |||
0 commit comments