@forge/cli 12.1.0-next.9-experimental-effab31 → 12.2.0-experimental-959d7b9
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 +298 -10
- package/README.md +0 -8
- package/npm-shrinkwrap.json +317 -413
- package/out/command-line/controller/install-controller.d.ts +1 -1
- package/out/command-line/controller/install-controller.d.ts.map +1 -1
- package/out/command-line/controller/install-controller.js +7 -14
- package/out/command-line/controller/install-controller.js.map +1 -1
- package/out/command-line/index.d.ts.map +1 -1
- package/out/command-line/index.js +2 -0
- package/out/command-line/index.js.map +1 -1
- package/out/command-line/register-environment-variables-commands.d.ts.map +1 -1
- package/out/command-line/register-environment-variables-commands.js +3 -1
- package/out/command-line/register-environment-variables-commands.js.map +1 -1
- package/out/command-line/register-environments-commands.d.ts.map +1 -1
- package/out/command-line/register-environments-commands.js +3 -1
- package/out/command-line/register-environments-commands.js.map +1 -1
- package/out/command-line/register-show-commands.d.ts +3 -0
- package/out/command-line/register-show-commands.d.ts.map +1 -0
- package/out/command-line/register-show-commands.js +141 -0
- package/out/command-line/register-show-commands.js.map +1 -0
- package/out/containers/container-command.d.ts +5 -1
- package/out/containers/container-command.d.ts.map +1 -1
- package/out/containers/container-command.js +45 -1
- package/out/containers/container-command.js.map +1 -1
- package/out/environment/graphql-client.d.ts +1 -0
- package/out/environment/graphql-client.d.ts.map +1 -1
- package/out/environment/graphql-client.js +2 -0
- package/out/environment/graphql-client.js.map +1 -1
- package/out/environment/list-environment.d.ts +1 -1
- package/out/environment/list-environment.d.ts.map +1 -1
- package/package.json +11 -11
package/CHANGELOG.md
CHANGED
|
@@ -1,11 +1,264 @@
|
|
|
1
1
|
# @forge/cli
|
|
2
2
|
|
|
3
|
-
## 12.
|
|
3
|
+
## 12.2.0-experimental-959d7b9
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 799387e: fix: filter installations by environment for XCA
|
|
8
|
+
- @forge/lint@5.10.0-experimental-959d7b9
|
|
9
|
+
- @forge/tunnel@6.0.2-experimental-959d7b9
|
|
10
|
+
- @forge/bundler@6.1.1-experimental-959d7b9
|
|
11
|
+
|
|
12
|
+
## 12.2.0
|
|
13
|
+
|
|
14
|
+
### Minor Changes
|
|
15
|
+
|
|
16
|
+
- 0402460: Upgraded archiver from 6.0.2 to 7.0.1, moved atlassian-openapi to @atlassian/atlassian-openapi, bumped get-folder-size from 2.0.1 to 5.0.0
|
|
17
|
+
- 4623865: Added set of show commands for containers
|
|
18
|
+
- d544fc6: separate 2 options license-modes and users-with-access
|
|
19
|
+
|
|
20
|
+
### Patch Changes
|
|
21
|
+
|
|
22
|
+
- e118b07: Remove remnants of sandbox runtime
|
|
23
|
+
- a26c603: revert package upgrades
|
|
24
|
+
- 8e9a8b5: Got rid of FG
|
|
25
|
+
- 73f3108: Add tip about variables only changing after deployment
|
|
26
|
+
- Updated dependencies [0402460]
|
|
27
|
+
- Updated dependencies [8d843ca]
|
|
28
|
+
- Updated dependencies [e002ecd]
|
|
29
|
+
- Updated dependencies [7abca30]
|
|
30
|
+
- Updated dependencies [cfde21e]
|
|
31
|
+
- Updated dependencies [4623865]
|
|
32
|
+
- Updated dependencies [5144b15]
|
|
33
|
+
- Updated dependencies [5069c3c]
|
|
34
|
+
- Updated dependencies [e118b07]
|
|
35
|
+
- Updated dependencies [a26c603]
|
|
36
|
+
- Updated dependencies [8e9a8b5]
|
|
37
|
+
- Updated dependencies [73f3108]
|
|
38
|
+
- Updated dependencies [d544fc6]
|
|
39
|
+
- Updated dependencies [5bfa872]
|
|
40
|
+
- Updated dependencies [13e5daa]
|
|
41
|
+
- Updated dependencies [e029de1]
|
|
42
|
+
- Updated dependencies [426dfe1]
|
|
43
|
+
- @forge/cli-shared@8.2.0
|
|
44
|
+
- @forge/lint@5.10.0
|
|
45
|
+
- @forge/bundler@6.1.1
|
|
46
|
+
- @forge/util@2.0.0
|
|
47
|
+
- @forge/manifest@10.2.0
|
|
48
|
+
- @forge/runtime@6.0.2
|
|
49
|
+
- @forge/tunnel@6.0.2
|
|
50
|
+
|
|
51
|
+
## 12.2.0-next.16
|
|
52
|
+
|
|
53
|
+
### Patch Changes
|
|
54
|
+
|
|
55
|
+
- Updated dependencies [e002ecd]
|
|
56
|
+
- Updated dependencies [5bfa872]
|
|
57
|
+
- @forge/lint@5.10.0-next.16
|
|
58
|
+
- @forge/manifest@10.2.0-next.5
|
|
59
|
+
- @forge/bundler@6.1.1-next.16
|
|
60
|
+
- @forge/cli-shared@8.2.0-next.16
|
|
61
|
+
- @forge/tunnel@6.0.2-next.16
|
|
62
|
+
|
|
63
|
+
## 12.2.0-next.15
|
|
64
|
+
|
|
65
|
+
### Patch Changes
|
|
66
|
+
|
|
67
|
+
- Updated dependencies [5144b15]
|
|
68
|
+
- @forge/manifest@10.2.0-next.4
|
|
69
|
+
- @forge/bundler@6.1.1-next.15
|
|
70
|
+
- @forge/cli-shared@8.2.0-next.15
|
|
71
|
+
- @forge/lint@5.10.0-next.15
|
|
72
|
+
- @forge/tunnel@6.0.2-next.15
|
|
73
|
+
|
|
74
|
+
## 12.2.0-next.14
|
|
75
|
+
|
|
76
|
+
### Patch Changes
|
|
77
|
+
|
|
78
|
+
- Updated dependencies [13e5daa]
|
|
79
|
+
- @forge/manifest@10.1.1-next.3
|
|
80
|
+
- @forge/bundler@6.1.1-next.14
|
|
81
|
+
- @forge/cli-shared@8.2.0-next.14
|
|
82
|
+
- @forge/lint@5.10.0-next.14
|
|
83
|
+
- @forge/tunnel@6.0.2-next.14
|
|
84
|
+
|
|
85
|
+
## 12.2.0-next.13
|
|
86
|
+
|
|
87
|
+
### Minor Changes
|
|
88
|
+
|
|
89
|
+
- 4623865: Added set of show commands for containers
|
|
90
|
+
|
|
91
|
+
### Patch Changes
|
|
92
|
+
|
|
93
|
+
- Updated dependencies [4623865]
|
|
94
|
+
- @forge/cli-shared@8.2.0-next.13
|
|
95
|
+
- @forge/bundler@6.1.1-next.13
|
|
96
|
+
- @forge/lint@5.10.0-next.13
|
|
97
|
+
- @forge/tunnel@6.0.2-next.13
|
|
98
|
+
|
|
99
|
+
## 12.2.0-next.12
|
|
100
|
+
|
|
101
|
+
### Patch Changes
|
|
102
|
+
|
|
103
|
+
- Updated dependencies [8d843ca]
|
|
104
|
+
- @forge/cli-shared@8.2.0-next.12
|
|
105
|
+
- @forge/bundler@6.1.1-next.12
|
|
106
|
+
- @forge/lint@5.10.0-next.12
|
|
107
|
+
- @forge/tunnel@6.0.2-next.12
|
|
108
|
+
|
|
109
|
+
## 12.2.0-next.11
|
|
110
|
+
|
|
111
|
+
### Minor Changes
|
|
112
|
+
|
|
113
|
+
- 0402460: Upgraded archiver from 6.0.2 to 7.0.1, moved atlassian-openapi to @atlassian/atlassian-openapi, bumped get-folder-size from 2.0.1 to 5.0.0
|
|
114
|
+
|
|
115
|
+
### Patch Changes
|
|
116
|
+
|
|
117
|
+
- Updated dependencies [0402460]
|
|
118
|
+
- @forge/cli-shared@8.2.0-next.11
|
|
119
|
+
- @forge/lint@5.10.0-next.11
|
|
120
|
+
- @forge/bundler@6.1.1-next.11
|
|
121
|
+
- @forge/tunnel@6.0.2-next.11
|
|
122
|
+
|
|
123
|
+
## 12.2.0-next.10
|
|
124
|
+
|
|
125
|
+
### Patch Changes
|
|
126
|
+
|
|
127
|
+
- Updated dependencies [cfde21e]
|
|
128
|
+
- @forge/cli-shared@8.2.0-next.10
|
|
129
|
+
- @forge/lint@5.10.0-next.10
|
|
130
|
+
- @forge/bundler@6.1.1-next.10
|
|
131
|
+
- @forge/tunnel@6.0.2-next.10
|
|
132
|
+
|
|
133
|
+
## 12.2.0-next.9
|
|
134
|
+
|
|
135
|
+
### Minor Changes
|
|
136
|
+
|
|
137
|
+
- 0402460: Upgraded archiver from 6.0.2 to 7.0.1, moved atlassian-openapi to @atlassian/atlassian-openapi, bumped get-folder-size from 2.0.1 to 5.0.0
|
|
138
|
+
|
|
139
|
+
### Patch Changes
|
|
140
|
+
|
|
141
|
+
- Updated dependencies [0402460]
|
|
142
|
+
- @forge/cli-shared@8.2.0-next.9
|
|
143
|
+
- @forge/lint@5.10.0-next.9
|
|
144
|
+
- @forge/bundler@6.1.1-next.9
|
|
145
|
+
- @forge/tunnel@6.0.2-next.9
|
|
146
|
+
|
|
147
|
+
## 12.2.0-next.8
|
|
148
|
+
|
|
149
|
+
### Patch Changes
|
|
150
|
+
|
|
151
|
+
- 8e9a8b5: Got rid of FG
|
|
152
|
+
- Updated dependencies [8e9a8b5]
|
|
153
|
+
- Updated dependencies [426dfe1]
|
|
154
|
+
- @forge/cli-shared@8.2.0-next.8
|
|
155
|
+
- @forge/manifest@10.1.1-next.2
|
|
156
|
+
- @forge/bundler@6.1.1-next.8
|
|
157
|
+
- @forge/lint@5.10.0-next.8
|
|
158
|
+
- @forge/tunnel@6.0.2-next.8
|
|
159
|
+
|
|
160
|
+
## 12.2.0-next.7
|
|
161
|
+
|
|
162
|
+
### Patch Changes
|
|
163
|
+
|
|
164
|
+
- Updated dependencies [5069c3c]
|
|
165
|
+
- @forge/manifest@10.1.1-next.1
|
|
166
|
+
- @forge/bundler@6.1.1-next.7
|
|
167
|
+
- @forge/cli-shared@8.2.0-next.7
|
|
168
|
+
- @forge/lint@5.10.0-next.7
|
|
169
|
+
- @forge/tunnel@6.0.2-next.7
|
|
170
|
+
|
|
171
|
+
## 12.2.0-next.6
|
|
172
|
+
|
|
173
|
+
### Patch Changes
|
|
174
|
+
|
|
175
|
+
- e118b07: Remove remnants of sandbox runtime
|
|
176
|
+
- Updated dependencies [e118b07]
|
|
177
|
+
- @forge/cli-shared@8.2.0-next.6
|
|
178
|
+
- @forge/runtime@6.0.2-next.0
|
|
179
|
+
- @forge/tunnel@6.0.2-next.6
|
|
180
|
+
- @forge/bundler@6.1.1-next.6
|
|
181
|
+
- @forge/lint@5.10.0-next.6
|
|
182
|
+
|
|
183
|
+
## 12.2.0-next.5
|
|
184
|
+
|
|
185
|
+
### Minor Changes
|
|
186
|
+
|
|
187
|
+
- d544fc6: separate 2 options license-modes and users-with-access
|
|
188
|
+
|
|
189
|
+
### Patch Changes
|
|
190
|
+
|
|
191
|
+
- Updated dependencies [d544fc6]
|
|
192
|
+
- @forge/cli-shared@8.2.0-next.5
|
|
193
|
+
- @forge/bundler@6.1.1-next.5
|
|
194
|
+
- @forge/lint@5.10.0-next.5
|
|
195
|
+
- @forge/tunnel@6.0.2-next.5
|
|
196
|
+
|
|
197
|
+
## 12.2.0-next.4
|
|
198
|
+
|
|
199
|
+
### Patch Changes
|
|
200
|
+
|
|
201
|
+
- 73f3108: Add tip about variables only changing after deployment
|
|
202
|
+
- Updated dependencies [73f3108]
|
|
203
|
+
- @forge/cli-shared@8.2.0-next.4
|
|
204
|
+
- @forge/bundler@6.1.1-next.4
|
|
205
|
+
- @forge/lint@5.10.0-next.4
|
|
206
|
+
- @forge/tunnel@6.0.2-next.4
|
|
207
|
+
|
|
208
|
+
## 12.2.0-next.3
|
|
209
|
+
|
|
210
|
+
### Patch Changes
|
|
211
|
+
|
|
212
|
+
- a26c603: revert package upgrades
|
|
213
|
+
- Updated dependencies [a26c603]
|
|
214
|
+
- @forge/cli-shared@8.2.0-next.3
|
|
215
|
+
- @forge/lint@5.10.0-next.3
|
|
216
|
+
- @forge/bundler@6.1.1-next.3
|
|
217
|
+
- @forge/tunnel@6.0.2-next.3
|
|
218
|
+
|
|
219
|
+
## 12.2.0-next.2
|
|
220
|
+
|
|
221
|
+
### Minor Changes
|
|
222
|
+
|
|
223
|
+
- 05d33ea: Upgraded archiver from 6.0.2 to 7.0.1, moved atlassian-openapi to @atlassian/atlassian-openapi, bumped get-folder-size from 2.0.1 to 5.0.0
|
|
224
|
+
|
|
225
|
+
### Patch Changes
|
|
226
|
+
|
|
227
|
+
- Updated dependencies [05d33ea]
|
|
228
|
+
- @forge/cli-shared@8.2.0-next.2
|
|
229
|
+
- @forge/lint@5.10.0-next.2
|
|
230
|
+
- @forge/bundler@6.1.1-next.2
|
|
231
|
+
- @forge/tunnel@6.0.2-next.2
|
|
232
|
+
|
|
233
|
+
## 12.1.1-next.1
|
|
234
|
+
|
|
235
|
+
### Patch Changes
|
|
236
|
+
|
|
237
|
+
- Updated dependencies [7abca30]
|
|
238
|
+
- @forge/bundler@6.1.1-next.1
|
|
239
|
+
- @forge/util@2.0.0-next.0
|
|
240
|
+
- @forge/lint@5.9.2-next.1
|
|
241
|
+
- @forge/tunnel@6.0.2-next.1
|
|
242
|
+
- @forge/cli-shared@8.1.1-next.1
|
|
243
|
+
|
|
244
|
+
## 12.1.1-next.0
|
|
245
|
+
|
|
246
|
+
### Patch Changes
|
|
247
|
+
|
|
248
|
+
- Updated dependencies [e029de1]
|
|
249
|
+
- @forge/manifest@10.1.1-next.0
|
|
250
|
+
- @forge/bundler@6.1.1-next.0
|
|
251
|
+
- @forge/cli-shared@8.1.1-next.0
|
|
252
|
+
- @forge/lint@5.9.2-next.0
|
|
253
|
+
- @forge/tunnel@6.0.2-next.0
|
|
254
|
+
|
|
255
|
+
## 12.1.0
|
|
4
256
|
|
|
5
257
|
### Minor Changes
|
|
6
258
|
|
|
7
259
|
- effab31: Bumped cheerio from 0.22 to 1.1
|
|
8
260
|
- 620aea7: Added support for Dashboards context for app creation
|
|
261
|
+
- c656092: Added environment id to environments list command output
|
|
9
262
|
|
|
10
263
|
### Patch Changes
|
|
11
264
|
|
|
@@ -20,18 +273,53 @@
|
|
|
20
273
|
- Updated dependencies [c3810aa]
|
|
21
274
|
- Updated dependencies [195411c]
|
|
22
275
|
- Updated dependencies [d97a252]
|
|
276
|
+
- Updated dependencies [46daa27]
|
|
23
277
|
- Updated dependencies [1479d2d]
|
|
24
278
|
- Updated dependencies [ca7e661]
|
|
25
279
|
- Updated dependencies [5ab2c49]
|
|
26
|
-
|
|
27
|
-
- @forge/
|
|
28
|
-
- @forge/
|
|
29
|
-
- @forge/
|
|
30
|
-
- @forge/
|
|
31
|
-
- @forge/
|
|
32
|
-
- @forge/
|
|
33
|
-
- @forge/
|
|
34
|
-
- @forge/
|
|
280
|
+
- Updated dependencies [609f68b]
|
|
281
|
+
- @forge/cli-shared@8.1.0
|
|
282
|
+
- @forge/manifest@10.1.0
|
|
283
|
+
- @forge/bundler@6.1.0
|
|
284
|
+
- @forge/lint@5.9.1
|
|
285
|
+
- @forge/runtime@6.0.1
|
|
286
|
+
- @forge/egress@2.0.1
|
|
287
|
+
- @forge/tunnel@6.0.1
|
|
288
|
+
- @forge/i18n@0.0.7
|
|
289
|
+
- @forge/util@1.4.10
|
|
290
|
+
|
|
291
|
+
## 12.1.0-next.12
|
|
292
|
+
|
|
293
|
+
### Minor Changes
|
|
294
|
+
|
|
295
|
+
- c656092: Added environment id to environments list command output
|
|
296
|
+
|
|
297
|
+
## 12.1.0-next.11
|
|
298
|
+
|
|
299
|
+
### Minor Changes
|
|
300
|
+
|
|
301
|
+
- effab31: Bumped cheerio from 0.22 to 1.1
|
|
302
|
+
|
|
303
|
+
### Patch Changes
|
|
304
|
+
|
|
305
|
+
- Updated dependencies [effab31]
|
|
306
|
+
- Updated dependencies [609f68b]
|
|
307
|
+
- @forge/cli-shared@8.1.0-next.9
|
|
308
|
+
- @forge/manifest@10.1.0-next.9
|
|
309
|
+
- @forge/bundler@6.1.0-next.11
|
|
310
|
+
- @forge/lint@5.9.1-next.11
|
|
311
|
+
- @forge/tunnel@6.0.1-next.11
|
|
312
|
+
|
|
313
|
+
## 12.1.0-next.10
|
|
314
|
+
|
|
315
|
+
### Patch Changes
|
|
316
|
+
|
|
317
|
+
- Updated dependencies [46daa27]
|
|
318
|
+
- @forge/manifest@10.1.0-next.8
|
|
319
|
+
- @forge/bundler@6.0.1-next.10
|
|
320
|
+
- @forge/cli-shared@8.1.0-next.8
|
|
321
|
+
- @forge/lint@5.9.1-next.10
|
|
322
|
+
- @forge/tunnel@6.0.1-next.10
|
|
35
323
|
|
|
36
324
|
## 12.1.0-next.9
|
|
37
325
|
|
package/README.md
CHANGED
|
@@ -20,14 +20,6 @@ To check your Node version, run the following in the terminal:
|
|
|
20
20
|
node --version
|
|
21
21
|
```
|
|
22
22
|
|
|
23
|
-
- [Docker](https://docs.docker.com/get-docker/) (version 17.03 or later).
|
|
24
|
-
|
|
25
|
-
To check your Docker version, run the following in the terminal:
|
|
26
|
-
|
|
27
|
-
```
|
|
28
|
-
docker --version
|
|
29
|
-
```
|
|
30
|
-
|
|
31
23
|
See [Getting started](https://developer.atlassian.com/platform/forge/getting-started/) for instructions to get set up.
|
|
32
24
|
|
|
33
25
|
## Installation
|