@fredlackey/devutils 0.0.1 → 0.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (257) hide show
  1. package/README.md +5 -5
  2. package/package.json +1 -1
  3. package/src/commands/install.js +374 -36
  4. package/src/installs/adobe-creative-cloud.js +527 -25
  5. package/src/installs/adobe-creative-cloud.md +605 -0
  6. package/src/installs/appcleaner.js +303 -26
  7. package/src/installs/appcleaner.md +699 -0
  8. package/src/installs/apt-transport-https.js +390 -0
  9. package/src/installs/apt-transport-https.md +678 -0
  10. package/src/installs/atomicparsley.js +624 -26
  11. package/src/installs/atomicparsley.md +795 -0
  12. package/src/installs/aws-cli.js +779 -26
  13. package/src/installs/aws-cli.md +727 -0
  14. package/src/installs/balena-etcher.js +688 -26
  15. package/src/installs/balena-etcher.md +761 -0
  16. package/src/installs/bambu-studio.js +912 -26
  17. package/src/installs/bambu-studio.md +780 -0
  18. package/src/installs/bash-completion.js +554 -23
  19. package/src/installs/bash-completion.md +833 -0
  20. package/src/installs/bash.js +399 -26
  21. package/src/installs/bash.md +993 -0
  22. package/src/installs/beyond-compare.js +585 -26
  23. package/src/installs/beyond-compare.md +813 -0
  24. package/src/installs/build-essential.js +511 -26
  25. package/src/installs/build-essential.md +977 -0
  26. package/src/installs/ca-certificates.js +618 -0
  27. package/src/installs/ca-certificates.md +937 -0
  28. package/src/installs/caffeine.js +490 -26
  29. package/src/installs/caffeine.md +839 -0
  30. package/src/installs/camtasia.js +577 -25
  31. package/src/installs/camtasia.md +762 -0
  32. package/src/installs/chatgpt.js +458 -26
  33. package/src/installs/chatgpt.md +814 -0
  34. package/src/installs/chocolatey.js +447 -0
  35. package/src/installs/chocolatey.md +661 -0
  36. package/src/installs/chrome-canary.js +472 -26
  37. package/src/installs/chrome-canary.md +641 -0
  38. package/src/installs/chromium.js +645 -26
  39. package/src/installs/chromium.md +838 -0
  40. package/src/installs/claude-code.js +558 -26
  41. package/src/installs/claude-code.md +1173 -0
  42. package/src/installs/curl.js +361 -26
  43. package/src/installs/curl.md +714 -0
  44. package/src/installs/cursor.js +561 -26
  45. package/src/installs/cursor.md +970 -0
  46. package/src/installs/dbschema.js +674 -26
  47. package/src/installs/dbschema.md +925 -0
  48. package/src/installs/dependencies.md +435 -0
  49. package/src/installs/development-tools.js +600 -0
  50. package/src/installs/development-tools.md +977 -0
  51. package/src/installs/docker.js +1010 -25
  52. package/src/installs/docker.md +1109 -0
  53. package/src/installs/drawio.js +1001 -26
  54. package/src/installs/drawio.md +795 -0
  55. package/src/installs/elmedia-player.js +328 -25
  56. package/src/installs/elmedia-player.md +556 -0
  57. package/src/installs/ffmpeg.js +870 -25
  58. package/src/installs/ffmpeg.md +852 -0
  59. package/src/installs/file.js +464 -0
  60. package/src/installs/file.md +987 -0
  61. package/src/installs/gemini-cli.js +793 -26
  62. package/src/installs/gemini-cli.md +1153 -0
  63. package/src/installs/git.js +382 -26
  64. package/src/installs/git.md +907 -0
  65. package/src/installs/gitego.js +931 -26
  66. package/src/installs/gitego.md +1172 -0
  67. package/src/installs/go.js +913 -26
  68. package/src/installs/go.md +958 -0
  69. package/src/installs/google-chrome.js +801 -25
  70. package/src/installs/google-chrome.md +862 -0
  71. package/src/installs/gpg.js +412 -73
  72. package/src/installs/gpg.md +1056 -0
  73. package/src/installs/homebrew.js +1015 -26
  74. package/src/installs/homebrew.md +988 -0
  75. package/src/installs/imageoptim.js +950 -26
  76. package/src/installs/imageoptim.md +1119 -0
  77. package/src/installs/installers.json +2297 -0
  78. package/src/installs/jq.js +382 -26
  79. package/src/installs/jq.md +809 -0
  80. package/src/installs/keyboard-maestro.js +701 -26
  81. package/src/installs/keyboard-maestro.md +825 -0
  82. package/src/installs/latex.js +771 -26
  83. package/src/installs/latex.md +1095 -0
  84. package/src/installs/lftp.js +338 -26
  85. package/src/installs/lftp.md +907 -0
  86. package/src/installs/lsb-release.js +346 -0
  87. package/src/installs/lsb-release.md +814 -0
  88. package/src/installs/messenger.js +829 -26
  89. package/src/installs/messenger.md +900 -0
  90. package/src/installs/microsoft-office.js +550 -26
  91. package/src/installs/microsoft-office.md +760 -0
  92. package/src/installs/microsoft-teams.js +782 -25
  93. package/src/installs/microsoft-teams.md +886 -0
  94. package/src/installs/node.js +886 -26
  95. package/src/installs/node.md +1153 -0
  96. package/src/installs/nordpass.js +698 -26
  97. package/src/installs/nordpass.md +921 -0
  98. package/src/installs/nvm.js +977 -26
  99. package/src/installs/nvm.md +1057 -0
  100. package/src/installs/openssh.js +734 -64
  101. package/src/installs/openssh.md +1056 -0
  102. package/src/installs/pandoc.js +644 -26
  103. package/src/installs/pandoc.md +1036 -0
  104. package/src/installs/pinentry.js +492 -26
  105. package/src/installs/pinentry.md +1142 -0
  106. package/src/installs/pngyu.js +851 -26
  107. package/src/installs/pngyu.md +896 -0
  108. package/src/installs/postman.js +781 -26
  109. package/src/installs/postman.md +940 -0
  110. package/src/installs/procps.js +425 -0
  111. package/src/installs/procps.md +851 -0
  112. package/src/installs/safari-tech-preview.js +355 -25
  113. package/src/installs/safari-tech-preview.md +533 -0
  114. package/src/installs/sfnt2woff.js +640 -26
  115. package/src/installs/sfnt2woff.md +795 -0
  116. package/src/installs/shellcheck.js +463 -26
  117. package/src/installs/shellcheck.md +1005 -0
  118. package/src/installs/slack.js +722 -25
  119. package/src/installs/slack.md +865 -0
  120. package/src/installs/snagit.js +566 -25
  121. package/src/installs/snagit.md +844 -0
  122. package/src/installs/software-properties-common.js +372 -0
  123. package/src/installs/software-properties-common.md +805 -0
  124. package/src/installs/spotify.js +858 -25
  125. package/src/installs/spotify.md +901 -0
  126. package/src/installs/studio-3t.js +803 -26
  127. package/src/installs/studio-3t.md +918 -0
  128. package/src/installs/sublime-text.js +780 -25
  129. package/src/installs/sublime-text.md +914 -0
  130. package/src/installs/superwhisper.js +687 -25
  131. package/src/installs/superwhisper.md +630 -0
  132. package/src/installs/tailscale.js +727 -26
  133. package/src/installs/tailscale.md +1100 -0
  134. package/src/installs/tar.js +389 -0
  135. package/src/installs/tar.md +946 -0
  136. package/src/installs/termius.js +780 -26
  137. package/src/installs/termius.md +844 -0
  138. package/src/installs/terraform.js +761 -26
  139. package/src/installs/terraform.md +899 -0
  140. package/src/installs/tidal.js +752 -25
  141. package/src/installs/tidal.md +864 -0
  142. package/src/installs/tmux.js +328 -26
  143. package/src/installs/tmux.md +1030 -0
  144. package/src/installs/tree.js +393 -26
  145. package/src/installs/tree.md +833 -0
  146. package/src/installs/unzip.js +460 -0
  147. package/src/installs/unzip.md +879 -0
  148. package/src/installs/vim.js +403 -26
  149. package/src/installs/vim.md +1040 -0
  150. package/src/installs/vlc.js +803 -26
  151. package/src/installs/vlc.md +927 -0
  152. package/src/installs/vscode.js +825 -26
  153. package/src/installs/vscode.md +1002 -0
  154. package/src/installs/wget.js +415 -0
  155. package/src/installs/wget.md +791 -0
  156. package/src/installs/whatsapp.js +710 -25
  157. package/src/installs/whatsapp.md +854 -0
  158. package/src/installs/winpty.js +352 -0
  159. package/src/installs/winpty.md +620 -0
  160. package/src/installs/woff2.js +535 -26
  161. package/src/installs/woff2.md +977 -0
  162. package/src/installs/wsl.js +572 -0
  163. package/src/installs/wsl.md +699 -0
  164. package/src/installs/xcode-clt.js +520 -0
  165. package/src/installs/xcode-clt.md +351 -0
  166. package/src/installs/xcode.js +542 -26
  167. package/src/installs/xcode.md +573 -0
  168. package/src/installs/yarn.js +806 -26
  169. package/src/installs/yarn.md +1074 -0
  170. package/src/installs/yq.js +636 -26
  171. package/src/installs/yq.md +944 -0
  172. package/src/installs/yt-dlp.js +683 -26
  173. package/src/installs/yt-dlp.md +946 -0
  174. package/src/installs/yum-utils.js +297 -0
  175. package/src/installs/yum-utils.md +648 -0
  176. package/src/installs/zoom.js +740 -25
  177. package/src/installs/zoom.md +884 -0
  178. package/src/scripts/README.md +567 -45
  179. package/src/scripts/STATUS.md +208 -0
  180. package/src/scripts/afk.js +395 -7
  181. package/src/scripts/backup-all.js +731 -9
  182. package/src/scripts/backup-source.js +711 -8
  183. package/src/scripts/brewd.js +373 -7
  184. package/src/scripts/brewi.js +505 -9
  185. package/src/scripts/brewr.js +512 -9
  186. package/src/scripts/brews.js +462 -9
  187. package/src/scripts/brewu.js +488 -7
  188. package/src/scripts/c.js +185 -7
  189. package/src/scripts/ccurl.js +325 -8
  190. package/src/scripts/certbot-crontab-init.js +488 -8
  191. package/src/scripts/certbot-init.js +641 -9
  192. package/src/scripts/ch.js +339 -7
  193. package/src/scripts/claude-danger.js +253 -8
  194. package/src/scripts/clean-dev.js +419 -8
  195. package/src/scripts/clear-dns-cache.js +525 -7
  196. package/src/scripts/clone.js +417 -7
  197. package/src/scripts/code-all.js +420 -7
  198. package/src/scripts/count-files.js +195 -8
  199. package/src/scripts/count-folders.js +195 -8
  200. package/src/scripts/count.js +248 -8
  201. package/src/scripts/d.js +203 -7
  202. package/src/scripts/datauri.js +373 -8
  203. package/src/scripts/delete-files.js +363 -7
  204. package/src/scripts/docker-clean.js +410 -8
  205. package/src/scripts/dp.js +426 -7
  206. package/src/scripts/e.js +375 -9
  207. package/src/scripts/empty-trash.js +497 -7
  208. package/src/scripts/evm.js +428 -9
  209. package/src/scripts/fetch-github-repos.js +441 -10
  210. package/src/scripts/get-channel.js +329 -8
  211. package/src/scripts/get-course.js +384 -11
  212. package/src/scripts/get-dependencies.js +290 -9
  213. package/src/scripts/get-folder.js +783 -10
  214. package/src/scripts/get-tunes.js +411 -10
  215. package/src/scripts/get-video.js +352 -9
  216. package/src/scripts/git-backup.js +561 -9
  217. package/src/scripts/git-clone.js +477 -9
  218. package/src/scripts/git-pup.js +303 -7
  219. package/src/scripts/git-push.js +380 -8
  220. package/src/scripts/h.js +607 -9
  221. package/src/scripts/hide-desktop-icons.js +483 -7
  222. package/src/scripts/hide-hidden-files.js +522 -7
  223. package/src/scripts/install-dependencies-from.js +440 -9
  224. package/src/scripts/ips.js +647 -10
  225. package/src/scripts/iso.js +354 -8
  226. package/src/scripts/killni.js +561 -7
  227. package/src/scripts/ll.js +451 -8
  228. package/src/scripts/local-ip.js +310 -8
  229. package/src/scripts/m.js +508 -8
  230. package/src/scripts/map.js +293 -8
  231. package/src/scripts/mkd.js +287 -7
  232. package/src/scripts/ncu-update-all.js +441 -8
  233. package/src/scripts/nginx-init.js +702 -12
  234. package/src/scripts/npmi.js +366 -7
  235. package/src/scripts/o.js +495 -8
  236. package/src/scripts/org-by-date.js +321 -7
  237. package/src/scripts/p.js +208 -7
  238. package/src/scripts/packages.js +313 -8
  239. package/src/scripts/path.js +209 -7
  240. package/src/scripts/ports.js +582 -8
  241. package/src/scripts/q.js +290 -8
  242. package/src/scripts/refresh-files.js +378 -10
  243. package/src/scripts/remove-smaller-files.js +500 -8
  244. package/src/scripts/rename-files-with-date.js +517 -9
  245. package/src/scripts/resize-image.js +523 -9
  246. package/src/scripts/rm-safe.js +653 -8
  247. package/src/scripts/s.js +525 -9
  248. package/src/scripts/set-git-public.js +349 -7
  249. package/src/scripts/show-desktop-icons.js +459 -7
  250. package/src/scripts/show-hidden-files.js +456 -7
  251. package/src/scripts/tpa.js +265 -8
  252. package/src/scripts/tpo.js +264 -7
  253. package/src/scripts/u.js +489 -7
  254. package/src/scripts/vpush.js +422 -8
  255. package/src/scripts/y.js +267 -7
  256. package/src/utils/common/os.js +94 -2
  257. package/src/utils/ubuntu/apt.js +13 -7
@@ -1,44 +1,654 @@
1
1
  #!/usr/bin/env node
2
2
 
3
3
  /**
4
- * @fileoverview Install yq.
4
+ * @fileoverview Install yq - a lightweight and portable command-line YAML processor.
5
+ *
6
+ * yq is a lightweight and portable command-line YAML processor written in Go by
7
+ * Mike Farah. It uses jq-like syntax but works with YAML files as well as JSON,
8
+ * XML, CSV, TSV, INI, properties, and HCL formats. Think of yq as the jq or sed
9
+ * equivalent for YAML data - it allows you to read, filter, update, and transform
10
+ * structured data with concise expressions.
11
+ *
12
+ * yq is essential for developers and DevOps engineers who work with Kubernetes
13
+ * manifests, Helm charts, Docker Compose files, CI/CD configurations, or any
14
+ * YAML-based infrastructure. Common use cases include:
15
+ * - Parsing and extracting values from YAML configuration files
16
+ * - Modifying Kubernetes manifests programmatically
17
+ * - Converting between YAML, JSON, and XML formats
18
+ * - Merging multiple YAML files
19
+ * - Updating values in Docker Compose files
20
+ * - Processing CI/CD pipeline configurations
21
+ *
22
+ * IMPORTANT: This installer installs Mike Farah's Go-based yq (https://github.com/mikefarah/yq),
23
+ * which is the most widely used implementation. The Python-based yq (kislyuk/yq)
24
+ * available in some Linux package managers is a different tool and should NOT be
25
+ * installed via APT if you want this version.
26
+ *
5
27
  * @module installs/yq
6
28
  */
7
29
 
8
30
  const os = require('../utils/common/os');
31
+ const shell = require('../utils/common/shell');
32
+ const brew = require('../utils/macos/brew');
33
+ const snap = require('../utils/ubuntu/snap');
34
+ const choco = require('../utils/windows/choco');
35
+
36
+ /**
37
+ * The name of the yq command used to verify installation
38
+ * @constant {string}
39
+ */
40
+ const YQ_COMMAND = 'yq';
41
+
42
+ /**
43
+ * Check if yq is already installed by verifying the yq command exists in PATH
44
+ *
45
+ * This is a quick synchronous check that works across all platforms by looking
46
+ * for the yq executable in the system PATH.
47
+ *
48
+ * @returns {boolean} True if yq is installed and accessible in PATH
49
+ */
50
+ function isYqInstalled() {
51
+ return shell.commandExists(YQ_COMMAND);
52
+ }
53
+
54
+ /**
55
+ * Get the installed version of yq
56
+ *
57
+ * Executes 'yq --version' and parses the output to extract the version number.
58
+ * Returns null if yq is not installed or the version cannot be determined.
59
+ *
60
+ * Mike Farah's yq outputs: "yq (https://github.com/mikefarah/yq/) version v4.50.1"
61
+ * Python yq outputs: "yq X.X.X"
62
+ *
63
+ * @returns {Promise<string|null>} The version string (e.g., "v4.50.1") or null if not installed
64
+ */
65
+ async function getYqVersion() {
66
+ // First check if the command exists to avoid unnecessary exec calls
67
+ if (!isYqInstalled()) {
68
+ return null;
69
+ }
70
+
71
+ const result = await shell.exec('yq --version');
72
+ if (result.code === 0 && result.stdout) {
73
+ // Mike Farah's yq format: "yq (https://github.com/mikefarah/yq/) version v4.50.1"
74
+ const match = result.stdout.match(/version\s+(v?[\d.]+)/);
75
+ return match ? match[1] : null;
76
+ }
77
+ return null;
78
+ }
79
+
80
+ /**
81
+ * Install yq on macOS using Homebrew
82
+ *
83
+ * This function installs Mike Farah's yq via Homebrew, which is the recommended
84
+ * method for macOS. Homebrew provides the official yq formula that is regularly
85
+ * updated with new releases.
86
+ *
87
+ * Prerequisites:
88
+ * - macOS 10.15 (Catalina) or later (macOS 14 Sonoma or later recommended)
89
+ * - Homebrew package manager installed
90
+ * - Terminal access
91
+ *
92
+ * Note: Homebrew has a separate 'python-yq' formula - this installer specifically
93
+ * installs the Go-based yq, not the Python wrapper.
94
+ *
95
+ * @returns {Promise<void>}
96
+ */
97
+ async function install_macos() {
98
+ // Check if Homebrew is available - it is required for macOS installation
99
+ if (!brew.isInstalled()) {
100
+ console.log('Homebrew is not installed. Please install Homebrew first.');
101
+ console.log('Run: dev install homebrew');
102
+ return;
103
+ }
104
+
105
+ // Check if yq is already installed by verifying the command exists
106
+ // This provides idempotency - running the installer multiple times is safe
107
+ if (isYqInstalled()) {
108
+ const version = await getYqVersion();
109
+ console.log(`yq is already installed (version ${version}), skipping...`);
110
+ return;
111
+ }
112
+
113
+ // Install yq using Homebrew
114
+ // The --quiet flag is handled internally by the brew utility
115
+ console.log('Installing yq via Homebrew...');
116
+ const result = await brew.install('yq');
117
+
118
+ if (!result.success) {
119
+ console.log('Failed to install yq via Homebrew.');
120
+ console.log(result.output);
121
+ return;
122
+ }
123
+
124
+ // Verify the installation succeeded by checking if the command now exists
125
+ if (isYqInstalled()) {
126
+ const version = await getYqVersion();
127
+ console.log(`yq installed successfully (version ${version}).`);
128
+ } else {
129
+ console.log('Installation completed but yq command not found.');
130
+ console.log('You may need to restart your terminal or add Homebrew to your PATH.');
131
+ console.log('Run: eval "$(/opt/homebrew/bin/brew shellenv)"');
132
+ }
133
+ }
134
+
135
+ /**
136
+ * Install yq on Ubuntu/Debian using Snap
137
+ *
138
+ * This function installs Mike Farah's yq via Snap, which is the recommended
139
+ * method for Ubuntu and Debian systems. The Snap package is officially maintained
140
+ * and provides the Go-based yq.
141
+ *
142
+ * IMPORTANT: The 'yq' package in Ubuntu/Debian APT repositories is NOT Mike Farah's
143
+ * yq - it is a Python-based wrapper around jq called python-yq (kislyuk/yq).
144
+ * Do NOT install via 'apt-get install yq' if you want Mike Farah's yq. Use Snap instead.
145
+ *
146
+ * Prerequisites:
147
+ * - Ubuntu 16.04 LTS or later, or Debian 10 (Buster) or later
148
+ * - sudo privileges
149
+ * - snapd installed (pre-installed on Ubuntu 16.04+)
150
+ *
151
+ * @returns {Promise<void>}
152
+ */
153
+ async function install_ubuntu() {
154
+ // Check if yq is already installed by looking for the command
155
+ // This provides idempotency - running the installer multiple times is safe
156
+ if (isYqInstalled()) {
157
+ const version = await getYqVersion();
158
+ console.log(`yq is already installed (version ${version}), skipping...`);
159
+ return;
160
+ }
161
+
162
+ // Check if Snap is available on the system
163
+ // If Snap is not available, fall back to direct binary download instead of installing snapd
164
+ // This is more reliable in Docker containers and other restricted environments
165
+ if (!snap.isInstalled()) {
166
+ console.log('Snap is not available. Using direct binary download instead...');
167
+
168
+ // Detect the system architecture to download the correct binary
169
+ const archResult = await shell.exec('uname -m');
170
+ const arch = archResult.stdout.trim();
171
+
172
+ // Determine the correct binary URL based on architecture
173
+ let binaryUrl;
174
+ if (arch === 'x86_64') {
175
+ binaryUrl = 'https://github.com/mikefarah/yq/releases/latest/download/yq_linux_amd64';
176
+ } else if (arch === 'aarch64') {
177
+ binaryUrl = 'https://github.com/mikefarah/yq/releases/latest/download/yq_linux_arm64';
178
+ } else {
179
+ console.log(`Unsupported architecture: ${arch}`);
180
+ console.log('yq is available for x86_64 (AMD64) and aarch64 (ARM64) architectures.');
181
+ return;
182
+ }
183
+
184
+ console.log(`Detected architecture: ${arch}`);
185
+ console.log('Downloading yq from GitHub releases...');
186
+
187
+ const downloadCommand = `sudo curl -L -o /usr/local/bin/yq "${binaryUrl}" && sudo chmod +x /usr/local/bin/yq`;
188
+ const result = await shell.exec(downloadCommand);
189
+
190
+ if (result.code !== 0) {
191
+ console.log('Failed to download yq binary.');
192
+ console.log(result.stderr || result.stdout);
193
+ return;
194
+ }
195
+
196
+ // Verify the installation succeeded by checking if the command now exists
197
+ if (isYqInstalled()) {
198
+ const version = await getYqVersion();
199
+ console.log(`yq installed successfully (version ${version}).`);
200
+ } else {
201
+ console.log('Installation completed but yq command not found.');
202
+ console.log('');
203
+ console.log('/usr/local/bin should be in PATH by default. If not, add it:');
204
+ console.log('echo \'export PATH="/usr/local/bin:$PATH"\' >> ~/.bashrc && source ~/.bashrc');
205
+ }
206
+ return;
207
+ }
208
+
209
+ // Install yq using Snap
210
+ // Snap packages install non-interactively by default
211
+ console.log('Installing yq via Snap...');
212
+ const result = await snap.install('yq');
213
+
214
+ if (!result.success) {
215
+ console.log('Failed to install yq via Snap.');
216
+ console.log(result.output);
217
+ return;
218
+ }
219
+
220
+ // Verify the installation succeeded by checking if the command now exists
221
+ if (isYqInstalled()) {
222
+ const version = await getYqVersion();
223
+ console.log(`yq installed successfully (version ${version}).`);
224
+ } else {
225
+ console.log('Installation completed but yq command not found.');
226
+ console.log('');
227
+ console.log('Snap binaries may not be in your PATH. Add Snap\'s bin directory:');
228
+ console.log('echo \'export PATH="/snap/bin:$PATH"\' >> ~/.bashrc && source ~/.bashrc');
229
+ }
230
+ }
231
+
232
+ /**
233
+ * Install yq on Ubuntu running in WSL (Windows Subsystem for Linux)
234
+ *
235
+ * WSL Ubuntu follows the same process as native Ubuntu using Snap. However,
236
+ * Snap support in WSL can be problematic, so this function uses direct binary
237
+ * download as the recommended method for WSL environments.
238
+ *
239
+ * Prerequisites:
240
+ * - Windows 10 version 2004+ or Windows 11
241
+ * - Windows Subsystem for Linux (WSL) with Ubuntu installed
242
+ * - WSL 2 recommended for best performance
243
+ * - sudo privileges within WSL
244
+ *
245
+ * @returns {Promise<void>}
246
+ */
247
+ async function install_ubuntu_wsl() {
248
+ // Check if yq is already installed by looking for the command
249
+ if (isYqInstalled()) {
250
+ const version = await getYqVersion();
251
+ console.log(`yq is already installed (version ${version}), skipping...`);
252
+ return;
253
+ }
254
+
255
+ // For WSL, direct binary download is more reliable than Snap
256
+ // Snap support in WSL can be problematic
257
+ console.log('Installing yq via direct binary download (recommended for WSL)...');
258
+
259
+ // Download the Linux AMD64 binary (WSL typically runs on x86_64)
260
+ const downloadUrl = 'https://github.com/mikefarah/yq/releases/latest/download/yq_linux_amd64';
261
+ const downloadCommand = `sudo curl -L -o /usr/local/bin/yq "${downloadUrl}" && sudo chmod +x /usr/local/bin/yq`;
262
+
263
+ const result = await shell.exec(downloadCommand);
264
+
265
+ if (result.code !== 0) {
266
+ console.log('Failed to download yq binary.');
267
+ console.log(result.stderr || result.stdout);
268
+ return;
269
+ }
270
+
271
+ // Verify the installation succeeded by checking if the command now exists
272
+ if (isYqInstalled()) {
273
+ const version = await getYqVersion();
274
+ console.log(`yq installed successfully (version ${version}).`);
275
+ } else {
276
+ console.log('Installation completed but yq command not found.');
277
+ console.log('');
278
+ console.log('/usr/local/bin may not be in your PATH. Add it:');
279
+ console.log('echo \'export PATH="/usr/local/bin:$PATH"\' >> ~/.bashrc && source ~/.bashrc');
280
+ }
281
+ }
9
282
 
10
283
  /**
11
- * Install yq across supported platforms.
284
+ * Install yq on Raspberry Pi OS using Snap or direct binary download
285
+ *
286
+ * This function attempts to install yq via Snap first (if available), and falls
287
+ * back to direct binary download for ARM architectures if Snap is not available
288
+ * or if using 32-bit Raspberry Pi OS.
289
+ *
290
+ * Prerequisites:
291
+ * - Raspberry Pi OS (32-bit or 64-bit)
292
+ * - Raspberry Pi 2 or later (Raspberry Pi 3B+ or later recommended for 64-bit)
293
+ * - sudo privileges
294
+ * - Internet connectivity
295
+ *
296
+ * Note: The APT repositories contain python-yq, not Mike Farah's yq. Use Snap
297
+ * or direct binary download instead.
298
+ *
299
+ * @returns {Promise<void>}
300
+ */
301
+ async function install_raspbian() {
302
+ // Check if yq is already installed by looking for the command
303
+ if (isYqInstalled()) {
304
+ const version = await getYqVersion();
305
+ console.log(`yq is already installed (version ${version}), skipping...`);
306
+ return;
307
+ }
308
+
309
+ // Detect the system architecture to determine the correct binary
310
+ const archResult = await shell.exec('uname -m');
311
+ const arch = archResult.stdout.trim();
312
+
313
+ // Determine the correct binary URL based on architecture
314
+ // aarch64 = 64-bit ARM, armv7l = 32-bit ARM
315
+ let binaryUrl;
316
+ if (arch === 'aarch64') {
317
+ binaryUrl = 'https://github.com/mikefarah/yq/releases/latest/download/yq_linux_arm64';
318
+ } else if (arch === 'armv7l') {
319
+ binaryUrl = 'https://github.com/mikefarah/yq/releases/latest/download/yq_linux_arm';
320
+ } else {
321
+ console.log(`Unsupported architecture: ${arch}`);
322
+ console.log('yq is available for arm64 (aarch64) and arm (armv7l) architectures.');
323
+ return;
324
+ }
325
+
326
+ console.log(`Detected architecture: ${arch}`);
327
+
328
+ // Try Snap first if available (works well on 64-bit Raspberry Pi OS)
329
+ if (snap.isInstalled() && arch === 'aarch64') {
330
+ console.log('Installing yq via Snap...');
331
+ const snapResult = await snap.install('yq');
332
+
333
+ if (snapResult.success) {
334
+ // Verify the installation succeeded
335
+ if (isYqInstalled()) {
336
+ const version = await getYqVersion();
337
+ console.log(`yq installed successfully via Snap (version ${version}).`);
338
+ return;
339
+ }
340
+ }
341
+ // If Snap install failed, fall through to binary download
342
+ console.log('Snap installation failed, falling back to direct binary download...');
343
+ }
344
+
345
+ // Direct binary download (recommended for 32-bit or when Snap is not available)
346
+ console.log('Installing yq via direct binary download...');
347
+
348
+ const downloadCommand = `sudo curl -L -o /usr/local/bin/yq "${binaryUrl}" && sudo chmod +x /usr/local/bin/yq`;
349
+ const result = await shell.exec(downloadCommand);
350
+
351
+ if (result.code !== 0) {
352
+ console.log('Failed to download yq binary.');
353
+ console.log(result.stderr || result.stdout);
354
+ return;
355
+ }
356
+
357
+ // Verify the installation succeeded by checking if the command now exists
358
+ if (isYqInstalled()) {
359
+ const version = await getYqVersion();
360
+ console.log(`yq installed successfully (version ${version}).`);
361
+ } else {
362
+ console.log('Installation completed but yq command not found.');
363
+ console.log('');
364
+ console.log('Ensure /usr/local/bin is in your PATH:');
365
+ console.log('echo \'export PATH="/usr/local/bin:$PATH"\' >> ~/.bashrc && source ~/.bashrc');
366
+ }
367
+ }
368
+
369
+ /**
370
+ * Install yq on Amazon Linux/RHEL using direct binary download from GitHub
371
+ *
372
+ * This function downloads the yq binary directly from GitHub releases and
373
+ * installs it to /usr/local/bin. This is the recommended method because
374
+ * Mike Farah's yq is NOT available in the standard Amazon Linux repositories.
375
+ *
376
+ * Prerequisites:
377
+ * - Amazon Linux 2023 (AL2023) or Amazon Linux 2 (AL2)
378
+ * - sudo privileges
379
+ * - Internet connectivity
380
+ * - curl installed (pre-installed on Amazon Linux)
381
+ *
382
+ * @returns {Promise<void>}
383
+ */
384
+ async function install_amazon_linux() {
385
+ // Check if yq is already installed by looking for the command
386
+ if (isYqInstalled()) {
387
+ const version = await getYqVersion();
388
+ console.log(`yq is already installed (version ${version}), skipping...`);
389
+ return;
390
+ }
391
+
392
+ // Detect the system architecture to download the correct binary
393
+ const archResult = await shell.exec('uname -m');
394
+ const arch = archResult.stdout.trim();
395
+
396
+ // Determine the correct binary URL based on architecture
397
+ // x86_64 = AMD64 instances, aarch64 = ARM-based Graviton instances
398
+ let binaryUrl;
399
+ if (arch === 'x86_64') {
400
+ binaryUrl = 'https://github.com/mikefarah/yq/releases/latest/download/yq_linux_amd64';
401
+ } else if (arch === 'aarch64') {
402
+ binaryUrl = 'https://github.com/mikefarah/yq/releases/latest/download/yq_linux_arm64';
403
+ } else {
404
+ console.log(`Unsupported architecture: ${arch}`);
405
+ console.log('yq is available for x86_64 (AMD64) and aarch64 (ARM64) architectures.');
406
+ return;
407
+ }
408
+
409
+ console.log(`Detected architecture: ${arch}`);
410
+
411
+ // Download and install the yq binary from GitHub releases
412
+ console.log('Downloading yq from GitHub releases...');
413
+ const downloadCommand = `sudo curl -L -o /usr/local/bin/yq "${binaryUrl}" && sudo chmod +x /usr/local/bin/yq`;
414
+ const result = await shell.exec(downloadCommand);
415
+
416
+ if (result.code !== 0) {
417
+ console.log('Failed to download yq binary.');
418
+ console.log(result.stderr || result.stdout);
419
+ return;
420
+ }
421
+
422
+ // Verify the installation succeeded by checking if the command now exists
423
+ if (isYqInstalled()) {
424
+ const version = await getYqVersion();
425
+ console.log(`yq installed successfully (version ${version}).`);
426
+ } else {
427
+ console.log('Installation completed but yq command not found.');
428
+ console.log('');
429
+ console.log('/usr/local/bin should be in PATH by default. If not, add it:');
430
+ console.log('echo \'export PATH="/usr/local/bin:$PATH"\' >> ~/.bashrc && source ~/.bashrc');
431
+ }
432
+ }
433
+
434
+ /**
435
+ * Install yq on Windows using Chocolatey
436
+ *
437
+ * This function installs yq via Chocolatey, which downloads the appropriate
438
+ * Windows binary and adds it to the PATH automatically. A new terminal window
439
+ * may be required for PATH updates to take effect.
440
+ *
441
+ * Prerequisites:
442
+ * - Windows 10 (version 1803+) or Windows 11
443
+ * - Chocolatey package manager installed
444
+ * - Administrator PowerShell or Command Prompt
445
+ *
446
+ * @returns {Promise<void>}
447
+ */
448
+ async function install_windows() {
449
+ // Check if Chocolatey is available - it is required for Windows installation
450
+ if (!choco.isInstalled()) {
451
+ console.log('Chocolatey is not installed. Please install Chocolatey first.');
452
+ console.log('Run: dev install chocolatey');
453
+ return;
454
+ }
455
+
456
+ // Check if yq is already installed via Chocolatey
457
+ const isChocoYqInstalled = await choco.isPackageInstalled('yq');
458
+ if (isChocoYqInstalled) {
459
+ const version = await choco.getPackageVersion('yq');
460
+ console.log(`yq is already installed via Chocolatey (version ${version}), skipping...`);
461
+ return;
462
+ }
463
+
464
+ // Also check if yq command exists (might be installed via other means like winget)
465
+ if (isYqInstalled()) {
466
+ const version = await getYqVersion();
467
+ console.log(`yq is already installed (version ${version}), skipping...`);
468
+ return;
469
+ }
470
+
471
+ // Install yq using Chocolatey
472
+ // The -y flag automatically confirms all prompts for fully non-interactive installation
473
+ console.log('Installing yq via Chocolatey...');
474
+ const result = await choco.install('yq');
475
+
476
+ if (!result.success) {
477
+ console.log('Failed to install yq via Chocolatey.');
478
+ console.log(result.output);
479
+ return;
480
+ }
481
+
482
+ // Verify the installation succeeded by checking if the package is now installed
483
+ const verified = await choco.isPackageInstalled('yq');
484
+ if (verified) {
485
+ console.log('yq installed successfully via Chocolatey.');
486
+ console.log('');
487
+ console.log('Note: You may need to open a new terminal window for the PATH update to take effect.');
488
+ } else {
489
+ console.log('Installation completed but could not verify yq package.');
490
+ console.log('Try opening a new terminal window and run: yq --version');
491
+ }
492
+ }
493
+
494
+ /**
495
+ * Install yq in Git Bash on Windows
496
+ *
497
+ * Git Bash does not include yq by default. This function downloads the Windows
498
+ * binary directly from GitHub releases and places it in /usr/local/bin, which
499
+ * is included in Git Bash's PATH.
500
+ *
501
+ * Prerequisites:
502
+ * - Windows 10 or Windows 11
503
+ * - Git for Windows installed (includes Git Bash)
504
+ * - Internet connectivity
505
+ *
506
+ * @returns {Promise<void>}
507
+ */
508
+ async function install_gitbash() {
509
+ // Check if yq is already available in Git Bash
510
+ if (isYqInstalled()) {
511
+ const version = await getYqVersion();
512
+ console.log(`yq is already installed (version ${version}), skipping...`);
513
+ return;
514
+ }
515
+
516
+ // Create the /usr/local/bin directory if it does not exist
517
+ // This directory is typically in Git Bash's PATH
518
+ console.log('Creating /usr/local/bin directory if needed...');
519
+ const mkdirResult = await shell.exec('mkdir -p /usr/local/bin');
520
+ if (mkdirResult.code !== 0) {
521
+ console.log('Failed to create /usr/local/bin directory.');
522
+ console.log('Try running Git Bash as Administrator.');
523
+ return;
524
+ }
525
+
526
+ // Download the yq Windows binary from the official GitHub releases
527
+ // Note: Git Bash uses Windows executables, so we download the Windows AMD64 binary
528
+ console.log('Downloading yq from GitHub releases...');
529
+ const downloadUrl = 'https://github.com/mikefarah/yq/releases/latest/download/yq_windows_amd64.exe';
530
+ const downloadCommand = `curl -L -o /usr/local/bin/yq.exe "${downloadUrl}"`;
531
+ const downloadResult = await shell.exec(downloadCommand);
532
+
533
+ if (downloadResult.code !== 0) {
534
+ console.log('Failed to download yq binary.');
535
+ console.log(downloadResult.stderr || downloadResult.stdout);
536
+ console.log('');
537
+ console.log('If you encounter SSL certificate errors, try running:');
538
+ console.log(` curl -k -L -o /usr/local/bin/yq.exe "${downloadUrl}"`);
539
+ return;
540
+ }
541
+
542
+ // Verify the installation succeeded by checking if the command now exists
543
+ if (isYqInstalled()) {
544
+ const version = await getYqVersion();
545
+ console.log(`yq installed successfully (version ${version}).`);
546
+ } else {
547
+ console.log('Installation completed but yq command not found.');
548
+ console.log('');
549
+ console.log('The /usr/local/bin directory may not be in your PATH. Add it manually:');
550
+ console.log(' echo \'export PATH="/usr/local/bin:$PATH"\' >> ~/.bashrc && source ~/.bashrc');
551
+ }
552
+ }
553
+
554
+ /**
555
+ * Check if yq is installed on the current system.
556
+ * @returns {Promise<boolean>} True if yq is installed
557
+ */
558
+ async function isInstalled() {
559
+ const platform = os.detect();
560
+ if (platform.type === 'macos') {
561
+ return brew.isFormulaInstalled('yq');
562
+ }
563
+ if (platform.type === 'windows') {
564
+ return choco.isPackageInstalled('yq');
565
+ }
566
+ return isYqInstalled();
567
+ }
568
+
569
+ /**
570
+ * Check if this installer is supported on the current platform.
571
+ * yq is supported on all major platforms.
572
+ * @returns {boolean} True if installation is supported on this platform
573
+ */
574
+ function isEligible() {
575
+ const platform = os.detect();
576
+ return ['macos', 'ubuntu', 'debian', 'wsl', 'raspbian', 'amazon_linux', 'fedora', 'rhel', 'windows', 'gitbash'].includes(platform.type);
577
+ }
578
+
579
+ /**
580
+ * Main installation entry point - detects platform and runs appropriate installer
581
+ *
582
+ * This function detects the current operating system using the os utility module
583
+ * and dispatches to the appropriate platform-specific installer function.
584
+ *
585
+ * Supported platforms:
586
+ * - macos: Uses Homebrew
587
+ * - ubuntu/debian: Uses Snap
588
+ * - wsl: Uses direct binary download (Snap can be problematic in WSL)
589
+ * - raspbian: Uses Snap or direct binary download
590
+ * - amazon_linux/rhel: Uses direct binary download from GitHub
591
+ * - windows: Uses Chocolatey
592
+ * - gitbash: Uses direct binary download (Windows executable)
593
+ *
594
+ * Unsupported platforms will receive a graceful message and the script
595
+ * will exit cleanly without errors.
12
596
  *
13
597
  * @returns {Promise<void>}
14
598
  */
15
599
  async function install() {
16
600
  const platform = os.detect();
17
601
 
18
- switch (platform.type) {
19
- case 'macos':
20
- // TODO: Implement macOS installation
21
- break;
22
- case 'debian':
23
- // TODO: Implement Debian/Ubuntu installation
24
- break;
25
- case 'rhel':
26
- // TODO: Implement RHEL/Amazon Linux installation
27
- break;
28
- case 'windows-wsl':
29
- // TODO: Implement WSL installation
30
- break;
31
- case 'windows':
32
- // TODO: Implement Windows installation
33
- break;
34
- default:
35
- console.error(`Unsupported platform: ${platform.type}`);
36
- process.exit(1);
37
- }
38
- }
39
-
40
- module.exports = { install };
602
+ // Map platform types to their corresponding installer functions
603
+ // Multiple platform types can map to the same installer (e.g., debian and ubuntu)
604
+ const installers = {
605
+ 'macos': install_macos,
606
+ 'ubuntu': install_ubuntu,
607
+ 'debian': install_ubuntu,
608
+ 'wsl': install_ubuntu_wsl,
609
+ 'raspbian': install_raspbian,
610
+ 'amazon_linux': install_amazon_linux,
611
+ 'rhel': install_amazon_linux,
612
+ 'fedora': install_amazon_linux,
613
+ 'windows': install_windows,
614
+ 'gitbash': install_gitbash,
615
+ };
616
+
617
+ // Look up the installer for the detected platform
618
+ const installer = installers[platform.type];
619
+
620
+ // If no installer exists for this platform, inform the user gracefully
621
+ // Do not throw an error - just log a message and return cleanly
622
+ if (!installer) {
623
+ console.log(`yq is not available for ${platform.type}.`);
624
+ return;
625
+ }
626
+
627
+ // Run the platform-specific installer
628
+ await installer();
629
+ }
630
+
631
+ // Export all functions for use as a module and for testing
632
+ module.exports = {
633
+ install,
634
+ isInstalled,
635
+ isEligible,
636
+ install_macos,
637
+ install_ubuntu,
638
+ install_ubuntu_wsl,
639
+ install_raspbian,
640
+ install_amazon_linux,
641
+ install_windows,
642
+ install_gitbash,
643
+ // Export helper functions for potential reuse or testing
644
+ isYqInstalled,
645
+ getYqVersion,
646
+ };
41
647
 
648
+ // Allow direct execution: node yq.js
42
649
  if (require.main === module) {
43
- install();
650
+ install().catch(err => {
651
+ console.error(err.message);
652
+ process.exit(1);
653
+ });
44
654
  }