@hype-stack/cli 1.3.4 → 1.3.5
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/dist/{cli-Do0t2lin.js → cli-pTQ4lEfV.js} +2218 -2091
- package/dist/config/bin.js +1 -1
- package/dist/deploy/auth.d.ts +6 -0
- package/dist/deploy/auth.d.ts.map +1 -1
- package/dist/deploy/providers/fly.d.ts.map +1 -1
- package/dist/deploy/providers/railway.d.ts.map +1 -1
- package/dist/deploy/tools.d.ts +40 -0
- package/dist/deploy/tools.d.ts.map +1 -0
- package/dist/index.js +1 -1
- package/package.json +6 -3
package/dist/config/bin.js
CHANGED
package/dist/deploy/auth.d.ts
CHANGED
|
@@ -33,6 +33,12 @@ export interface AuthIO {
|
|
|
33
33
|
createRunner(env: AuthEnv): CommandRunner;
|
|
34
34
|
/** Run a command with the terminal attached. Browser logins need a real TTY. */
|
|
35
35
|
runInteractive(command: string, args: string[], cwd: string): Promise<number>;
|
|
36
|
+
/**
|
|
37
|
+
* Fetch the provider CLI into a private tools dir and put it on this
|
|
38
|
+
* process's PATH. Returns where it landed, or null when it could not be
|
|
39
|
+
* fetched. Optional so test fakes without an opinion keep compiling.
|
|
40
|
+
*/
|
|
41
|
+
bootstrapCli?(spec: ProviderSpec): Promise<string | null>;
|
|
36
42
|
confirmInstall(spec: ProviderSpec): Promise<boolean>;
|
|
37
43
|
chooseMethod(spec: ProviderSpec): Promise<SignInMethod>;
|
|
38
44
|
readToken(spec: ProviderSpec): Promise<string>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"auth.d.ts","sourceRoot":"","sources":["../../src/deploy/auth.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"auth.d.ts","sourceRoot":"","sources":["../../src/deploy/auth.ts"],"names":[],"mappings":"AASA,OAAO,KAAK,EAAE,qBAAqB,EAAmB,aAAa,EAAE,MAAM,sBAAsB,CAAC;AAClG,OAAO,EAAE,KAAK,aAAa,EAAuB,MAAM,aAAa,CAAC;AACtE,OAAO,KAAK,EAAE,UAAU,EAAE,UAAU,EAAE,YAAY,EAAE,MAAM,YAAY,CAAC;AAEvE;;;;;;;;;;;GAWG;AAEH,qFAAqF;AACrF,MAAM,MAAM,OAAO,GAAG,MAAM,CAAC,MAAM,EAAE,MAAM,GAAG,SAAS,CAAC,CAAC;AAEzD,MAAM,WAAW,mBAAmB;IAClC,6EAA6E;IAC7E,GAAG,EAAE,OAAO,CAAC;IACb,6EAA6E;IAC7E,QAAQ,EAAE,OAAO,CAAC,MAAM,CAAC,UAAU,EAAE,MAAM,CAAC,CAAC,CAAC;CAC/C;AAED,qCAAqC;AACrC,MAAM,MAAM,YAAY,GAAG,SAAS,GAAG,aAAa,GAAG,OAAO,CAAC;AAE/D;;;;GAIG;AACH,MAAM,WAAW,MAAM;IACrB,wEAAwE;IACxE,YAAY,CAAC,GAAG,EAAE,OAAO,GAAG,aAAa,CAAC;IAC1C,gFAAgF;IAChF,cAAc,CAAC,OAAO,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM,EAAE,EAAE,GAAG,EAAE,MAAM,GAAG,OAAO,CAAC,MAAM,CAAC,CAAC;IAC9E;;;;OAIG;IACH,YAAY,CAAC,CAAC,IAAI,EAAE,YAAY,GAAG,OAAO,CAAC,MAAM,GAAG,IAAI,CAAC,CAAC;IAC1D,cAAc,CAAC,IAAI,EAAE,YAAY,GAAG,OAAO,CAAC,OAAO,CAAC,CAAC;IACrD,YAAY,CAAC,IAAI,EAAE,YAAY,GAAG,OAAO,CAAC,YAAY,CAAC,CAAC;IACxD,SAAS,CAAC,IAAI,EAAE,YAAY,GAAG,OAAO,CAAC,MAAM,CAAC,CAAC;IAC/C,WAAW,CAAC,IAAI,EAAE,YAAY,EAAE,KAAK,EAAE,aAAa,EAAE,OAAO,EAAE,MAAM,EAAE,GAAG,OAAO,CAAC,MAAM,CAAC,CAAC;CAC3F;AAED,wBAAgB,YAAY,IAAI,MAAM,CAUrC;AAED,MAAM,WAAW,uBAAuB;IACtC,IAAI,EAAE,UAAU,CAAC;IACjB,SAAS,EAAE,UAAU,EAAE,CAAC;IACxB,oEAAoE;IACpE,WAAW,EAAE,OAAO,CAAC;IACrB,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,uEAAuE;IACvE,QAAQ,CAAC,EAAE,OAAO,CAAC,MAAM,CAAC,UAAU,EAAE,qBAAqB,CAAC,CAAC,CAAC;CAC/D;AAED,wBAAsB,kBAAkB,CAAC,KAAK,EAAE,uBAAuB,GAAG,OAAO,CAAC,mBAAmB,CAAC,CAyBrG;AA0KD,wBAAgB,aAAa,CAAC,IAAI,EAAE,YAAY,GAAG,MAAM,CAGxD"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"fly.d.ts","sourceRoot":"","sources":["../../../src/deploy/providers/fly.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAiB,cAAc,EAAE,MAAM,aAAa,CAAC;AACjE,OAAO,KAAK,EAEV,qBAAqB,EAMtB,MAAM,YAAY,CAAC;AAKpB;;;;GAIG;AACH,eAAO,MAAM,kBAAkB,QAAQ,CAAC;AAExC,oFAAoF;AACpF,eAAO,MAAM,qBAAqB,UAAU,CAAC;AAE7C,wBAAgB,SAAS,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAE7C;AAED;;;GAGG;AACH,wBAAgB,aAAa,CAAC,MAAM,EAAE,MAAM,GAAG,MAAM,EAAE,CAmBtD;AAgDD;;;;GAIG;AACH,wBAAgB,iBAAiB,CAAC,MAAM,EAAE,MAAM,GAAG,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAWxE;AAED,0EAA0E;AAC1E,wBAAgB,aAAa,CAAC,MAAM,EAAE,MAAM,GAAG,MAAM,GAAG,IAAI,CAG3D;AAED;;;;GAIG;AACH,wBAAgB,gBAAgB,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,GAAG,IAAI,CAG3D;AAED,iFAAiF;AACjF,wBAAgB,gBAAgB,CAAC,MAAM,EAAE,MAAM,GAAG,MAAM,GAAG,IAAI,CAG9D;AAED,UAAU,UAAU;IAClB,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;CACd;AAED;;;;;;;GAOG;AACH,wBAAgB,iBAAiB,CAAC,MAAM,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM,GAAG,UAAU,GAAG,IAAI,CAajF;AAED;;;;GAIG;AACH,wBAAgB,mBAAmB,CAAC,MAAM,EAAE,MAAM,GAAG,MAAM,GAAG,IAAI,CAcjE;AAED,eAAO,MAAM,WAAW,EAAE,
|
|
1
|
+
{"version":3,"file":"fly.d.ts","sourceRoot":"","sources":["../../../src/deploy/providers/fly.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAiB,cAAc,EAAE,MAAM,aAAa,CAAC;AACjE,OAAO,KAAK,EAEV,qBAAqB,EAMtB,MAAM,YAAY,CAAC;AAKpB;;;;GAIG;AACH,eAAO,MAAM,kBAAkB,QAAQ,CAAC;AAExC,oFAAoF;AACpF,eAAO,MAAM,qBAAqB,UAAU,CAAC;AAE7C,wBAAgB,SAAS,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAE7C;AAED;;;GAGG;AACH,wBAAgB,aAAa,CAAC,MAAM,EAAE,MAAM,GAAG,MAAM,EAAE,CAmBtD;AAgDD;;;;GAIG;AACH,wBAAgB,iBAAiB,CAAC,MAAM,EAAE,MAAM,GAAG,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAWxE;AAED,0EAA0E;AAC1E,wBAAgB,aAAa,CAAC,MAAM,EAAE,MAAM,GAAG,MAAM,GAAG,IAAI,CAG3D;AAED;;;;GAIG;AACH,wBAAgB,gBAAgB,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,GAAG,IAAI,CAG3D;AAED,iFAAiF;AACjF,wBAAgB,gBAAgB,CAAC,MAAM,EAAE,MAAM,GAAG,MAAM,GAAG,IAAI,CAG9D;AAED,UAAU,UAAU;IAClB,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;CACd;AAED;;;;;;;GAOG;AACH,wBAAgB,iBAAiB,CAAC,MAAM,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM,GAAG,UAAU,GAAG,IAAI,CAajF;AAED;;;;GAIG;AACH,wBAAgB,mBAAmB,CAAC,MAAM,EAAE,MAAM,GAAG,MAAM,GAAG,IAAI,CAcjE;AAED,eAAO,MAAM,WAAW,EAAE,qBAqKzB,CAAC;AAqOF;;;;GAIG;AACH,wBAAgB,gBAAgB,CAAC,MAAM,EAAE,MAAM,GAAG,MAAM,EAAE,CAUzD;AAiBD,uFAAuF;AACvF,wBAAgB,aAAa,CAAC,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,EAAE,UAAU,EAAE,MAAM,GAAG,cAAc,GAAG,IAAI,CAWvG"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"railway.d.ts","sourceRoot":"","sources":["../../../src/deploy/providers/railway.ts"],"names":[],"mappings":"AAmBA,OAAO,KAAK,EAAiC,cAAc,EAAE,MAAM,aAAa,CAAC;AACjF,OAAO,KAAK,EAEV,qBAAqB,EAGrB,eAAe,EAIhB,MAAM,YAAY,CAAC;AAEpB,mFAAmF;AACnF,eAAO,MAAM,wBAAwB,aAAa,CAAC;AA0DnD,kEAAkE;AAClE,eAAO,MAAM,cAAc,UAA+B,CAAC;AAiB3D;;;;GAIG;AACH,wBAAgB,kBAAkB,CAAC,MAAM,EAAE,MAAM,GAAG,MAAM,GAAG,IAAI,CAWhE;AA+BD,MAAM,WAAW,cAAc;IAC7B,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;CACd;AAED;;;;;;;GAOG;AACH,wBAAgB,oBAAoB,CAAC,MAAM,EAAE,MAAM,GAAG,cAAc,EAAE,CAcrE;AAED;;;;;;GAMG;AACH,wBAAgB,mBAAmB,CAAC,MAAM,EAAE,MAAM,GAAG,cAAc,GAAG,IAAI,CASzE;AAED,4DAA4D;AAC5D,wBAAgB,qBAAqB,CAAC,MAAM,EAAE,MAAM,GAAG,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAoB5E;AAED,eAAO,MAAM,eAAe,EAAE,
|
|
1
|
+
{"version":3,"file":"railway.d.ts","sourceRoot":"","sources":["../../../src/deploy/providers/railway.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import { ProviderSpec } from './types.js';
|
|
2
|
+
/**
|
|
3
|
+
* Fetches provider CLIs the deploy needs but the machine does not have.
|
|
4
|
+
*
|
|
5
|
+
* `npx @hype-stack/cli deploy` has to be the whole story: nobody should be
|
|
6
|
+
* sent off to install `railway` or `fly` by hand first. When a binary is
|
|
7
|
+
* missing from PATH, this module puts a private copy under `~/.hype-stack/
|
|
8
|
+
* tools` and the deploy runs against that. The user's own installation, when
|
|
9
|
+
* they have one, always wins because PATH is only ever appended in front for
|
|
10
|
+
* this process.
|
|
11
|
+
*
|
|
12
|
+
* Railway ships its CLI on npm (`@railway/cli`), and npm is guaranteed to be
|
|
13
|
+
* present because that is how this CLI itself was started. Fly has no npm
|
|
14
|
+
* distribution, so flyctl comes from its official GitHub releases, the same
|
|
15
|
+
* artifacts `fly.io/install.sh` unpacks.
|
|
16
|
+
*/
|
|
17
|
+
/** Pinned to a major so a deploy stays predictable; bump deliberately, with a live test run. */
|
|
18
|
+
export declare const RAILWAY_CLI_PACKAGE = "@railway/cli@5";
|
|
19
|
+
export declare function toolsRoot(): string;
|
|
20
|
+
export declare function railwayBinDir(root: string): string;
|
|
21
|
+
export declare function flyBinDir(root: string): string;
|
|
22
|
+
/** `dir` moved to the front of `currentPath`, once. */
|
|
23
|
+
export declare function prependedPath(dir: string, currentPath: string | undefined, delimiter: string): string;
|
|
24
|
+
/** Make `dir` visible to every child this process spawns from now on. */
|
|
25
|
+
export declare function registerOnPath(dir: string): void;
|
|
26
|
+
/** The tag GitHub's `releases/latest` answer names, e.g. `v0.3.190`. */
|
|
27
|
+
export declare function parseLatestFlyTag(json: string): string | null;
|
|
28
|
+
/**
|
|
29
|
+
* The release asset for this machine, or null when Fly does not build for it.
|
|
30
|
+
* Fly names assets `flyctl_0.3.190_macOS_arm64.tar.gz` (and `.zip` on Windows).
|
|
31
|
+
*/
|
|
32
|
+
export declare function flyReleaseAsset(platform: NodeJS.Platform, arch: string, tag: string): string | null;
|
|
33
|
+
/**
|
|
34
|
+
* Ensure the provider's CLI exists under the tools root and is on this
|
|
35
|
+
* process's PATH. Returns the bin directory, or null when it could not be
|
|
36
|
+
* fetched (offline, unsupported platform), in which case the caller falls
|
|
37
|
+
* back to manual install instructions.
|
|
38
|
+
*/
|
|
39
|
+
export declare function bootstrapProviderCli(spec: ProviderSpec, root?: string): Promise<string | null>;
|
|
40
|
+
//# sourceMappingURL=tools.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"tools.d.ts","sourceRoot":"","sources":["../../src/deploy/tools.ts"],"names":[],"mappings":"AAMA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,YAAY,CAAC;AAE/C;;;;;;;;;;;;;;GAcG;AAEH,gGAAgG;AAChG,eAAO,MAAM,mBAAmB,mBAAmB,CAAC;AAIpD,wBAAgB,SAAS,IAAI,MAAM,CAElC;AAED,wBAAgB,aAAa,CAAC,IAAI,EAAE,MAAM,GAAG,MAAM,CAElD;AAED,wBAAgB,SAAS,CAAC,IAAI,EAAE,MAAM,GAAG,MAAM,CAE9C;AAED,uDAAuD;AACvD,wBAAgB,aAAa,CAAC,GAAG,EAAE,MAAM,EAAE,WAAW,EAAE,MAAM,GAAG,SAAS,EAAE,SAAS,EAAE,MAAM,GAAG,MAAM,CAGrG;AAED,yEAAyE;AACzE,wBAAgB,cAAc,CAAC,GAAG,EAAE,MAAM,GAAG,IAAI,CAEhD;AAED,wEAAwE;AACxE,wBAAgB,iBAAiB,CAAC,IAAI,EAAE,MAAM,GAAG,MAAM,GAAG,IAAI,CAU7D;AAED;;;GAGG;AACH,wBAAgB,eAAe,CAAC,QAAQ,EAAE,MAAM,CAAC,QAAQ,EAAE,IAAI,EAAE,MAAM,EAAE,GAAG,EAAE,MAAM,GAAG,MAAM,GAAG,IAAI,CAQnG;AAmED;;;;;GAKG;AACH,wBAAsB,oBAAoB,CAAC,IAAI,EAAE,YAAY,EAAE,IAAI,GAAE,MAAoB,GAAG,OAAO,CAAC,MAAM,GAAG,IAAI,CAAC,CAIjH"}
|
package/dist/index.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { a as e, c as t, i as n, l as r, o as i, r as a, s as o, t as s } from "./cli-
|
|
1
|
+
import { a as e, c as t, i as n, l as r, o as i, r as a, s as o, t as s } from "./cli-pTQ4lEfV.js";
|
|
2
2
|
export { i as composeCommand, r as createCommand, s as createProgram, e as deployCommand, o as ensureInit, t as initCommand, n as loginCommand, a as logoutCommand };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hype-stack/cli",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.5",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"types": "./dist/index.d.ts",
|
|
@@ -44,7 +44,8 @@
|
|
|
44
44
|
"zod": "^4.4.3"
|
|
45
45
|
},
|
|
46
46
|
"devDependencies": {
|
|
47
|
-
"@types/node": "^25.6.0"
|
|
47
|
+
"@types/node": "^25.6.0",
|
|
48
|
+
"tsx": "^4.19.0"
|
|
48
49
|
},
|
|
49
50
|
"nx": {
|
|
50
51
|
"targets": {
|
|
@@ -78,6 +79,8 @@
|
|
|
78
79
|
"local:run": "HYPE_STACK_API_URL=${HYPE_STACK_API_URL:-http://localhost:3000} HYPE_STACK_WEB_URL=${HYPE_STACK_WEB_URL:-http://localhost:4200} node ./dist/config/bin.js",
|
|
79
80
|
"format": "pnpm --dir ../.. exec oxfmt --write packages/cli",
|
|
80
81
|
"typecheck": "pnpm --dir ../.. exec tsgo -p packages/cli/tsconfig.json --noEmit",
|
|
81
|
-
"lint": "pnpm --dir ../.. exec oxlint --fix packages/cli"
|
|
82
|
+
"lint": "pnpm --dir ../.. exec oxlint --fix packages/cli",
|
|
83
|
+
"test:live": "vitest run --config vitest.live.config.mts",
|
|
84
|
+
"sweep:live": "tsx tests/live/sweep.ts"
|
|
82
85
|
}
|
|
83
86
|
}
|