@fluxup/install 1.0.0 → 1.1.0

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/bin/cli.js CHANGED
@@ -1,6 +1,6 @@
1
1
  #!/usr/bin/env node
2
2
  /**
3
- * fluxup-install — FluxUp on-premises Docker installation CLI.
3
+ * fluxup-installer — FluxUp on-premises Docker installation CLI.
4
4
  *
5
5
  * Usage:
6
6
  * npx @fluxup/install
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@fluxup/install",
3
- "version": "1.0.0",
3
+ "version": "1.1.0",
4
4
  "description": "FluxUp on-premises Docker installation CLI",
5
5
  "type": "module",
6
6
  "bin": {
7
- "fluxup-install": "./bin/cli.js"
7
+ "fluxup-installer": "./bin/cli.js"
8
8
  },
9
9
  "files": [
10
10
  "bin/",
package/src/env.js CHANGED
@@ -23,7 +23,7 @@ export function writeEnvFile(dir, answers) {
23
23
  });
24
24
 
25
25
  const content = [
26
- '# Generated by fluxup-install — DO NOT commit',
26
+ '# Generated by fluxup-installer — DO NOT commit',
27
27
  '# GHCR token is not here — fetched from AWS Secrets Manager at runtime',
28
28
  '',
29
29
  ...lines,