@forge/cli 11.5.0 → 11.6.0-next.17
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/CHANGELOG.md +181 -0
- package/npm-shrinkwrap.json +224 -122
- package/out/autocomplete/autocomplete-config.json +23 -0
- package/out/command-line/command.d.ts.map +1 -1
- package/out/command-line/command.js.map +1 -1
- package/out/command-line/controller/tunnel-controller.d.ts.map +1 -1
- package/out/command-line/controller/tunnel-controller.js +8 -2
- package/out/command-line/controller/tunnel-controller.js.map +1 -1
- package/out/command-line/dependency-injection.js +1 -1
- package/out/command-line/dependency-injection.js.map +1 -1
- package/out/command-line/register-build-commands.d.ts.map +1 -1
- package/out/command-line/register-build-commands.js +1 -4
- package/out/command-line/register-build-commands.js.map +1 -1
- package/out/command-line/register-containers-commands.d.ts.map +1 -1
- package/out/command-line/register-containers-commands.js +13 -3
- package/out/command-line/register-containers-commands.js.map +1 -1
- package/out/command-line/register-deployment-commands.js +3 -3
- package/out/command-line/register-deployment-commands.js.map +1 -1
- package/out/command-line/register-log-commands.d.ts +2 -0
- package/out/command-line/register-log-commands.d.ts.map +1 -1
- package/out/command-line/register-log-commands.js +38 -16
- package/out/command-line/register-log-commands.js.map +1 -1
- package/out/containers/container-command.d.ts +4 -1
- package/out/containers/container-command.d.ts.map +1 -1
- package/out/containers/container-command.js +10 -1
- package/out/containers/container-command.js.map +1 -1
- package/out/service/docker-service.d.ts +1 -0
- package/out/service/docker-service.d.ts.map +1 -1
- package/out/service/docker-service.js +6 -0
- package/out/service/docker-service.js.map +1 -1
- package/out/service/tunnel-service.d.ts +3 -0
- package/out/service/tunnel-service.d.ts.map +1 -1
- package/out/service/tunnel-service.js +7 -1
- package/out/service/tunnel-service.js.map +1 -1
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,186 @@
|
|
|
1
1
|
# @forge/cli
|
|
2
2
|
|
|
3
|
+
## 11.6.0-next.17
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- 7c128d8: Added new command line option "-c" or "--container" in forge logs command to fetch Container logs
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- Updated dependencies [7c128d8]
|
|
12
|
+
- Updated dependencies [cb38766]
|
|
13
|
+
- @forge/cli-shared@7.0.0-next.10
|
|
14
|
+
- @forge/manifest@9.4.0-next.6
|
|
15
|
+
- @forge/bundler@5.0.0-next.12
|
|
16
|
+
- @forge/lint@5.8.1-next.12
|
|
17
|
+
- @forge/tunnel@5.11.0-next.12
|
|
18
|
+
|
|
19
|
+
## 11.6.0-next.16
|
|
20
|
+
|
|
21
|
+
### Patch Changes
|
|
22
|
+
|
|
23
|
+
- 14fb440: Correct versioning
|
|
24
|
+
|
|
25
|
+
## 11.6.0-next.15
|
|
26
|
+
|
|
27
|
+
### Patch Changes
|
|
28
|
+
|
|
29
|
+
- Updated dependencies [95349f5]
|
|
30
|
+
- @forge/bundler@5.0.0-next.11
|
|
31
|
+
- @forge/lint@5.8.1-next.11
|
|
32
|
+
- @forge/tunnel@5.11.0-next.11
|
|
33
|
+
|
|
34
|
+
## 11.6.0-next.14
|
|
35
|
+
|
|
36
|
+
### Patch Changes
|
|
37
|
+
|
|
38
|
+
- Updated dependencies [39b0e6c]
|
|
39
|
+
- @forge/manifest@9.4.0-next.5
|
|
40
|
+
- @forge/bundler@4.23.2-next.10
|
|
41
|
+
- @forge/cli-shared@7.0.0-next.9
|
|
42
|
+
- @forge/lint@5.8.1-next.10
|
|
43
|
+
- @forge/tunnel@5.11.0-next.10
|
|
44
|
+
|
|
45
|
+
## 11.6.0-next.13
|
|
46
|
+
|
|
47
|
+
### Patch Changes
|
|
48
|
+
|
|
49
|
+
- Updated dependencies [8f741c6]
|
|
50
|
+
- @forge/manifest@9.4.0-next.4
|
|
51
|
+
- @forge/bundler@4.23.2-next.9
|
|
52
|
+
- @forge/cli-shared@7.0.0-next.8
|
|
53
|
+
- @forge/lint@5.8.1-next.9
|
|
54
|
+
- @forge/tunnel@5.11.0-next.9
|
|
55
|
+
|
|
56
|
+
## 11.6.0-next.12
|
|
57
|
+
|
|
58
|
+
### Patch Changes
|
|
59
|
+
|
|
60
|
+
- Updated dependencies [01be5cc]
|
|
61
|
+
- @forge/manifest@9.4.0-next.3
|
|
62
|
+
- @forge/bundler@4.23.2-next.8
|
|
63
|
+
- @forge/cli-shared@7.0.0-next.7
|
|
64
|
+
- @forge/lint@5.8.1-next.8
|
|
65
|
+
- @forge/tunnel@5.11.0-next.8
|
|
66
|
+
|
|
67
|
+
## 11.6.0-next.11
|
|
68
|
+
|
|
69
|
+
### Patch Changes
|
|
70
|
+
|
|
71
|
+
- cfc9bb1: unhide cli command
|
|
72
|
+
|
|
73
|
+
## 11.6.0-next.10
|
|
74
|
+
|
|
75
|
+
### Patch Changes
|
|
76
|
+
|
|
77
|
+
- 2042d09: Minor fix to containers option
|
|
78
|
+
|
|
79
|
+
## 11.6.0-next.9
|
|
80
|
+
|
|
81
|
+
### Patch Changes
|
|
82
|
+
|
|
83
|
+
- e136d59: hide build command
|
|
84
|
+
|
|
85
|
+
## 11.6.0-next.8
|
|
86
|
+
|
|
87
|
+
### Patch Changes
|
|
88
|
+
|
|
89
|
+
- Updated dependencies [b25d06e]
|
|
90
|
+
- @forge/manifest@9.4.0-next.2
|
|
91
|
+
- @forge/bundler@4.23.2-next.7
|
|
92
|
+
- @forge/cli-shared@7.0.0-next.6
|
|
93
|
+
- @forge/lint@5.8.1-next.7
|
|
94
|
+
- @forge/tunnel@5.11.0-next.7
|
|
95
|
+
|
|
96
|
+
## 11.6.0-next.7
|
|
97
|
+
|
|
98
|
+
### Minor Changes
|
|
99
|
+
|
|
100
|
+
- 27f557d: Improve forge tunnel debugFunctionHandlers error handling
|
|
101
|
+
|
|
102
|
+
### Patch Changes
|
|
103
|
+
|
|
104
|
+
- Updated dependencies [27f557d]
|
|
105
|
+
- @forge/cli-shared@7.0.0-next.5
|
|
106
|
+
- @forge/bundler@4.23.2-next.6
|
|
107
|
+
- @forge/lint@5.8.1-next.6
|
|
108
|
+
- @forge/tunnel@5.11.0-next.6
|
|
109
|
+
|
|
110
|
+
## 11.5.1-next.6
|
|
111
|
+
|
|
112
|
+
### Patch Changes
|
|
113
|
+
|
|
114
|
+
- 3af315d: Use .cjs extension for the single wrapper
|
|
115
|
+
- 868f0df: fix tag passed to deploy
|
|
116
|
+
- Updated dependencies [3af315d]
|
|
117
|
+
- @forge/cli-shared@7.0.0-next.4
|
|
118
|
+
- @forge/bundler@4.23.2-next.5
|
|
119
|
+
- @forge/tunnel@5.11.0-next.5
|
|
120
|
+
- @forge/lint@5.8.1-next.5
|
|
121
|
+
|
|
122
|
+
## 11.5.1-next.5
|
|
123
|
+
|
|
124
|
+
### Patch Changes
|
|
125
|
+
|
|
126
|
+
- Updated dependencies [fe7e7e9]
|
|
127
|
+
- @forge/manifest@9.4.0-next.1
|
|
128
|
+
- @forge/lint@5.8.1-next.4
|
|
129
|
+
- @forge/bundler@4.23.2-next.4
|
|
130
|
+
- @forge/cli-shared@7.0.0-next.3
|
|
131
|
+
- @forge/tunnel@5.11.0-next.4
|
|
132
|
+
|
|
133
|
+
## 11.5.1-next.4
|
|
134
|
+
|
|
135
|
+
### Patch Changes
|
|
136
|
+
|
|
137
|
+
- 4a69923: Documentation
|
|
138
|
+
|
|
139
|
+
## 11.5.1-next.3
|
|
140
|
+
|
|
141
|
+
### Patch Changes
|
|
142
|
+
|
|
143
|
+
- Updated dependencies [30d2f61]
|
|
144
|
+
- @forge/cli-shared@7.0.0-next.2
|
|
145
|
+
- @forge/tunnel@5.11.0-next.3
|
|
146
|
+
- @forge/bundler@4.23.2-next.3
|
|
147
|
+
- @forge/lint@5.8.1-next.3
|
|
148
|
+
|
|
149
|
+
## 11.5.1-next.2
|
|
150
|
+
|
|
151
|
+
### Patch Changes
|
|
152
|
+
|
|
153
|
+
- 7c02425: Unhide forge build commands
|
|
154
|
+
- Updated dependencies [35165ba]
|
|
155
|
+
- Updated dependencies [3b2ffa9]
|
|
156
|
+
- Updated dependencies [7c02425]
|
|
157
|
+
- Updated dependencies [3b2ffa9]
|
|
158
|
+
- @forge/manifest@9.4.0-next.0
|
|
159
|
+
- @forge/cli-shared@7.0.0-next.1
|
|
160
|
+
- @forge/bundler@4.23.2-next.2
|
|
161
|
+
- @forge/lint@5.8.1-next.2
|
|
162
|
+
- @forge/tunnel@5.10.5-next.2
|
|
163
|
+
|
|
164
|
+
## 11.5.1-next.1
|
|
165
|
+
|
|
166
|
+
### Patch Changes
|
|
167
|
+
|
|
168
|
+
- @forge/lint@5.8.1-next.1
|
|
169
|
+
- @forge/tunnel@5.10.5-next.1
|
|
170
|
+
- @forge/bundler@4.23.2-next.1
|
|
171
|
+
|
|
172
|
+
## 11.5.1-next.0
|
|
173
|
+
|
|
174
|
+
### Patch Changes
|
|
175
|
+
|
|
176
|
+
- b011fe9: Add Forge container docker registry authentication
|
|
177
|
+
- Updated dependencies [a23892e]
|
|
178
|
+
- Updated dependencies [b011fe9]
|
|
179
|
+
- @forge/cli-shared@6.11.1-next.0
|
|
180
|
+
- @forge/bundler@4.23.2-next.0
|
|
181
|
+
- @forge/lint@5.8.1-next.0
|
|
182
|
+
- @forge/tunnel@5.10.5-next.0
|
|
183
|
+
|
|
3
184
|
## 11.5.0
|
|
4
185
|
|
|
5
186
|
### Minor Changes
|