Commit 340c07c
authored
feat(scripts): Add Q CLI installation script (#823)
* feat(scripts): Add Q CLI installation script
Add comprehensive installation script for Q CLI that:
- Detects platform (macOS/Linux) and architecture
- Downloads appropriate package from release CDN
- Handles both glibc and musl Linux variants
- Provides interactive installation with progress feedback
- Includes cleanup of temporary files
🤖 Assisted by Amazon Q Developer1 parent 018fd3c commit 340c07c
2 files changed
+491
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
140 | 140 | | |
141 | 141 | | |
142 | 142 | | |
143 | | - | |
144 | | - | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
145 | 147 | | |
146 | 148 | | |
147 | 149 | | |
148 | 150 | | |
149 | 151 | | |
150 | 152 | | |
151 | 153 | | |
152 | | - | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
153 | 157 | | |
0 commit comments