@revstackhq/cli 0.0.0-dev-20260228064045 → 0.0.0-dev-20260302074113

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.
@@ -1,44 +1,44 @@
1
- [?9001h[?1004h[?25l> @revstackhq/cli@0.0.0-dev-20260228064045 build C:\Users\flava\OneDrive\Desktop\Work\revstack-os\packages\cli
1
+ [?9001h[?1004h[?25l> @revstackhq/cli@0.0.0-dev-20260302074113 build C:\Users\flava\OneDrive\Desktop\Work\revstack-os\packages\cli
2
2
  > tsup]0;C:\WINDOWS\system32\cmd.exe[?25hCLI Building entry: src/cli.ts, src/commands/init.ts, src/commands/login.ts, src/commands/logout.ts, src/commands/pull.ts, src/commands/push.ts, src/utils/auth.ts, src/utils/config-loader.ts, src/commands/templates/ai-agent-platform.ts, src/commands/templates/b2b-saas.ts, src/commands/templates/developer-tools.ts, src/commands/templates/ecommerce-platform.ts, src/commands/templates/index.ts, src/commands/templates/starter.ts, src/commands/templates/usage-based.ts
3
3
  CLI Using tsconfig: tsconfig.json
4
4
  CLI tsup v8.5.1
5
- CLI Using tsup config: C:\Users\flava\OneDrive\Desktop\Work\revstack-os\packages\cli\tsup.config.ts
6
- CLI Target: node18
5
+ CLI Using tsup config: C:\Users\flava\OneDrive\Desktop\Work\revstack-os\packages\cli\tsup.config.ts
6
+ CLI Target: node18
7
7
  CLI Cleaning output folder
8
8
  ESM Build start
9
+ ESM dist\commands\init.js 24.07 KB
9
10
  ESM dist\cli.js 43.79 KB
10
- ESM dist\commands\login.js 1.42 KB
11
+ ESM dist\commands\login.js 1.42 KB
11
12
  ESM dist\commands\logout.js 1.17 KB
12
- ESM dist\commands\init.js 24.07 KB
13
- ESM dist\commands\templates\ai-agent-platform.js 3.63 KB
13
+ ESM dist\utils\auth.js 971.00 B
14
+ ESM dist\utils\config-loader.js 1.28 KB
14
15
  ESM dist\commands\pull.js 10.15 KB
15
- ESM dist\commands\templates\b2b-saas.js 3.13 KB
16
16
  ESM dist\commands\push.js 7.83 KB
17
+ ESM dist\commands\templates\ai-agent-platform.js 3.63 KB
18
+ ESM dist\commands\templates\b2b-saas.js 3.13 KB
17
19
  ESM dist\commands\templates\developer-tools.js 4.13 KB
18
- ESM dist\commands\templates\ecommerce-platform.js 3.89 KB
19
- ESM dist\utils\config-loader.js 1.28 KB
20
20
  ESM dist\commands\templates\index.js 19.52 KB
21
- ESM dist\utils\auth.js 971.00 B
21
+ ESM dist\commands\templates\ecommerce-platform.js 3.89 KB
22
22
  ESM dist\commands\templates\starter.js 2.38 KB
23
- ESM dist\commands\templates\usage-based.js 2.57 KB
23
+ ESM dist\commands\templates\usage-based.js 2.57 KB
24
24
  ESM dist\cli.js.map 76.09 KB
25
- ESM dist\commands\logout.js.map 2.73 KB
26
- ESM dist\commands\login.js.map 3.30 KB
27
- ESM dist\commands\templates\ai-agent-platform.js.map 4.75 KB
28
- ESM dist\commands\templates\b2b-saas.js.map 4.24 KB
29
25
  ESM dist\commands\init.js.map 36.04 KB
26
+ ESM dist\utils\auth.js.map 2.03 KB
27
+ ESM dist\commands\login.js.map 3.30 KB
28
+ ESM dist\utils\config-loader.js.map 2.69 KB
29
+ ESM dist\commands\logout.js.map 2.73 KB
30
+ ESM dist\commands\push.js.map 17.16 KB
30
31
  ESM dist\commands\pull.js.map 20.19 KB
31
- ESM dist\utils\config-loader.js.map 2.69 KB
32
+ ESM dist\commands\templates\ai-agent-platform.js.map 4.75 KB
33
+ ESM dist\commands\templates\b2b-saas.js.map 4.24 KB
32
34
  ESM dist\commands\templates\developer-tools.js.map 5.35 KB
33
- ESM dist\commands\push.js.map 17.16 KB
34
- ESM dist\utils\auth.js.map 2.03 KB
35
- ESM dist\commands\templates\ecommerce-platform.js.map 5.21 KB
36
35
  ESM dist\commands\templates\index.js.map 26.96 KB
36
+ ESM dist\commands\templates\ecommerce-platform.js.map 5.21 KB
37
37
  ESM dist\commands\templates\starter.js.map 3.40 KB
38
38
  ESM dist\commands\templates\usage-based.js.map 3.49 KB
39
- ESM ⚡️ Build success in 123ms
39
+ ESM ⚡️ Build success in 1014ms
40
40
  DTS Build start
41
- DTS ⚡️ Build success in 3427ms
41
+ DTS ⚡️ Build success in 7352ms
42
42
  DTS dist\cli.d.ts 13.00 B
43
43
  DTS dist\commands\init.d.ts 99.00 B
44
44
  DTS dist\commands\login.d.ts 101.00 B
package/CHANGELOG.md CHANGED
@@ -1,99 +1,9 @@
1
1
  # @revstackhq/cli
2
2
 
3
- ## 0.0.0-dev-20260228064045
3
+ ## 0.0.0-dev-20260302074113
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - fix pull command
8
-
9
- ## 0.0.0-dev-20260228063247
10
-
11
- ### Patch Changes
12
-
13
- - Refactored `DiscountDefSchema` to use `superRefine`, restoring native TypeScript IntelliSense for coupon limits (like percent <= 100), and patched the CLI `push` command to correctly surface nested Zod validation traces.
7
+ - force dev snapshot
14
8
  - Updated dependencies
15
- - @revstackhq/core@0.0.0-dev-20260228063247
16
-
17
- ## 0.0.0-dev-20260228062053
18
-
19
- ### Patch Changes
20
-
21
- - Updated dependencies
22
- - @revstackhq/core@0.0.0-dev-20260228062053
23
-
24
- ## 0.0.0-dev-20260228060138
25
-
26
- ### Minor Changes
27
-
28
- - Refactored core data models with robust Zod validation, introduced two-tier CLI pushing, and added 3 new advanced CLI starting templates.
29
-
30
- ### Patch Changes
31
-
32
- - Updated dependencies
33
- - @revstackhq/core@0.0.0-dev-20260228060138
34
-
35
- ## 0.0.0-dev-20260227103607
36
-
37
- ### Minor Changes
38
-
39
- - feat(cli, core): implement overage pricing configuration in PriceDef and business templates
40
-
41
- ### Patch Changes
42
-
43
- - Updated dependencies
44
- - @revstackhq/core@0.0.0-dev-20260227103607
45
-
46
- ## 0.0.0-dev-20260227093823
47
-
48
- ### Patch Changes
49
-
50
- - Updated dependencies
51
- - @revstackhq/core@0.0.0-dev-20260227093823
52
-
53
- ## 0.0.0-dev-20260227092523
54
-
55
- ### Minor Changes
56
-
57
- - implement modular enterprise configuration structure and interactive addons in init command
58
-
59
- ## 0.0.0-dev-20260226064743
60
-
61
- ### Patch Changes
62
-
63
- - fix: respect snapshot releases during core package scaffold
64
-
65
- ## 0.0.0-dev-20260226064458
66
-
67
- ### Patch Changes
68
-
69
- - fix: format console output line breaks correctly in init command
70
-
71
- ## 0.0.0-dev-20260226063200
72
-
73
- ### Patch Changes
74
-
75
- - fix: respect snapshot releases during core package scaffold
76
-
77
- ## 0.0.0-dev-20260226061807
78
-
79
- ### Minor Changes
80
-
81
- - feat: refactor scaffold strategy to generate a `revstack/` directory containing `features.ts` and `plans.ts` instead of a monolithic config file
82
-
83
- ## 0.0.0-dev-20260226055348
84
-
85
- ### Patch Changes
86
-
87
- - fix: move `ora` and `execa` to dependencies to prevent "module not found" errors when running the CLI via npx
88
-
89
- ## 0.0.0-dev-20260226054346
90
-
91
- ### Patch Changes
92
-
93
- - add publish config access public
94
-
95
- ## 0.0.0-dev-20260226054033
96
-
97
- ### Minor Changes
98
-
99
- - Initial release of the Revstack CLI.
9
+ - @revstackhq/core@0.0.0-dev-20260302074113
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@revstackhq/cli",
3
- "version": "0.0.0-dev-20260228064045",
3
+ "version": "0.0.0-dev-20260302074113",
4
4
  "description": "The official CLI for Revstack — Billing as Code",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -15,7 +15,7 @@
15
15
  "jiti": "^2.4.2",
16
16
  "ora": "^8.2.0",
17
17
  "prompts": "^2.4.2",
18
- "@revstackhq/core": "0.0.0-dev-20260228063247"
18
+ "@revstackhq/core": "0.0.0-dev-20260302074113"
19
19
  },
20
20
  "devDependencies": {
21
21
  "@types/node": "^20.11.0",