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