@fredlackey/devutils 0.0.1 → 0.0.3
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.
- package/README.md +5 -5
- package/package.json +1 -1
- package/src/commands/install.js +374 -36
- package/src/installs/adobe-creative-cloud.js +527 -25
- package/src/installs/adobe-creative-cloud.md +605 -0
- package/src/installs/appcleaner.js +303 -26
- package/src/installs/appcleaner.md +699 -0
- package/src/installs/apt-transport-https.js +390 -0
- package/src/installs/apt-transport-https.md +678 -0
- package/src/installs/atomicparsley.js +624 -26
- package/src/installs/atomicparsley.md +795 -0
- package/src/installs/aws-cli.js +779 -26
- package/src/installs/aws-cli.md +727 -0
- package/src/installs/balena-etcher.js +688 -26
- package/src/installs/balena-etcher.md +761 -0
- package/src/installs/bambu-studio.js +912 -26
- package/src/installs/bambu-studio.md +780 -0
- package/src/installs/bash-completion.js +554 -23
- package/src/installs/bash-completion.md +833 -0
- package/src/installs/bash.js +399 -26
- package/src/installs/bash.md +993 -0
- package/src/installs/beyond-compare.js +585 -26
- package/src/installs/beyond-compare.md +813 -0
- package/src/installs/build-essential.js +511 -26
- package/src/installs/build-essential.md +977 -0
- package/src/installs/ca-certificates.js +618 -0
- package/src/installs/ca-certificates.md +937 -0
- package/src/installs/caffeine.js +490 -26
- package/src/installs/caffeine.md +839 -0
- package/src/installs/camtasia.js +577 -25
- package/src/installs/camtasia.md +762 -0
- package/src/installs/chatgpt.js +458 -26
- package/src/installs/chatgpt.md +814 -0
- package/src/installs/chocolatey.js +447 -0
- package/src/installs/chocolatey.md +661 -0
- package/src/installs/chrome-canary.js +472 -26
- package/src/installs/chrome-canary.md +641 -0
- package/src/installs/chromium.js +645 -26
- package/src/installs/chromium.md +838 -0
- package/src/installs/claude-code.js +558 -26
- package/src/installs/claude-code.md +1173 -0
- package/src/installs/curl.js +361 -26
- package/src/installs/curl.md +714 -0
- package/src/installs/cursor.js +561 -26
- package/src/installs/cursor.md +970 -0
- package/src/installs/dbschema.js +674 -26
- package/src/installs/dbschema.md +925 -0
- package/src/installs/dependencies.md +435 -0
- package/src/installs/development-tools.js +600 -0
- package/src/installs/development-tools.md +977 -0
- package/src/installs/docker.js +1010 -25
- package/src/installs/docker.md +1109 -0
- package/src/installs/drawio.js +1001 -26
- package/src/installs/drawio.md +795 -0
- package/src/installs/elmedia-player.js +328 -25
- package/src/installs/elmedia-player.md +556 -0
- package/src/installs/ffmpeg.js +870 -25
- package/src/installs/ffmpeg.md +852 -0
- package/src/installs/file.js +464 -0
- package/src/installs/file.md +987 -0
- package/src/installs/gemini-cli.js +793 -26
- package/src/installs/gemini-cli.md +1153 -0
- package/src/installs/git.js +382 -26
- package/src/installs/git.md +907 -0
- package/src/installs/gitego.js +931 -26
- package/src/installs/gitego.md +1172 -0
- package/src/installs/go.js +913 -26
- package/src/installs/go.md +958 -0
- package/src/installs/google-chrome.js +801 -25
- package/src/installs/google-chrome.md +862 -0
- package/src/installs/gpg.js +412 -73
- package/src/installs/gpg.md +1056 -0
- package/src/installs/homebrew.js +1015 -26
- package/src/installs/homebrew.md +988 -0
- package/src/installs/imageoptim.js +950 -26
- package/src/installs/imageoptim.md +1119 -0
- package/src/installs/installers.json +2297 -0
- package/src/installs/jq.js +382 -26
- package/src/installs/jq.md +809 -0
- package/src/installs/keyboard-maestro.js +701 -26
- package/src/installs/keyboard-maestro.md +825 -0
- package/src/installs/latex.js +771 -26
- package/src/installs/latex.md +1095 -0
- package/src/installs/lftp.js +338 -26
- package/src/installs/lftp.md +907 -0
- package/src/installs/lsb-release.js +346 -0
- package/src/installs/lsb-release.md +814 -0
- package/src/installs/messenger.js +829 -26
- package/src/installs/messenger.md +900 -0
- package/src/installs/microsoft-office.js +550 -26
- package/src/installs/microsoft-office.md +760 -0
- package/src/installs/microsoft-teams.js +782 -25
- package/src/installs/microsoft-teams.md +886 -0
- package/src/installs/node.js +886 -26
- package/src/installs/node.md +1153 -0
- package/src/installs/nordpass.js +698 -26
- package/src/installs/nordpass.md +921 -0
- package/src/installs/nvm.js +977 -26
- package/src/installs/nvm.md +1057 -0
- package/src/installs/openssh.js +734 -64
- package/src/installs/openssh.md +1056 -0
- package/src/installs/pandoc.js +644 -26
- package/src/installs/pandoc.md +1036 -0
- package/src/installs/pinentry.js +492 -26
- package/src/installs/pinentry.md +1142 -0
- package/src/installs/pngyu.js +851 -26
- package/src/installs/pngyu.md +896 -0
- package/src/installs/postman.js +781 -26
- package/src/installs/postman.md +940 -0
- package/src/installs/procps.js +425 -0
- package/src/installs/procps.md +851 -0
- package/src/installs/safari-tech-preview.js +355 -25
- package/src/installs/safari-tech-preview.md +533 -0
- package/src/installs/sfnt2woff.js +640 -26
- package/src/installs/sfnt2woff.md +795 -0
- package/src/installs/shellcheck.js +463 -26
- package/src/installs/shellcheck.md +1005 -0
- package/src/installs/slack.js +722 -25
- package/src/installs/slack.md +865 -0
- package/src/installs/snagit.js +566 -25
- package/src/installs/snagit.md +844 -0
- package/src/installs/software-properties-common.js +372 -0
- package/src/installs/software-properties-common.md +805 -0
- package/src/installs/spotify.js +858 -25
- package/src/installs/spotify.md +901 -0
- package/src/installs/studio-3t.js +803 -26
- package/src/installs/studio-3t.md +918 -0
- package/src/installs/sublime-text.js +780 -25
- package/src/installs/sublime-text.md +914 -0
- package/src/installs/superwhisper.js +687 -25
- package/src/installs/superwhisper.md +630 -0
- package/src/installs/tailscale.js +727 -26
- package/src/installs/tailscale.md +1100 -0
- package/src/installs/tar.js +389 -0
- package/src/installs/tar.md +946 -0
- package/src/installs/termius.js +780 -26
- package/src/installs/termius.md +844 -0
- package/src/installs/terraform.js +761 -26
- package/src/installs/terraform.md +899 -0
- package/src/installs/tidal.js +752 -25
- package/src/installs/tidal.md +864 -0
- package/src/installs/tmux.js +328 -26
- package/src/installs/tmux.md +1030 -0
- package/src/installs/tree.js +393 -26
- package/src/installs/tree.md +833 -0
- package/src/installs/unzip.js +460 -0
- package/src/installs/unzip.md +879 -0
- package/src/installs/vim.js +403 -26
- package/src/installs/vim.md +1040 -0
- package/src/installs/vlc.js +803 -26
- package/src/installs/vlc.md +927 -0
- package/src/installs/vscode.js +825 -26
- package/src/installs/vscode.md +1002 -0
- package/src/installs/wget.js +415 -0
- package/src/installs/wget.md +791 -0
- package/src/installs/whatsapp.js +710 -25
- package/src/installs/whatsapp.md +854 -0
- package/src/installs/winpty.js +352 -0
- package/src/installs/winpty.md +620 -0
- package/src/installs/woff2.js +535 -26
- package/src/installs/woff2.md +977 -0
- package/src/installs/wsl.js +572 -0
- package/src/installs/wsl.md +699 -0
- package/src/installs/xcode-clt.js +520 -0
- package/src/installs/xcode-clt.md +351 -0
- package/src/installs/xcode.js +542 -26
- package/src/installs/xcode.md +573 -0
- package/src/installs/yarn.js +806 -26
- package/src/installs/yarn.md +1074 -0
- package/src/installs/yq.js +636 -26
- package/src/installs/yq.md +944 -0
- package/src/installs/yt-dlp.js +683 -26
- package/src/installs/yt-dlp.md +946 -0
- package/src/installs/yum-utils.js +297 -0
- package/src/installs/yum-utils.md +648 -0
- package/src/installs/zoom.js +740 -25
- package/src/installs/zoom.md +884 -0
- package/src/scripts/README.md +567 -45
- package/src/scripts/STATUS.md +208 -0
- package/src/scripts/afk.js +395 -7
- package/src/scripts/backup-all.js +731 -9
- package/src/scripts/backup-source.js +711 -8
- package/src/scripts/brewd.js +373 -7
- package/src/scripts/brewi.js +505 -9
- package/src/scripts/brewr.js +512 -9
- package/src/scripts/brews.js +462 -9
- package/src/scripts/brewu.js +488 -7
- package/src/scripts/c.js +185 -7
- package/src/scripts/ccurl.js +325 -8
- package/src/scripts/certbot-crontab-init.js +488 -8
- package/src/scripts/certbot-init.js +641 -9
- package/src/scripts/ch.js +339 -7
- package/src/scripts/claude-danger.js +253 -8
- package/src/scripts/clean-dev.js +419 -8
- package/src/scripts/clear-dns-cache.js +525 -7
- package/src/scripts/clone.js +417 -7
- package/src/scripts/code-all.js +420 -7
- package/src/scripts/count-files.js +195 -8
- package/src/scripts/count-folders.js +195 -8
- package/src/scripts/count.js +248 -8
- package/src/scripts/d.js +203 -7
- package/src/scripts/datauri.js +373 -8
- package/src/scripts/delete-files.js +363 -7
- package/src/scripts/docker-clean.js +410 -8
- package/src/scripts/dp.js +426 -7
- package/src/scripts/e.js +375 -9
- package/src/scripts/empty-trash.js +497 -7
- package/src/scripts/evm.js +428 -9
- package/src/scripts/fetch-github-repos.js +441 -10
- package/src/scripts/get-channel.js +329 -8
- package/src/scripts/get-course.js +384 -11
- package/src/scripts/get-dependencies.js +290 -9
- package/src/scripts/get-folder.js +783 -10
- package/src/scripts/get-tunes.js +411 -10
- package/src/scripts/get-video.js +352 -9
- package/src/scripts/git-backup.js +561 -9
- package/src/scripts/git-clone.js +477 -9
- package/src/scripts/git-pup.js +303 -7
- package/src/scripts/git-push.js +380 -8
- package/src/scripts/h.js +607 -9
- package/src/scripts/hide-desktop-icons.js +483 -7
- package/src/scripts/hide-hidden-files.js +522 -7
- package/src/scripts/install-dependencies-from.js +440 -9
- package/src/scripts/ips.js +647 -10
- package/src/scripts/iso.js +354 -8
- package/src/scripts/killni.js +561 -7
- package/src/scripts/ll.js +451 -8
- package/src/scripts/local-ip.js +310 -8
- package/src/scripts/m.js +508 -8
- package/src/scripts/map.js +293 -8
- package/src/scripts/mkd.js +287 -7
- package/src/scripts/ncu-update-all.js +441 -8
- package/src/scripts/nginx-init.js +702 -12
- package/src/scripts/npmi.js +366 -7
- package/src/scripts/o.js +495 -8
- package/src/scripts/org-by-date.js +321 -7
- package/src/scripts/p.js +208 -7
- package/src/scripts/packages.js +313 -8
- package/src/scripts/path.js +209 -7
- package/src/scripts/ports.js +582 -8
- package/src/scripts/q.js +290 -8
- package/src/scripts/refresh-files.js +378 -10
- package/src/scripts/remove-smaller-files.js +500 -8
- package/src/scripts/rename-files-with-date.js +517 -9
- package/src/scripts/resize-image.js +523 -9
- package/src/scripts/rm-safe.js +653 -8
- package/src/scripts/s.js +525 -9
- package/src/scripts/set-git-public.js +349 -7
- package/src/scripts/show-desktop-icons.js +459 -7
- package/src/scripts/show-hidden-files.js +456 -7
- package/src/scripts/tpa.js +265 -8
- package/src/scripts/tpo.js +264 -7
- package/src/scripts/u.js +489 -7
- package/src/scripts/vpush.js +422 -8
- package/src/scripts/y.js +267 -7
- package/src/utils/common/os.js +94 -2
- package/src/utils/ubuntu/apt.js +13 -7
- package/src/utils/windows/choco.js +82 -26
- package/src/utils/windows/winget.js +89 -27
package/src/scripts/tpa.js
CHANGED
|
@@ -1,23 +1,280 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
2
|
|
|
3
3
|
/**
|
|
4
|
-
*
|
|
4
|
+
* tpa - Terraform Apply from Plan
|
|
5
|
+
*
|
|
6
|
+
* Migrated from legacy dotfiles alias.
|
|
7
|
+
* Original: alias tpa="terraform apply \"tfplan\""
|
|
8
|
+
*
|
|
9
|
+
* This script executes `terraform apply` using a previously saved plan file
|
|
10
|
+
* named "tfplan" (typically created by the `tpo` command). The plan file
|
|
11
|
+
* contains the exact changes that Terraform will make to your infrastructure,
|
|
12
|
+
* ensuring that the apply matches what you reviewed during the plan phase.
|
|
13
|
+
*
|
|
14
|
+
* Usage:
|
|
15
|
+
* tpa # Apply the "tfplan" file in the current directory
|
|
16
|
+
* tpa -auto-approve # Apply without confirmation prompt
|
|
17
|
+
* tpa -parallelism=10 # Apply with custom parallelism
|
|
18
|
+
*
|
|
19
|
+
* Prerequisites:
|
|
20
|
+
* - Terraform must be installed and available in PATH
|
|
21
|
+
* - A valid "tfplan" file must exist in the current directory
|
|
22
|
+
* (create one with: terraform plan -out="tfplan" or use the `tpo` command)
|
|
23
|
+
*
|
|
5
24
|
* @module scripts/tpa
|
|
6
25
|
*/
|
|
7
26
|
|
|
27
|
+
const { execSync, spawnSync } = require('child_process');
|
|
28
|
+
const fs = require('fs');
|
|
29
|
+
const path = require('path');
|
|
30
|
+
const os = require('../utils/common/os');
|
|
31
|
+
|
|
32
|
+
/**
|
|
33
|
+
* Check if a command is available on the system.
|
|
34
|
+
*
|
|
35
|
+
* This function determines whether a given command exists in the system's PATH.
|
|
36
|
+
* It uses 'which' on Unix-like systems and 'where' on Windows.
|
|
37
|
+
*
|
|
38
|
+
* @param {string} cmd - The command name to check for
|
|
39
|
+
* @returns {boolean} True if the command is available, false otherwise
|
|
40
|
+
*/
|
|
41
|
+
function isCommandAvailable(cmd) {
|
|
42
|
+
try {
|
|
43
|
+
// Use 'which' on Unix-like systems (macOS, Linux), 'where' on Windows
|
|
44
|
+
const checkCmd = process.platform === 'win32' ? `where ${cmd}` : `which ${cmd}`;
|
|
45
|
+
execSync(checkCmd, { stdio: 'ignore' });
|
|
46
|
+
return true;
|
|
47
|
+
} catch {
|
|
48
|
+
return false;
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
/**
|
|
53
|
+
* Pure Node.js implementation for applying a Terraform plan.
|
|
54
|
+
*
|
|
55
|
+
* Terraform is a cross-platform tool that works identically on all operating systems.
|
|
56
|
+
* This function contains the core logic that all platform-specific functions delegate to:
|
|
57
|
+
* 1. Verify that terraform is installed
|
|
58
|
+
* 2. Verify that the tfplan file exists
|
|
59
|
+
* 3. Execute terraform apply with the plan file
|
|
60
|
+
* 4. Pass through any additional arguments from the user
|
|
61
|
+
*
|
|
62
|
+
* @param {string[]} args - Additional arguments to pass to terraform apply
|
|
63
|
+
* @returns {Promise<void>}
|
|
64
|
+
*/
|
|
65
|
+
async function do_tpa_nodejs(args) {
|
|
66
|
+
// Step 1: Check if terraform is installed
|
|
67
|
+
// This prevents confusing error messages if terraform is not in PATH
|
|
68
|
+
if (!isCommandAvailable('terraform')) {
|
|
69
|
+
console.error('Error: terraform is not installed or not in PATH.');
|
|
70
|
+
console.error('');
|
|
71
|
+
console.error('Install Terraform from: https://developer.hashicorp.com/terraform/downloads');
|
|
72
|
+
console.error('');
|
|
73
|
+
console.error('Or use your package manager:');
|
|
74
|
+
console.error(' macOS: brew install terraform');
|
|
75
|
+
console.error(' Ubuntu: sudo apt install terraform');
|
|
76
|
+
console.error(' Windows: choco install terraform');
|
|
77
|
+
process.exit(1);
|
|
78
|
+
}
|
|
79
|
+
|
|
80
|
+
// Step 2: Check if the tfplan file exists in the current directory
|
|
81
|
+
// The plan file must exist for terraform apply to work
|
|
82
|
+
const planFile = 'tfplan';
|
|
83
|
+
const planFilePath = path.join(process.cwd(), planFile);
|
|
84
|
+
|
|
85
|
+
if (!fs.existsSync(planFilePath)) {
|
|
86
|
+
console.error(`Error: Plan file "${planFile}" not found in current directory.`);
|
|
87
|
+
console.error('');
|
|
88
|
+
console.error('Create a plan file first using one of these commands:');
|
|
89
|
+
console.error(' tpo # Uses the tpo alias');
|
|
90
|
+
console.error(' terraform plan -out="tfplan" # Direct terraform command');
|
|
91
|
+
console.error('');
|
|
92
|
+
console.error(`Current directory: ${process.cwd()}`);
|
|
93
|
+
process.exit(1);
|
|
94
|
+
}
|
|
95
|
+
|
|
96
|
+
// Step 3: Build the terraform apply command
|
|
97
|
+
// The command is: terraform apply "tfplan" [additional-args]
|
|
98
|
+
// We use the plan file as the first argument, then append any user-provided args
|
|
99
|
+
const terraformArgs = ['apply', planFile, ...args];
|
|
100
|
+
|
|
101
|
+
// Step 4: Execute terraform apply
|
|
102
|
+
// We use spawnSync instead of execSync because:
|
|
103
|
+
// - It properly handles interactive output (colors, prompts)
|
|
104
|
+
// - It allows the user to respond to the "Do you want to apply?" prompt
|
|
105
|
+
// - It preserves the exit code from terraform
|
|
106
|
+
console.log(`Applying Terraform plan from "${planFile}"...`);
|
|
107
|
+
console.log('');
|
|
108
|
+
|
|
109
|
+
const result = spawnSync('terraform', terraformArgs, {
|
|
110
|
+
stdio: 'inherit', // Connect stdin/stdout/stderr directly to the terminal
|
|
111
|
+
cwd: process.cwd() // Run in the current working directory
|
|
112
|
+
});
|
|
113
|
+
|
|
114
|
+
// Propagate terraform's exit code
|
|
115
|
+
// This ensures that CI/CD pipelines and scripts can detect failures
|
|
116
|
+
if (result.status !== 0) {
|
|
117
|
+
process.exit(result.status || 1);
|
|
118
|
+
}
|
|
119
|
+
}
|
|
120
|
+
|
|
121
|
+
/**
|
|
122
|
+
* Apply Terraform plan on macOS.
|
|
123
|
+
*
|
|
124
|
+
* Terraform behaves identically on macOS, so this delegates to the pure Node.js
|
|
125
|
+
* implementation. Terraform is typically installed via Homebrew on macOS.
|
|
126
|
+
*
|
|
127
|
+
* @param {string[]} args - Additional arguments to pass to terraform apply
|
|
128
|
+
* @returns {Promise<void>}
|
|
129
|
+
*/
|
|
130
|
+
async function do_tpa_macos(args) {
|
|
131
|
+
return do_tpa_nodejs(args);
|
|
132
|
+
}
|
|
133
|
+
|
|
134
|
+
/**
|
|
135
|
+
* Apply Terraform plan on Ubuntu.
|
|
136
|
+
*
|
|
137
|
+
* Terraform behaves identically on Ubuntu, so this delegates to the pure Node.js
|
|
138
|
+
* implementation. Terraform can be installed via apt or by downloading the binary.
|
|
139
|
+
*
|
|
140
|
+
* @param {string[]} args - Additional arguments to pass to terraform apply
|
|
141
|
+
* @returns {Promise<void>}
|
|
142
|
+
*/
|
|
143
|
+
async function do_tpa_ubuntu(args) {
|
|
144
|
+
return do_tpa_nodejs(args);
|
|
145
|
+
}
|
|
146
|
+
|
|
147
|
+
/**
|
|
148
|
+
* Apply Terraform plan on Raspberry Pi OS.
|
|
149
|
+
*
|
|
150
|
+
* Terraform behaves identically on Raspberry Pi OS (ARM architecture is supported),
|
|
151
|
+
* so this delegates to the pure Node.js implementation.
|
|
152
|
+
*
|
|
153
|
+
* @param {string[]} args - Additional arguments to pass to terraform apply
|
|
154
|
+
* @returns {Promise<void>}
|
|
155
|
+
*/
|
|
156
|
+
async function do_tpa_raspbian(args) {
|
|
157
|
+
return do_tpa_nodejs(args);
|
|
158
|
+
}
|
|
159
|
+
|
|
160
|
+
/**
|
|
161
|
+
* Apply Terraform plan on Amazon Linux.
|
|
162
|
+
*
|
|
163
|
+
* Terraform behaves identically on Amazon Linux, so this delegates to the pure
|
|
164
|
+
* Node.js implementation. This is commonly used in AWS environments.
|
|
165
|
+
*
|
|
166
|
+
* @param {string[]} args - Additional arguments to pass to terraform apply
|
|
167
|
+
* @returns {Promise<void>}
|
|
168
|
+
*/
|
|
169
|
+
async function do_tpa_amazon_linux(args) {
|
|
170
|
+
return do_tpa_nodejs(args);
|
|
171
|
+
}
|
|
172
|
+
|
|
173
|
+
/**
|
|
174
|
+
* Apply Terraform plan on Windows Command Prompt.
|
|
175
|
+
*
|
|
176
|
+
* Terraform behaves identically on Windows, so this delegates to the pure Node.js
|
|
177
|
+
* implementation. Terraform can be installed via Chocolatey or winget on Windows.
|
|
178
|
+
*
|
|
179
|
+
* @param {string[]} args - Additional arguments to pass to terraform apply
|
|
180
|
+
* @returns {Promise<void>}
|
|
181
|
+
*/
|
|
182
|
+
async function do_tpa_cmd(args) {
|
|
183
|
+
return do_tpa_nodejs(args);
|
|
184
|
+
}
|
|
185
|
+
|
|
186
|
+
/**
|
|
187
|
+
* Apply Terraform plan on Windows PowerShell.
|
|
188
|
+
*
|
|
189
|
+
* Terraform behaves identically on Windows, so this delegates to the pure Node.js
|
|
190
|
+
* implementation. PowerShell users may have installed Terraform via Chocolatey,
|
|
191
|
+
* winget, or direct download.
|
|
192
|
+
*
|
|
193
|
+
* @param {string[]} args - Additional arguments to pass to terraform apply
|
|
194
|
+
* @returns {Promise<void>}
|
|
195
|
+
*/
|
|
196
|
+
async function do_tpa_powershell(args) {
|
|
197
|
+
return do_tpa_nodejs(args);
|
|
198
|
+
}
|
|
199
|
+
|
|
200
|
+
/**
|
|
201
|
+
* Apply Terraform plan on Git Bash (Windows).
|
|
202
|
+
*
|
|
203
|
+
* Terraform behaves identically on Windows even when called from Git Bash,
|
|
204
|
+
* so this delegates to the pure Node.js implementation.
|
|
205
|
+
*
|
|
206
|
+
* @param {string[]} args - Additional arguments to pass to terraform apply
|
|
207
|
+
* @returns {Promise<void>}
|
|
208
|
+
*/
|
|
209
|
+
async function do_tpa_gitbash(args) {
|
|
210
|
+
return do_tpa_nodejs(args);
|
|
211
|
+
}
|
|
212
|
+
|
|
8
213
|
/**
|
|
9
|
-
*
|
|
10
|
-
*
|
|
214
|
+
* Main entry point - detects environment and executes appropriate implementation.
|
|
215
|
+
*
|
|
216
|
+
* The "tpa" (Terraform Plan Apply) command applies a saved Terraform plan file
|
|
217
|
+
* to your infrastructure. This is the second step in the two-step Terraform
|
|
218
|
+
* workflow:
|
|
11
219
|
*
|
|
12
|
-
*
|
|
220
|
+
* 1. tpo (terraform plan -out="tfplan") - Review what will change
|
|
221
|
+
* 2. tpa (terraform apply "tfplan") - Apply the reviewed changes
|
|
222
|
+
*
|
|
223
|
+
* This two-step workflow ensures you never accidentally apply changes you
|
|
224
|
+
* haven't reviewed. The plan file captures the exact changes at a point in
|
|
225
|
+
* time, preventing surprises from configuration drift.
|
|
226
|
+
*
|
|
227
|
+
* @param {string[]} args - Additional arguments to pass to terraform apply
|
|
13
228
|
* @returns {Promise<void>}
|
|
14
229
|
*/
|
|
15
|
-
async function
|
|
16
|
-
|
|
230
|
+
async function do_tpa(args) {
|
|
231
|
+
const platform = os.detect();
|
|
232
|
+
|
|
233
|
+
const handlers = {
|
|
234
|
+
'macos': do_tpa_macos,
|
|
235
|
+
'ubuntu': do_tpa_ubuntu,
|
|
236
|
+
'debian': do_tpa_ubuntu,
|
|
237
|
+
'raspbian': do_tpa_raspbian,
|
|
238
|
+
'amazon_linux': do_tpa_amazon_linux,
|
|
239
|
+
'rhel': do_tpa_amazon_linux,
|
|
240
|
+
'fedora': do_tpa_ubuntu,
|
|
241
|
+
'linux': do_tpa_ubuntu,
|
|
242
|
+
'wsl': do_tpa_ubuntu,
|
|
243
|
+
'cmd': do_tpa_cmd,
|
|
244
|
+
'windows': do_tpa_cmd,
|
|
245
|
+
'powershell': do_tpa_powershell,
|
|
246
|
+
'gitbash': do_tpa_gitbash
|
|
247
|
+
};
|
|
248
|
+
|
|
249
|
+
const handler = handlers[platform.type];
|
|
250
|
+
if (!handler) {
|
|
251
|
+
console.error(`Platform '${platform.type}' is not supported for this command.`);
|
|
252
|
+
console.error('');
|
|
253
|
+
console.error('Supported platforms:');
|
|
254
|
+
console.error(' - macOS');
|
|
255
|
+
console.error(' - Ubuntu, Debian, and other Linux distributions');
|
|
256
|
+
console.error(' - Raspberry Pi OS');
|
|
257
|
+
console.error(' - Amazon Linux, RHEL, Fedora');
|
|
258
|
+
console.error(' - Windows (CMD, PowerShell, Git Bash)');
|
|
259
|
+
process.exit(1);
|
|
260
|
+
}
|
|
261
|
+
|
|
262
|
+
await handler(args);
|
|
17
263
|
}
|
|
18
264
|
|
|
19
|
-
module.exports = {
|
|
265
|
+
module.exports = {
|
|
266
|
+
main: do_tpa,
|
|
267
|
+
do_tpa,
|
|
268
|
+
do_tpa_nodejs,
|
|
269
|
+
do_tpa_macos,
|
|
270
|
+
do_tpa_ubuntu,
|
|
271
|
+
do_tpa_raspbian,
|
|
272
|
+
do_tpa_amazon_linux,
|
|
273
|
+
do_tpa_cmd,
|
|
274
|
+
do_tpa_powershell,
|
|
275
|
+
do_tpa_gitbash
|
|
276
|
+
};
|
|
20
277
|
|
|
21
278
|
if (require.main === module) {
|
|
22
|
-
|
|
279
|
+
do_tpa(process.argv.slice(2));
|
|
23
280
|
}
|
package/src/scripts/tpo.js
CHANGED
|
@@ -1,23 +1,280 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
2
|
|
|
3
3
|
/**
|
|
4
|
-
*
|
|
4
|
+
* tpo - Terraform Plan with Output file
|
|
5
|
+
*
|
|
6
|
+
* Migrated from legacy dotfiles alias.
|
|
7
|
+
* Original: alias tpo="terraform plan -out=\"tfplan\""
|
|
8
|
+
*
|
|
9
|
+
* This script runs `terraform plan` and saves the execution plan to a file
|
|
10
|
+
* named "tfplan" in the current directory. This plan file can then be applied
|
|
11
|
+
* using `terraform apply "tfplan"` (or the companion `tpa` script) to ensure
|
|
12
|
+
* the exact changes shown in the plan are applied.
|
|
13
|
+
*
|
|
14
|
+
* Why use a plan file?
|
|
15
|
+
* - Guarantees what you reviewed is exactly what gets applied
|
|
16
|
+
* - Prevents surprises from infrastructure changes between plan and apply
|
|
17
|
+
* - Required for automation and CI/CD pipelines
|
|
18
|
+
* - Allows plan review before committing to changes
|
|
19
|
+
*
|
|
20
|
+
* Usage:
|
|
21
|
+
* tpo # Run terraform plan, save to "tfplan"
|
|
22
|
+
* tpo -var="key=value" # Pass additional arguments to terraform plan
|
|
23
|
+
* tpo -target=resource # Plan only specific resources
|
|
24
|
+
*
|
|
5
25
|
* @module scripts/tpo
|
|
6
26
|
*/
|
|
7
27
|
|
|
28
|
+
const os = require('../utils/common/os');
|
|
29
|
+
const { execSync, spawnSync } = require('child_process');
|
|
30
|
+
|
|
31
|
+
/**
|
|
32
|
+
* Helper function to check if a command exists on the system.
|
|
33
|
+
* Uses platform-appropriate method to locate the command.
|
|
34
|
+
*
|
|
35
|
+
* @param {string} cmd - The command name to check
|
|
36
|
+
* @returns {boolean} True if the command exists, false otherwise
|
|
37
|
+
*/
|
|
38
|
+
function isCommandAvailable(cmd) {
|
|
39
|
+
try {
|
|
40
|
+
// Use 'which' on Unix-like systems, 'where' on Windows
|
|
41
|
+
const checkCmd = process.platform === 'win32' ? `where ${cmd}` : `which ${cmd}`;
|
|
42
|
+
execSync(checkCmd, { stdio: 'ignore' });
|
|
43
|
+
return true;
|
|
44
|
+
} catch {
|
|
45
|
+
return false;
|
|
46
|
+
}
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
/**
|
|
50
|
+
* Core implementation that runs terraform plan with output file.
|
|
51
|
+
*
|
|
52
|
+
* This function contains the shared logic for all platforms since Terraform
|
|
53
|
+
* is a cross-platform CLI tool that works identically on macOS, Linux, and Windows.
|
|
54
|
+
* The command syntax is the same across all environments.
|
|
55
|
+
*
|
|
56
|
+
* @param {string[]} args - Additional arguments to pass to terraform plan
|
|
57
|
+
* @returns {Promise<void>}
|
|
58
|
+
*/
|
|
59
|
+
async function do_tpo_nodejs(args) {
|
|
60
|
+
// Terraform is a third-party tool that must be installed separately.
|
|
61
|
+
// Check that it exists before attempting to run it.
|
|
62
|
+
if (!isCommandAvailable('terraform')) {
|
|
63
|
+
console.error('Error: terraform is required but not installed.');
|
|
64
|
+
console.error('');
|
|
65
|
+
console.error('Install Terraform:');
|
|
66
|
+
console.error(' macOS: brew install terraform');
|
|
67
|
+
console.error(' Ubuntu: sudo apt install terraform');
|
|
68
|
+
console.error(' or: sudo snap install terraform');
|
|
69
|
+
console.error(' Windows: choco install terraform');
|
|
70
|
+
console.error(' or: winget install Hashicorp.Terraform');
|
|
71
|
+
console.error('');
|
|
72
|
+
console.error('For official installation instructions, visit:');
|
|
73
|
+
console.error(' https://developer.hashicorp.com/terraform/downloads');
|
|
74
|
+
process.exit(1);
|
|
75
|
+
}
|
|
76
|
+
|
|
77
|
+
// Build the command arguments array:
|
|
78
|
+
// - "plan" is the terraform subcommand
|
|
79
|
+
// - "-out=tfplan" saves the plan to a file named "tfplan"
|
|
80
|
+
// - ...args passes through any additional user-provided arguments
|
|
81
|
+
// (like -var, -target, -var-file, etc.)
|
|
82
|
+
const terraformArgs = ['plan', '-out=tfplan', ...args];
|
|
83
|
+
|
|
84
|
+
// Use spawnSync instead of execSync for better argument handling.
|
|
85
|
+
// spawnSync properly handles arguments with spaces, quotes, and special characters
|
|
86
|
+
// without needing shell escaping.
|
|
87
|
+
const result = spawnSync('terraform', terraformArgs, {
|
|
88
|
+
// Inherit stdio so the user sees terraform's colored output and can interact
|
|
89
|
+
// with any prompts (though plan typically doesn't prompt)
|
|
90
|
+
stdio: 'inherit',
|
|
91
|
+
// Use the current working directory where the terraform configuration lives
|
|
92
|
+
cwd: process.cwd()
|
|
93
|
+
});
|
|
94
|
+
|
|
95
|
+
// If terraform exited with an error code, exit with the same code.
|
|
96
|
+
// This preserves terraform's exit behavior for scripts that check exit codes.
|
|
97
|
+
if (result.status !== 0) {
|
|
98
|
+
// If there was a signal (like SIGINT from Ctrl+C), handle that too
|
|
99
|
+
if (result.signal) {
|
|
100
|
+
console.error(`\nTerraform was terminated by signal: ${result.signal}`);
|
|
101
|
+
process.exit(1);
|
|
102
|
+
}
|
|
103
|
+
// Exit with terraform's exit code
|
|
104
|
+
process.exit(result.status || 1);
|
|
105
|
+
}
|
|
106
|
+
|
|
107
|
+
// Success message - terraform already prints its own output, but we add
|
|
108
|
+
// a helpful reminder about the next step
|
|
109
|
+
console.log('');
|
|
110
|
+
console.log('Plan saved to "tfplan". To apply this plan, run:');
|
|
111
|
+
console.log(' terraform apply "tfplan"');
|
|
112
|
+
console.log(' or: tpa');
|
|
113
|
+
}
|
|
114
|
+
|
|
115
|
+
/**
|
|
116
|
+
* Run terraform plan on macOS.
|
|
117
|
+
*
|
|
118
|
+
* Terraform works identically on macOS as other platforms, so this
|
|
119
|
+
* delegates to the shared Node.js implementation.
|
|
120
|
+
*
|
|
121
|
+
* @param {string[]} args - Additional arguments to pass to terraform plan
|
|
122
|
+
* @returns {Promise<void>}
|
|
123
|
+
*/
|
|
124
|
+
async function do_tpo_macos(args) {
|
|
125
|
+
return do_tpo_nodejs(args);
|
|
126
|
+
}
|
|
127
|
+
|
|
128
|
+
/**
|
|
129
|
+
* Run terraform plan on Ubuntu.
|
|
130
|
+
*
|
|
131
|
+
* Terraform works identically on Ubuntu as other platforms, so this
|
|
132
|
+
* delegates to the shared Node.js implementation.
|
|
133
|
+
*
|
|
134
|
+
* @param {string[]} args - Additional arguments to pass to terraform plan
|
|
135
|
+
* @returns {Promise<void>}
|
|
136
|
+
*/
|
|
137
|
+
async function do_tpo_ubuntu(args) {
|
|
138
|
+
return do_tpo_nodejs(args);
|
|
139
|
+
}
|
|
140
|
+
|
|
141
|
+
/**
|
|
142
|
+
* Run terraform plan on Raspberry Pi OS.
|
|
143
|
+
*
|
|
144
|
+
* Terraform works identically on Raspberry Pi OS as other platforms, so this
|
|
145
|
+
* delegates to the shared Node.js implementation.
|
|
146
|
+
*
|
|
147
|
+
* Note: Terraform for ARM (aarch64) is available and works on Raspberry Pi 4
|
|
148
|
+
* and newer models with 64-bit Raspberry Pi OS.
|
|
149
|
+
*
|
|
150
|
+
* @param {string[]} args - Additional arguments to pass to terraform plan
|
|
151
|
+
* @returns {Promise<void>}
|
|
152
|
+
*/
|
|
153
|
+
async function do_tpo_raspbian(args) {
|
|
154
|
+
return do_tpo_nodejs(args);
|
|
155
|
+
}
|
|
156
|
+
|
|
157
|
+
/**
|
|
158
|
+
* Run terraform plan on Amazon Linux.
|
|
159
|
+
*
|
|
160
|
+
* Terraform works identically on Amazon Linux as other platforms, so this
|
|
161
|
+
* delegates to the shared Node.js implementation. This is particularly
|
|
162
|
+
* common since Terraform is often used to manage AWS infrastructure
|
|
163
|
+
* from EC2 instances.
|
|
164
|
+
*
|
|
165
|
+
* @param {string[]} args - Additional arguments to pass to terraform plan
|
|
166
|
+
* @returns {Promise<void>}
|
|
167
|
+
*/
|
|
168
|
+
async function do_tpo_amazon_linux(args) {
|
|
169
|
+
return do_tpo_nodejs(args);
|
|
170
|
+
}
|
|
171
|
+
|
|
172
|
+
/**
|
|
173
|
+
* Run terraform plan on Windows Command Prompt.
|
|
174
|
+
*
|
|
175
|
+
* Terraform works identically on Windows as other platforms, so this
|
|
176
|
+
* delegates to the shared Node.js implementation.
|
|
177
|
+
*
|
|
178
|
+
* @param {string[]} args - Additional arguments to pass to terraform plan
|
|
179
|
+
* @returns {Promise<void>}
|
|
180
|
+
*/
|
|
181
|
+
async function do_tpo_cmd(args) {
|
|
182
|
+
return do_tpo_nodejs(args);
|
|
183
|
+
}
|
|
184
|
+
|
|
8
185
|
/**
|
|
9
|
-
*
|
|
10
|
-
*
|
|
186
|
+
* Run terraform plan on Windows PowerShell.
|
|
187
|
+
*
|
|
188
|
+
* Terraform works identically on Windows as other platforms, so this
|
|
189
|
+
* delegates to the shared Node.js implementation.
|
|
190
|
+
*
|
|
191
|
+
* @param {string[]} args - Additional arguments to pass to terraform plan
|
|
192
|
+
* @returns {Promise<void>}
|
|
193
|
+
*/
|
|
194
|
+
async function do_tpo_powershell(args) {
|
|
195
|
+
return do_tpo_nodejs(args);
|
|
196
|
+
}
|
|
197
|
+
|
|
198
|
+
/**
|
|
199
|
+
* Run terraform plan from Git Bash on Windows.
|
|
200
|
+
*
|
|
201
|
+
* Terraform works identically in Git Bash as other environments, so this
|
|
202
|
+
* delegates to the shared Node.js implementation.
|
|
203
|
+
*
|
|
204
|
+
* @param {string[]} args - Additional arguments to pass to terraform plan
|
|
205
|
+
* @returns {Promise<void>}
|
|
206
|
+
*/
|
|
207
|
+
async function do_tpo_gitbash(args) {
|
|
208
|
+
return do_tpo_nodejs(args);
|
|
209
|
+
}
|
|
210
|
+
|
|
211
|
+
/**
|
|
212
|
+
* Main entry point - detects environment and executes appropriate implementation.
|
|
213
|
+
*
|
|
214
|
+
* The "tpo" (Terraform Plan with Output) command is a convenience wrapper around
|
|
215
|
+
* `terraform plan -out="tfplan"`. It saves the execution plan to a file so that
|
|
216
|
+
* the exact changes can be reviewed and then applied with confidence.
|
|
217
|
+
*
|
|
218
|
+
* This is a best practice for Terraform workflows:
|
|
219
|
+
* 1. Run `tpo` to create a plan and review the changes
|
|
220
|
+
* 2. Run `tpa` (or `terraform apply "tfplan"`) to apply exactly those changes
|
|
221
|
+
*
|
|
222
|
+
* All additional arguments are passed through to terraform plan, so you can use:
|
|
223
|
+
* - tpo -var="instance_type=t3.micro"
|
|
224
|
+
* - tpo -target=aws_instance.web
|
|
225
|
+
* - tpo -var-file=production.tfvars
|
|
11
226
|
*
|
|
12
227
|
* @param {string[]} args - Command line arguments to pass to terraform plan
|
|
13
228
|
* @returns {Promise<void>}
|
|
14
229
|
*/
|
|
15
|
-
async function
|
|
16
|
-
|
|
230
|
+
async function do_tpo(args) {
|
|
231
|
+
const platform = os.detect();
|
|
232
|
+
|
|
233
|
+
const handlers = {
|
|
234
|
+
'macos': do_tpo_macos,
|
|
235
|
+
'ubuntu': do_tpo_ubuntu,
|
|
236
|
+
'debian': do_tpo_ubuntu,
|
|
237
|
+
'raspbian': do_tpo_raspbian,
|
|
238
|
+
'amazon_linux': do_tpo_amazon_linux,
|
|
239
|
+
'rhel': do_tpo_amazon_linux,
|
|
240
|
+
'fedora': do_tpo_ubuntu,
|
|
241
|
+
'linux': do_tpo_ubuntu,
|
|
242
|
+
'wsl': do_tpo_ubuntu,
|
|
243
|
+
'cmd': do_tpo_cmd,
|
|
244
|
+
'windows': do_tpo_cmd,
|
|
245
|
+
'powershell': do_tpo_powershell,
|
|
246
|
+
'gitbash': do_tpo_gitbash
|
|
247
|
+
};
|
|
248
|
+
|
|
249
|
+
const handler = handlers[platform.type];
|
|
250
|
+
if (!handler) {
|
|
251
|
+
console.error(`Platform '${platform.type}' is not supported for this command.`);
|
|
252
|
+
console.error('');
|
|
253
|
+
console.error('Supported platforms:');
|
|
254
|
+
console.error(' - macOS');
|
|
255
|
+
console.error(' - Ubuntu, Debian, and other Linux distributions');
|
|
256
|
+
console.error(' - Raspberry Pi OS');
|
|
257
|
+
console.error(' - Amazon Linux, RHEL, Fedora');
|
|
258
|
+
console.error(' - Windows (CMD, PowerShell, Git Bash)');
|
|
259
|
+
process.exit(1);
|
|
260
|
+
}
|
|
261
|
+
|
|
262
|
+
await handler(args);
|
|
17
263
|
}
|
|
18
264
|
|
|
19
|
-
module.exports = {
|
|
265
|
+
module.exports = {
|
|
266
|
+
main: do_tpo,
|
|
267
|
+
do_tpo,
|
|
268
|
+
do_tpo_nodejs,
|
|
269
|
+
do_tpo_macos,
|
|
270
|
+
do_tpo_ubuntu,
|
|
271
|
+
do_tpo_raspbian,
|
|
272
|
+
do_tpo_amazon_linux,
|
|
273
|
+
do_tpo_cmd,
|
|
274
|
+
do_tpo_powershell,
|
|
275
|
+
do_tpo_gitbash
|
|
276
|
+
};
|
|
20
277
|
|
|
21
278
|
if (require.main === module) {
|
|
22
|
-
|
|
279
|
+
do_tpo(process.argv.slice(2));
|
|
23
280
|
}
|