Commit abe86e7
authored
feat: rebuild the cli package (#207)
## Summary by Sourcery
Rebuild the CLI package by removing numerous commands and libraries, and
enhance the utils package with new environment management features.
Update the CI workflow to stop publishing certain SDK packages.
New Features:
- Introduce environment management utilities with functions to load and
write environment variables using dotenvx, including validation with a
new DotEnv schema.
Enhancements:
- Enhance the utils package by exporting new modules for environment
management and filesystem operations.
CI:
- Remove the publishing steps for the SDK Next and SDK Config packages
from the CI workflow.1 parent 9c589b1 commit abe86e7
File tree
107 files changed
+865
-4332
lines changed- .github/workflows
- .vscode
- packages
- cli
- src
- commands
- connect
- custom-deployment
- forge
- subgraph
- lib
- codegen
- config
- src
- js/src
- fetchers
- helpers
- next
- src
- browser
- sdk
- plugins
- edge
- middleware
- utils
- node
- next
- utils
- src
- environment
- filesystem
- runtime
- terminal
- validation
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
107 files changed
+865
-4332
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
172 | 172 | | |
173 | 173 | | |
174 | 174 | | |
175 | | - | |
176 | | - | |
177 | | - | |
178 | | - | |
179 | | - | |
180 | | - | |
181 | | - | |
182 | | - | |
183 | | - | |
184 | | - | |
185 | 175 | | |
186 | 176 | | |
187 | 177 | | |
| |||
192 | 182 | | |
193 | 183 | | |
194 | 184 | | |
195 | | - | |
196 | | - | |
197 | | - | |
198 | | - | |
199 | | - | |
200 | | - | |
201 | | - | |
202 | | - | |
203 | | - | |
204 | | - | |
205 | 185 | | |
206 | 186 | | |
207 | 187 | | |
| |||
212 | 192 | | |
213 | 193 | | |
214 | 194 | | |
215 | | - | |
216 | | - | |
217 | 195 | | |
218 | 196 | | |
219 | 197 | | |
| |||
225 | 203 | | |
226 | 204 | | |
227 | 205 | | |
228 | | - | |
| 206 | + | |
229 | 207 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
| 8 | + | |
8 | 9 | | |
9 | 10 | | |
Binary file not shown.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
| 48 | + | |
52 | 49 | | |
53 | 50 | | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
71 | 58 | | |
72 | 59 | | |
73 | 60 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
16 | 15 | | |
17 | | - | |
18 | 16 | | |
19 | | - | |
| 17 | + | |
20 | 18 | | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | 19 | | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
| 20 | + | |
37 | 21 | | |
38 | 22 | | |
39 | 23 | | |
| |||
53 | 37 | | |
54 | 38 | | |
55 | 39 | | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | 40 | | |
61 | 41 | | |
62 | 42 | | |
| |||
73 | 53 | | |
74 | 54 | | |
75 | 55 | | |
76 | | - | |
77 | | - | |
78 | | - | |
79 | | - | |
80 | | - | |
81 | | - | |
82 | | - | |
83 | | - | |
84 | | - | |
| 56 | + | |
This file was deleted.
0 commit comments