@salesforce/plugin-signups 2.6.34 → 2.6.35
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/README.md +7 -7
- package/npm-shrinkwrap.json +6 -6
- package/oclif.lock +4 -4
- package/oclif.manifest.json +320 -320
- package/package.json +4 -4
package/README.md
CHANGED
@@ -123,7 +123,7 @@ EXAMPLES
|
|
123
123
|
$ sf org create shape --target-org SourceOrg
|
124
124
|
```
|
125
125
|
|
126
|
-
_See code: [src/commands/org/create/shape.ts](https://github.com/salesforcecli/plugin-signups/blob/2.6.
|
126
|
+
_See code: [src/commands/org/create/shape.ts](https://github.com/salesforcecli/plugin-signups/blob/2.6.35/src/commands/org/create/shape.ts)_
|
127
127
|
|
128
128
|
## `sf org create snapshot`
|
129
129
|
|
@@ -179,7 +179,7 @@ FLAG DESCRIPTIONS
|
|
179
179
|
as a version control system tag or commit ID.
|
180
180
|
```
|
181
181
|
|
182
|
-
_See code: [src/commands/org/create/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.6.
|
182
|
+
_See code: [src/commands/org/create/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.6.35/src/commands/org/create/snapshot.ts)_
|
183
183
|
|
184
184
|
## `sf org delete shape`
|
185
185
|
|
@@ -219,7 +219,7 @@ EXAMPLES
|
|
219
219
|
$ sf org delete shape --target-org SourceOrg --no-prompt
|
220
220
|
```
|
221
221
|
|
222
|
-
_See code: [src/commands/org/delete/shape.ts](https://github.com/salesforcecli/plugin-signups/blob/2.6.
|
222
|
+
_See code: [src/commands/org/delete/shape.ts](https://github.com/salesforcecli/plugin-signups/blob/2.6.35/src/commands/org/delete/shape.ts)_
|
223
223
|
|
224
224
|
## `sf org delete snapshot`
|
225
225
|
|
@@ -264,7 +264,7 @@ FLAG DESCRIPTIONS
|
|
264
264
|
The IDs of scratch org snapshots start with 0Oo.
|
265
265
|
```
|
266
266
|
|
267
|
-
_See code: [src/commands/org/delete/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.6.
|
267
|
+
_See code: [src/commands/org/delete/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.6.35/src/commands/org/delete/snapshot.ts)_
|
268
268
|
|
269
269
|
## `sf org get snapshot`
|
270
270
|
|
@@ -311,7 +311,7 @@ FLAG DESCRIPTIONS
|
|
311
311
|
The IDs of scratch org snapshots start with 0Oo.
|
312
312
|
```
|
313
313
|
|
314
|
-
_See code: [src/commands/org/get/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.6.
|
314
|
+
_See code: [src/commands/org/get/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.6.35/src/commands/org/get/snapshot.ts)_
|
315
315
|
|
316
316
|
## `sf org list shape`
|
317
317
|
|
@@ -344,7 +344,7 @@ EXAMPLES
|
|
344
344
|
$ sf org list shape --json > tmp/MyOrgShapeList.json
|
345
345
|
```
|
346
346
|
|
347
|
-
_See code: [src/commands/org/list/shape.ts](https://github.com/salesforcecli/plugin-signups/blob/2.6.
|
347
|
+
_See code: [src/commands/org/list/shape.ts](https://github.com/salesforcecli/plugin-signups/blob/2.6.35/src/commands/org/list/shape.ts)_
|
348
348
|
|
349
349
|
## `sf org list snapshot`
|
350
350
|
|
@@ -386,6 +386,6 @@ EXAMPLES
|
|
386
386
|
$ sf org list snapshot --target-dev-hub SnapshotDevHub
|
387
387
|
```
|
388
388
|
|
389
|
-
_See code: [src/commands/org/list/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.6.
|
389
|
+
_See code: [src/commands/org/list/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.6.35/src/commands/org/list/snapshot.ts)_
|
390
390
|
|
391
391
|
<!-- commandsstop -->
|
package/npm-shrinkwrap.json
CHANGED
@@ -1,16 +1,16 @@
|
|
1
1
|
{
|
2
2
|
"name": "@salesforce/plugin-signups",
|
3
|
-
"version": "2.6.
|
3
|
+
"version": "2.6.35",
|
4
4
|
"lockfileVersion": 3,
|
5
5
|
"requires": true,
|
6
6
|
"packages": {
|
7
7
|
"": {
|
8
8
|
"name": "@salesforce/plugin-signups",
|
9
|
-
"version": "2.6.
|
9
|
+
"version": "2.6.35",
|
10
10
|
"license": "Apache-2.0",
|
11
11
|
"dependencies": {
|
12
12
|
"@oclif/core": "^4",
|
13
|
-
"@salesforce/core": "^8.
|
13
|
+
"@salesforce/core": "^8.17.0",
|
14
14
|
"@salesforce/kit": "^3.2.3",
|
15
15
|
"@salesforce/sf-plugins-core": "^12.2.3",
|
16
16
|
"change-case": "^5.4.4"
|
@@ -4286,9 +4286,9 @@
|
|
4286
4286
|
}
|
4287
4287
|
},
|
4288
4288
|
"node_modules/@salesforce/core": {
|
4289
|
-
"version": "8.
|
4290
|
-
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.
|
4291
|
-
"integrity": "sha512-
|
4289
|
+
"version": "8.17.0",
|
4290
|
+
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.17.0.tgz",
|
4291
|
+
"integrity": "sha512-2pZfBtwA1oX5IuxS8/gVnrFXzPAJpf6ZA5bfImN1dWGbWlwrfocXzXTNRFdQ2gP0FG4o+PFSlc6d4g8Vwz25IA==",
|
4292
4292
|
"license": "BSD-3-Clause",
|
4293
4293
|
"dependencies": {
|
4294
4294
|
"@jsforce/jsforce-node": "^3.8.2",
|
package/oclif.lock
CHANGED
@@ -1698,10 +1698,10 @@
|
|
1698
1698
|
strip-ansi "6.0.1"
|
1699
1699
|
ts-retry-promise "^0.8.1"
|
1700
1700
|
|
1701
|
-
"@salesforce/core@^8.14.0", "@salesforce/core@^8.15.0", "@salesforce/core@^8.5.1", "@salesforce/core@^8.8.0":
|
1702
|
-
version "8.
|
1703
|
-
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.
|
1704
|
-
integrity sha512-
|
1701
|
+
"@salesforce/core@^8.14.0", "@salesforce/core@^8.15.0", "@salesforce/core@^8.17.0", "@salesforce/core@^8.5.1", "@salesforce/core@^8.8.0":
|
1702
|
+
version "8.17.0"
|
1703
|
+
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.17.0.tgz#f7e54324f06d5cd541276e743a8d1cb4983d52c7"
|
1704
|
+
integrity sha512-2pZfBtwA1oX5IuxS8/gVnrFXzPAJpf6ZA5bfImN1dWGbWlwrfocXzXTNRFdQ2gP0FG4o+PFSlc6d4g8Vwz25IA==
|
1705
1705
|
dependencies:
|
1706
1706
|
"@jsforce/jsforce-node" "^3.8.2"
|
1707
1707
|
"@salesforce/kit" "^3.2.2"
|
package/oclif.manifest.json
CHANGED
@@ -1,130 +1,15 @@
|
|
1
1
|
{
|
2
2
|
"commands": {
|
3
|
-
"org:
|
4
|
-
"aliases": [
|
5
|
-
"force:org:shape:create"
|
6
|
-
],
|
7
|
-
"args": {},
|
8
|
-
"deprecateAliases": true,
|
9
|
-
"description": "Scratch org shapes mimic the baseline setup (features, limits, edition, and Metadata API settings) of a source org without the extraneous data and metadata.\n\nRun \"<%= config.bin %> org list shape\" to view the available org shapes and their IDs.\n\nTo create a scratch org from an org shape, include the \"sourceOrg\" property in the scratch org definition file and set it to the org ID of the source org. Then create a scratch org with the \"<%= config.bin %> org create scratch\" command.",
|
10
|
-
"examples": [
|
11
|
-
"Create an org shape for the source org with alias SourceOrg:\n<%= config.bin %> <%= command.id %> --target-org SourceOrg"
|
12
|
-
],
|
13
|
-
"flags": {
|
14
|
-
"json": {
|
15
|
-
"description": "Format output as json.",
|
16
|
-
"helpGroup": "GLOBAL",
|
17
|
-
"name": "json",
|
18
|
-
"allowNo": false,
|
19
|
-
"type": "boolean"
|
20
|
-
},
|
21
|
-
"flags-dir": {
|
22
|
-
"helpGroup": "GLOBAL",
|
23
|
-
"name": "flags-dir",
|
24
|
-
"summary": "Import flag values from a directory.",
|
25
|
-
"hasDynamicHelp": false,
|
26
|
-
"multiple": false,
|
27
|
-
"type": "option"
|
28
|
-
},
|
29
|
-
"target-org": {
|
30
|
-
"aliases": [
|
31
|
-
"targetusername",
|
32
|
-
"u"
|
33
|
-
],
|
34
|
-
"char": "o",
|
35
|
-
"deprecateAliases": true,
|
36
|
-
"name": "target-org",
|
37
|
-
"noCacheDefault": true,
|
38
|
-
"required": true,
|
39
|
-
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
40
|
-
"hasDynamicHelp": true,
|
41
|
-
"multiple": false,
|
42
|
-
"type": "option"
|
43
|
-
},
|
44
|
-
"api-version": {
|
45
|
-
"aliases": [
|
46
|
-
"apiversion"
|
47
|
-
],
|
48
|
-
"deprecateAliases": true,
|
49
|
-
"description": "Override the api version used for api requests made by this command",
|
50
|
-
"name": "api-version",
|
51
|
-
"hasDynamicHelp": false,
|
52
|
-
"multiple": false,
|
53
|
-
"type": "option"
|
54
|
-
},
|
55
|
-
"loglevel": {
|
56
|
-
"deprecated": {
|
57
|
-
"message": "The loglevel flag is no longer in use on this command. You may use it without error, but it will be ignored.\nSet the log level using the `SFDX_LOG_LEVEL` environment variable."
|
58
|
-
},
|
59
|
-
"hidden": true,
|
60
|
-
"name": "loglevel",
|
61
|
-
"hasDynamicHelp": false,
|
62
|
-
"multiple": false,
|
63
|
-
"type": "option"
|
64
|
-
}
|
65
|
-
},
|
66
|
-
"hasDynamicHelp": true,
|
67
|
-
"hiddenAliases": [],
|
68
|
-
"id": "org:create:shape",
|
69
|
-
"pluginAlias": "@salesforce/plugin-signups",
|
70
|
-
"pluginName": "@salesforce/plugin-signups",
|
71
|
-
"pluginType": "core",
|
72
|
-
"strict": true,
|
73
|
-
"summary": "Create a scratch org configuration (shape) based on the specified source org.",
|
74
|
-
"enableJsonFlag": true,
|
75
|
-
"isESM": true,
|
76
|
-
"relativePath": [
|
77
|
-
"lib",
|
78
|
-
"commands",
|
79
|
-
"org",
|
80
|
-
"create",
|
81
|
-
"shape.js"
|
82
|
-
],
|
83
|
-
"aliasPermutations": [
|
84
|
-
"force:org:shape:create",
|
85
|
-
"org:force:shape:create",
|
86
|
-
"org:shape:force:create",
|
87
|
-
"org:shape:create:force",
|
88
|
-
"force:shape:org:create",
|
89
|
-
"shape:force:org:create",
|
90
|
-
"shape:org:force:create",
|
91
|
-
"shape:org:create:force",
|
92
|
-
"force:shape:create:org",
|
93
|
-
"shape:force:create:org",
|
94
|
-
"shape:create:force:org",
|
95
|
-
"shape:create:org:force",
|
96
|
-
"force:org:create:shape",
|
97
|
-
"org:force:create:shape",
|
98
|
-
"org:create:force:shape",
|
99
|
-
"org:create:shape:force",
|
100
|
-
"force:create:org:shape",
|
101
|
-
"create:force:org:shape",
|
102
|
-
"create:org:force:shape",
|
103
|
-
"create:org:shape:force",
|
104
|
-
"force:create:shape:org",
|
105
|
-
"create:force:shape:org",
|
106
|
-
"create:shape:force:org",
|
107
|
-
"create:shape:org:force"
|
108
|
-
],
|
109
|
-
"permutations": [
|
110
|
-
"org:create:shape",
|
111
|
-
"create:org:shape",
|
112
|
-
"create:shape:org",
|
113
|
-
"org:shape:create",
|
114
|
-
"shape:org:create",
|
115
|
-
"shape:create:org"
|
116
|
-
]
|
117
|
-
},
|
118
|
-
"org:create:snapshot": {
|
3
|
+
"org:get:snapshot": {
|
119
4
|
"aliases": [
|
120
|
-
"force:org:snapshot:
|
5
|
+
"force:org:snapshot:get"
|
121
6
|
],
|
122
7
|
"args": {},
|
123
8
|
"deprecateAliases": true,
|
124
|
-
"description": "
|
9
|
+
"description": "Snapshot creation can take a while. Use this command with the snapshot name or ID to check its creation status. After the status changes to Active, you can use the snapshot to create scratch orgs.\n\nTo create a snapshot, use the \"<%= config.bin %> org create snapshot\" command. To retrieve a list of all snapshots, use \"<%= config.bin %> org list snapshot\".",
|
125
10
|
"examples": [
|
126
|
-
"
|
127
|
-
"
|
11
|
+
"Get snapshot details using its ID and the default Dev Hub org:\n<%= config.bin %> <%= command.id %> --snapshot 0Oo...",
|
12
|
+
"Get snapshot details using its name from a Dev Hub org with alias SnapshotDevHub:\n<%= config.bin %> <%= command.id %> --snapshot Dependencies --target-dev-hub SnapshotDevHub"
|
128
13
|
],
|
129
14
|
"flags": {
|
130
15
|
"json": {
|
@@ -177,37 +62,12 @@
|
|
177
62
|
"multiple": false,
|
178
63
|
"type": "option"
|
179
64
|
},
|
180
|
-
"
|
181
|
-
"
|
182
|
-
|
183
|
-
|
184
|
-
"char": "o",
|
185
|
-
"deprecateAliases": true,
|
186
|
-
"name": "source-org",
|
187
|
-
"required": true,
|
188
|
-
"summary": "ID or locally authenticated username or alias of scratch org to snapshot.",
|
189
|
-
"hasDynamicHelp": false,
|
190
|
-
"multiple": false,
|
191
|
-
"type": "option"
|
192
|
-
},
|
193
|
-
"name": {
|
194
|
-
"aliases": [
|
195
|
-
"snapshotname"
|
196
|
-
],
|
197
|
-
"char": "n",
|
198
|
-
"deprecateAliases": true,
|
199
|
-
"name": "name",
|
65
|
+
"snapshot": {
|
66
|
+
"char": "s",
|
67
|
+
"description": "The IDs of scratch org snapshots start with 0Oo.",
|
68
|
+
"name": "snapshot",
|
200
69
|
"required": true,
|
201
|
-
"summary": "
|
202
|
-
"hasDynamicHelp": false,
|
203
|
-
"multiple": false,
|
204
|
-
"type": "option"
|
205
|
-
},
|
206
|
-
"description": {
|
207
|
-
"char": "d",
|
208
|
-
"description": "Use this description to document the contents of the snapshot. We suggest that you include a reference point, such as a version control system tag or commit ID.",
|
209
|
-
"name": "description",
|
210
|
-
"summary": "Description of snapshot.",
|
70
|
+
"summary": "Name or ID of snapshot to retrieve.",
|
211
71
|
"hasDynamicHelp": false,
|
212
72
|
"multiple": false,
|
213
73
|
"type": "option"
|
@@ -215,54 +75,54 @@
|
|
215
75
|
},
|
216
76
|
"hasDynamicHelp": true,
|
217
77
|
"hiddenAliases": [],
|
218
|
-
"id": "org:
|
78
|
+
"id": "org:get:snapshot",
|
219
79
|
"pluginAlias": "@salesforce/plugin-signups",
|
220
80
|
"pluginName": "@salesforce/plugin-signups",
|
221
81
|
"pluginType": "core",
|
222
82
|
"strict": true,
|
223
|
-
"summary": "
|
83
|
+
"summary": "Get details about a scratch org snapshot.",
|
224
84
|
"enableJsonFlag": true,
|
225
85
|
"isESM": true,
|
226
86
|
"relativePath": [
|
227
87
|
"lib",
|
228
88
|
"commands",
|
229
89
|
"org",
|
230
|
-
"
|
90
|
+
"get",
|
231
91
|
"snapshot.js"
|
232
92
|
],
|
233
93
|
"aliasPermutations": [
|
234
|
-
"force:org:snapshot:
|
235
|
-
"org:force:snapshot:
|
236
|
-
"org:snapshot:force:
|
237
|
-
"org:snapshot:
|
238
|
-
"force:snapshot:org:
|
239
|
-
"snapshot:force:org:
|
240
|
-
"snapshot:org:force:
|
241
|
-
"snapshot:org:
|
242
|
-
"force:snapshot:
|
243
|
-
"snapshot:force:
|
244
|
-
"snapshot:
|
245
|
-
"snapshot:
|
246
|
-
"force:org:
|
247
|
-
"org:force:
|
248
|
-
"org:
|
249
|
-
"org:
|
250
|
-
"force:
|
251
|
-
"
|
252
|
-
"
|
253
|
-
"
|
254
|
-
"force:
|
255
|
-
"
|
256
|
-
"
|
257
|
-
"
|
94
|
+
"force:org:snapshot:get",
|
95
|
+
"org:force:snapshot:get",
|
96
|
+
"org:snapshot:force:get",
|
97
|
+
"org:snapshot:get:force",
|
98
|
+
"force:snapshot:org:get",
|
99
|
+
"snapshot:force:org:get",
|
100
|
+
"snapshot:org:force:get",
|
101
|
+
"snapshot:org:get:force",
|
102
|
+
"force:snapshot:get:org",
|
103
|
+
"snapshot:force:get:org",
|
104
|
+
"snapshot:get:force:org",
|
105
|
+
"snapshot:get:org:force",
|
106
|
+
"force:org:get:snapshot",
|
107
|
+
"org:force:get:snapshot",
|
108
|
+
"org:get:force:snapshot",
|
109
|
+
"org:get:snapshot:force",
|
110
|
+
"force:get:org:snapshot",
|
111
|
+
"get:force:org:snapshot",
|
112
|
+
"get:org:force:snapshot",
|
113
|
+
"get:org:snapshot:force",
|
114
|
+
"force:get:snapshot:org",
|
115
|
+
"get:force:snapshot:org",
|
116
|
+
"get:snapshot:force:org",
|
117
|
+
"get:snapshot:org:force"
|
258
118
|
],
|
259
119
|
"permutations": [
|
260
|
-
"org:
|
261
|
-
"
|
262
|
-
"
|
263
|
-
"org:snapshot:
|
264
|
-
"snapshot:org:
|
265
|
-
"snapshot:
|
120
|
+
"org:get:snapshot",
|
121
|
+
"get:org:snapshot",
|
122
|
+
"get:snapshot:org",
|
123
|
+
"org:snapshot:get",
|
124
|
+
"snapshot:org:get",
|
125
|
+
"snapshot:get:org"
|
266
126
|
]
|
267
127
|
},
|
268
128
|
"org:delete:shape": {
|
@@ -524,16 +384,16 @@
|
|
524
384
|
"snapshot:delete:org"
|
525
385
|
]
|
526
386
|
},
|
527
|
-
"org:
|
387
|
+
"org:list:shape": {
|
528
388
|
"aliases": [
|
529
|
-
"force:org:
|
389
|
+
"force:org:shape:list"
|
530
390
|
],
|
531
391
|
"args": {},
|
532
392
|
"deprecateAliases": true,
|
533
|
-
"description": "
|
393
|
+
"description": "The output includes the alias, username, and ID of the source org, the status of the org shape creation, and more. Use the org ID to update your scratch org configuration file so you can create a scratch org based on this org shape.",
|
534
394
|
"examples": [
|
535
|
-
"
|
536
|
-
"
|
395
|
+
"List all org shapes you've created:\n<%= config.bin %> <%= command.id %>",
|
396
|
+
"List all org shapes in JSON format and write the output to a file:\n<%= config.bin %> <%= command.id %> --json > tmp/MyOrgShapeList.json"
|
537
397
|
],
|
538
398
|
"flags": {
|
539
399
|
"json": {
|
@@ -551,137 +411,12 @@
|
|
551
411
|
"multiple": false,
|
552
412
|
"type": "option"
|
553
413
|
},
|
554
|
-
"
|
555
|
-
"
|
556
|
-
|
557
|
-
|
558
|
-
"
|
559
|
-
"
|
560
|
-
"name": "target-dev-hub",
|
561
|
-
"noCacheDefault": true,
|
562
|
-
"required": true,
|
563
|
-
"summary": "Username or alias of the Dev Hub org. Not required if the `target-dev-hub` configuration variable is already set.",
|
564
|
-
"hasDynamicHelp": true,
|
565
|
-
"multiple": false,
|
566
|
-
"type": "option"
|
567
|
-
},
|
568
|
-
"api-version": {
|
569
|
-
"aliases": [
|
570
|
-
"apiversion"
|
571
|
-
],
|
572
|
-
"deprecateAliases": true,
|
573
|
-
"description": "Override the api version used for api requests made by this command",
|
574
|
-
"name": "api-version",
|
575
|
-
"hasDynamicHelp": false,
|
576
|
-
"multiple": false,
|
577
|
-
"type": "option"
|
578
|
-
},
|
579
|
-
"loglevel": {
|
580
|
-
"deprecated": {
|
581
|
-
"message": "The loglevel flag is no longer in use on this command. You may use it without error, but it will be ignored.\nSet the log level using the `SFDX_LOG_LEVEL` environment variable."
|
582
|
-
},
|
583
|
-
"hidden": true,
|
584
|
-
"name": "loglevel",
|
585
|
-
"hasDynamicHelp": false,
|
586
|
-
"multiple": false,
|
587
|
-
"type": "option"
|
588
|
-
},
|
589
|
-
"snapshot": {
|
590
|
-
"char": "s",
|
591
|
-
"description": "The IDs of scratch org snapshots start with 0Oo.",
|
592
|
-
"name": "snapshot",
|
593
|
-
"required": true,
|
594
|
-
"summary": "Name or ID of snapshot to retrieve.",
|
595
|
-
"hasDynamicHelp": false,
|
596
|
-
"multiple": false,
|
597
|
-
"type": "option"
|
598
|
-
}
|
599
|
-
},
|
600
|
-
"hasDynamicHelp": true,
|
601
|
-
"hiddenAliases": [],
|
602
|
-
"id": "org:get:snapshot",
|
603
|
-
"pluginAlias": "@salesforce/plugin-signups",
|
604
|
-
"pluginName": "@salesforce/plugin-signups",
|
605
|
-
"pluginType": "core",
|
606
|
-
"strict": true,
|
607
|
-
"summary": "Get details about a scratch org snapshot.",
|
608
|
-
"enableJsonFlag": true,
|
609
|
-
"isESM": true,
|
610
|
-
"relativePath": [
|
611
|
-
"lib",
|
612
|
-
"commands",
|
613
|
-
"org",
|
614
|
-
"get",
|
615
|
-
"snapshot.js"
|
616
|
-
],
|
617
|
-
"aliasPermutations": [
|
618
|
-
"force:org:snapshot:get",
|
619
|
-
"org:force:snapshot:get",
|
620
|
-
"org:snapshot:force:get",
|
621
|
-
"org:snapshot:get:force",
|
622
|
-
"force:snapshot:org:get",
|
623
|
-
"snapshot:force:org:get",
|
624
|
-
"snapshot:org:force:get",
|
625
|
-
"snapshot:org:get:force",
|
626
|
-
"force:snapshot:get:org",
|
627
|
-
"snapshot:force:get:org",
|
628
|
-
"snapshot:get:force:org",
|
629
|
-
"snapshot:get:org:force",
|
630
|
-
"force:org:get:snapshot",
|
631
|
-
"org:force:get:snapshot",
|
632
|
-
"org:get:force:snapshot",
|
633
|
-
"org:get:snapshot:force",
|
634
|
-
"force:get:org:snapshot",
|
635
|
-
"get:force:org:snapshot",
|
636
|
-
"get:org:force:snapshot",
|
637
|
-
"get:org:snapshot:force",
|
638
|
-
"force:get:snapshot:org",
|
639
|
-
"get:force:snapshot:org",
|
640
|
-
"get:snapshot:force:org",
|
641
|
-
"get:snapshot:org:force"
|
642
|
-
],
|
643
|
-
"permutations": [
|
644
|
-
"org:get:snapshot",
|
645
|
-
"get:org:snapshot",
|
646
|
-
"get:snapshot:org",
|
647
|
-
"org:snapshot:get",
|
648
|
-
"snapshot:org:get",
|
649
|
-
"snapshot:get:org"
|
650
|
-
]
|
651
|
-
},
|
652
|
-
"org:list:shape": {
|
653
|
-
"aliases": [
|
654
|
-
"force:org:shape:list"
|
655
|
-
],
|
656
|
-
"args": {},
|
657
|
-
"deprecateAliases": true,
|
658
|
-
"description": "The output includes the alias, username, and ID of the source org, the status of the org shape creation, and more. Use the org ID to update your scratch org configuration file so you can create a scratch org based on this org shape.",
|
659
|
-
"examples": [
|
660
|
-
"List all org shapes you've created:\n<%= config.bin %> <%= command.id %>",
|
661
|
-
"List all org shapes in JSON format and write the output to a file:\n<%= config.bin %> <%= command.id %> --json > tmp/MyOrgShapeList.json"
|
662
|
-
],
|
663
|
-
"flags": {
|
664
|
-
"json": {
|
665
|
-
"description": "Format output as json.",
|
666
|
-
"helpGroup": "GLOBAL",
|
667
|
-
"name": "json",
|
668
|
-
"allowNo": false,
|
669
|
-
"type": "boolean"
|
670
|
-
},
|
671
|
-
"flags-dir": {
|
672
|
-
"helpGroup": "GLOBAL",
|
673
|
-
"name": "flags-dir",
|
674
|
-
"summary": "Import flag values from a directory.",
|
675
|
-
"hasDynamicHelp": false,
|
676
|
-
"multiple": false,
|
677
|
-
"type": "option"
|
678
|
-
},
|
679
|
-
"verbose": {
|
680
|
-
"hidden": true,
|
681
|
-
"name": "verbose",
|
682
|
-
"summary": "List more information about each org shape.",
|
683
|
-
"allowNo": false,
|
684
|
-
"type": "boolean"
|
414
|
+
"verbose": {
|
415
|
+
"hidden": true,
|
416
|
+
"name": "verbose",
|
417
|
+
"summary": "List more information about each org shape.",
|
418
|
+
"allowNo": false,
|
419
|
+
"type": "boolean"
|
685
420
|
},
|
686
421
|
"loglevel": {
|
687
422
|
"deprecated": {
|
@@ -860,7 +595,272 @@
|
|
860
595
|
"snapshot:org:list",
|
861
596
|
"snapshot:list:org"
|
862
597
|
]
|
598
|
+
},
|
599
|
+
"org:create:shape": {
|
600
|
+
"aliases": [
|
601
|
+
"force:org:shape:create"
|
602
|
+
],
|
603
|
+
"args": {},
|
604
|
+
"deprecateAliases": true,
|
605
|
+
"description": "Scratch org shapes mimic the baseline setup (features, limits, edition, and Metadata API settings) of a source org without the extraneous data and metadata.\n\nRun \"<%= config.bin %> org list shape\" to view the available org shapes and their IDs.\n\nTo create a scratch org from an org shape, include the \"sourceOrg\" property in the scratch org definition file and set it to the org ID of the source org. Then create a scratch org with the \"<%= config.bin %> org create scratch\" command.",
|
606
|
+
"examples": [
|
607
|
+
"Create an org shape for the source org with alias SourceOrg:\n<%= config.bin %> <%= command.id %> --target-org SourceOrg"
|
608
|
+
],
|
609
|
+
"flags": {
|
610
|
+
"json": {
|
611
|
+
"description": "Format output as json.",
|
612
|
+
"helpGroup": "GLOBAL",
|
613
|
+
"name": "json",
|
614
|
+
"allowNo": false,
|
615
|
+
"type": "boolean"
|
616
|
+
},
|
617
|
+
"flags-dir": {
|
618
|
+
"helpGroup": "GLOBAL",
|
619
|
+
"name": "flags-dir",
|
620
|
+
"summary": "Import flag values from a directory.",
|
621
|
+
"hasDynamicHelp": false,
|
622
|
+
"multiple": false,
|
623
|
+
"type": "option"
|
624
|
+
},
|
625
|
+
"target-org": {
|
626
|
+
"aliases": [
|
627
|
+
"targetusername",
|
628
|
+
"u"
|
629
|
+
],
|
630
|
+
"char": "o",
|
631
|
+
"deprecateAliases": true,
|
632
|
+
"name": "target-org",
|
633
|
+
"noCacheDefault": true,
|
634
|
+
"required": true,
|
635
|
+
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
636
|
+
"hasDynamicHelp": true,
|
637
|
+
"multiple": false,
|
638
|
+
"type": "option"
|
639
|
+
},
|
640
|
+
"api-version": {
|
641
|
+
"aliases": [
|
642
|
+
"apiversion"
|
643
|
+
],
|
644
|
+
"deprecateAliases": true,
|
645
|
+
"description": "Override the api version used for api requests made by this command",
|
646
|
+
"name": "api-version",
|
647
|
+
"hasDynamicHelp": false,
|
648
|
+
"multiple": false,
|
649
|
+
"type": "option"
|
650
|
+
},
|
651
|
+
"loglevel": {
|
652
|
+
"deprecated": {
|
653
|
+
"message": "The loglevel flag is no longer in use on this command. You may use it without error, but it will be ignored.\nSet the log level using the `SFDX_LOG_LEVEL` environment variable."
|
654
|
+
},
|
655
|
+
"hidden": true,
|
656
|
+
"name": "loglevel",
|
657
|
+
"hasDynamicHelp": false,
|
658
|
+
"multiple": false,
|
659
|
+
"type": "option"
|
660
|
+
}
|
661
|
+
},
|
662
|
+
"hasDynamicHelp": true,
|
663
|
+
"hiddenAliases": [],
|
664
|
+
"id": "org:create:shape",
|
665
|
+
"pluginAlias": "@salesforce/plugin-signups",
|
666
|
+
"pluginName": "@salesforce/plugin-signups",
|
667
|
+
"pluginType": "core",
|
668
|
+
"strict": true,
|
669
|
+
"summary": "Create a scratch org configuration (shape) based on the specified source org.",
|
670
|
+
"enableJsonFlag": true,
|
671
|
+
"isESM": true,
|
672
|
+
"relativePath": [
|
673
|
+
"lib",
|
674
|
+
"commands",
|
675
|
+
"org",
|
676
|
+
"create",
|
677
|
+
"shape.js"
|
678
|
+
],
|
679
|
+
"aliasPermutations": [
|
680
|
+
"force:org:shape:create",
|
681
|
+
"org:force:shape:create",
|
682
|
+
"org:shape:force:create",
|
683
|
+
"org:shape:create:force",
|
684
|
+
"force:shape:org:create",
|
685
|
+
"shape:force:org:create",
|
686
|
+
"shape:org:force:create",
|
687
|
+
"shape:org:create:force",
|
688
|
+
"force:shape:create:org",
|
689
|
+
"shape:force:create:org",
|
690
|
+
"shape:create:force:org",
|
691
|
+
"shape:create:org:force",
|
692
|
+
"force:org:create:shape",
|
693
|
+
"org:force:create:shape",
|
694
|
+
"org:create:force:shape",
|
695
|
+
"org:create:shape:force",
|
696
|
+
"force:create:org:shape",
|
697
|
+
"create:force:org:shape",
|
698
|
+
"create:org:force:shape",
|
699
|
+
"create:org:shape:force",
|
700
|
+
"force:create:shape:org",
|
701
|
+
"create:force:shape:org",
|
702
|
+
"create:shape:force:org",
|
703
|
+
"create:shape:org:force"
|
704
|
+
],
|
705
|
+
"permutations": [
|
706
|
+
"org:create:shape",
|
707
|
+
"create:org:shape",
|
708
|
+
"create:shape:org",
|
709
|
+
"org:shape:create",
|
710
|
+
"shape:org:create",
|
711
|
+
"shape:create:org"
|
712
|
+
]
|
713
|
+
},
|
714
|
+
"org:create:snapshot": {
|
715
|
+
"aliases": [
|
716
|
+
"force:org:snapshot:create"
|
717
|
+
],
|
718
|
+
"args": {},
|
719
|
+
"deprecateAliases": true,
|
720
|
+
"description": "A snapshot is a point-in-time copy of a scratch org. The copy is referenced by its unique name in a scratch org definition file.\n\nUse \"<%= config.bin %> org get snapshot\" to get details, including status, about a snapshot creation request.\n\nTo create a scratch org from a snapshot, include the \"snapshot\" option (instead of \"edition\") in the scratch org definition file and set it to the name of the snapshot. Then use \"<%= config.bin %> org create scratch\" to create the scratch org.",
|
721
|
+
"examples": [
|
722
|
+
"Create a snapshot called \"Dependencies\" using the source scratch org ID and your default Dev Hub org:\n<%= config.bin %> <%= command.id %> --source-org 00Dxx0000000000 --name Dependencies --description 'Contains PackageA v1.1.0'",
|
723
|
+
"Create a snapshot called \"NightlyBranch\" using the source scratch org username and a Dev Hub org with alias NightlyDevHub:\n<%= config.bin %> <%= command.id %> --source-org myuser@myorg --name NightlyBranch --description 'Contains PkgA v2.1.0 and PkgB 3.3.0' --target-dev-hub NightlyDevHub"
|
724
|
+
],
|
725
|
+
"flags": {
|
726
|
+
"json": {
|
727
|
+
"description": "Format output as json.",
|
728
|
+
"helpGroup": "GLOBAL",
|
729
|
+
"name": "json",
|
730
|
+
"allowNo": false,
|
731
|
+
"type": "boolean"
|
732
|
+
},
|
733
|
+
"flags-dir": {
|
734
|
+
"helpGroup": "GLOBAL",
|
735
|
+
"name": "flags-dir",
|
736
|
+
"summary": "Import flag values from a directory.",
|
737
|
+
"hasDynamicHelp": false,
|
738
|
+
"multiple": false,
|
739
|
+
"type": "option"
|
740
|
+
},
|
741
|
+
"target-dev-hub": {
|
742
|
+
"aliases": [
|
743
|
+
"targetdevhubusername"
|
744
|
+
],
|
745
|
+
"char": "v",
|
746
|
+
"deprecateAliases": true,
|
747
|
+
"name": "target-dev-hub",
|
748
|
+
"noCacheDefault": true,
|
749
|
+
"required": true,
|
750
|
+
"summary": "Username or alias of the Dev Hub org. Not required if the `target-dev-hub` configuration variable is already set.",
|
751
|
+
"hasDynamicHelp": true,
|
752
|
+
"multiple": false,
|
753
|
+
"type": "option"
|
754
|
+
},
|
755
|
+
"api-version": {
|
756
|
+
"aliases": [
|
757
|
+
"apiversion"
|
758
|
+
],
|
759
|
+
"deprecateAliases": true,
|
760
|
+
"description": "Override the api version used for api requests made by this command",
|
761
|
+
"name": "api-version",
|
762
|
+
"hasDynamicHelp": false,
|
763
|
+
"multiple": false,
|
764
|
+
"type": "option"
|
765
|
+
},
|
766
|
+
"loglevel": {
|
767
|
+
"deprecated": {
|
768
|
+
"message": "The loglevel flag is no longer in use on this command. You may use it without error, but it will be ignored.\nSet the log level using the `SFDX_LOG_LEVEL` environment variable."
|
769
|
+
},
|
770
|
+
"hidden": true,
|
771
|
+
"name": "loglevel",
|
772
|
+
"hasDynamicHelp": false,
|
773
|
+
"multiple": false,
|
774
|
+
"type": "option"
|
775
|
+
},
|
776
|
+
"source-org": {
|
777
|
+
"aliases": [
|
778
|
+
"sourceorg"
|
779
|
+
],
|
780
|
+
"char": "o",
|
781
|
+
"deprecateAliases": true,
|
782
|
+
"name": "source-org",
|
783
|
+
"required": true,
|
784
|
+
"summary": "ID or locally authenticated username or alias of scratch org to snapshot.",
|
785
|
+
"hasDynamicHelp": false,
|
786
|
+
"multiple": false,
|
787
|
+
"type": "option"
|
788
|
+
},
|
789
|
+
"name": {
|
790
|
+
"aliases": [
|
791
|
+
"snapshotname"
|
792
|
+
],
|
793
|
+
"char": "n",
|
794
|
+
"deprecateAliases": true,
|
795
|
+
"name": "name",
|
796
|
+
"required": true,
|
797
|
+
"summary": "Unique name of snapshot.",
|
798
|
+
"hasDynamicHelp": false,
|
799
|
+
"multiple": false,
|
800
|
+
"type": "option"
|
801
|
+
},
|
802
|
+
"description": {
|
803
|
+
"char": "d",
|
804
|
+
"description": "Use this description to document the contents of the snapshot. We suggest that you include a reference point, such as a version control system tag or commit ID.",
|
805
|
+
"name": "description",
|
806
|
+
"summary": "Description of snapshot.",
|
807
|
+
"hasDynamicHelp": false,
|
808
|
+
"multiple": false,
|
809
|
+
"type": "option"
|
810
|
+
}
|
811
|
+
},
|
812
|
+
"hasDynamicHelp": true,
|
813
|
+
"hiddenAliases": [],
|
814
|
+
"id": "org:create:snapshot",
|
815
|
+
"pluginAlias": "@salesforce/plugin-signups",
|
816
|
+
"pluginName": "@salesforce/plugin-signups",
|
817
|
+
"pluginType": "core",
|
818
|
+
"strict": true,
|
819
|
+
"summary": "Create a snapshot of a scratch org.",
|
820
|
+
"enableJsonFlag": true,
|
821
|
+
"isESM": true,
|
822
|
+
"relativePath": [
|
823
|
+
"lib",
|
824
|
+
"commands",
|
825
|
+
"org",
|
826
|
+
"create",
|
827
|
+
"snapshot.js"
|
828
|
+
],
|
829
|
+
"aliasPermutations": [
|
830
|
+
"force:org:snapshot:create",
|
831
|
+
"org:force:snapshot:create",
|
832
|
+
"org:snapshot:force:create",
|
833
|
+
"org:snapshot:create:force",
|
834
|
+
"force:snapshot:org:create",
|
835
|
+
"snapshot:force:org:create",
|
836
|
+
"snapshot:org:force:create",
|
837
|
+
"snapshot:org:create:force",
|
838
|
+
"force:snapshot:create:org",
|
839
|
+
"snapshot:force:create:org",
|
840
|
+
"snapshot:create:force:org",
|
841
|
+
"snapshot:create:org:force",
|
842
|
+
"force:org:create:snapshot",
|
843
|
+
"org:force:create:snapshot",
|
844
|
+
"org:create:force:snapshot",
|
845
|
+
"org:create:snapshot:force",
|
846
|
+
"force:create:org:snapshot",
|
847
|
+
"create:force:org:snapshot",
|
848
|
+
"create:org:force:snapshot",
|
849
|
+
"create:org:snapshot:force",
|
850
|
+
"force:create:snapshot:org",
|
851
|
+
"create:force:snapshot:org",
|
852
|
+
"create:snapshot:force:org",
|
853
|
+
"create:snapshot:org:force"
|
854
|
+
],
|
855
|
+
"permutations": [
|
856
|
+
"org:create:snapshot",
|
857
|
+
"create:org:snapshot",
|
858
|
+
"create:snapshot:org",
|
859
|
+
"org:snapshot:create",
|
860
|
+
"snapshot:org:create",
|
861
|
+
"snapshot:create:org"
|
862
|
+
]
|
863
863
|
}
|
864
864
|
},
|
865
|
-
"version": "2.6.
|
865
|
+
"version": "2.6.35"
|
866
866
|
}
|
package/package.json
CHANGED
@@ -1,12 +1,12 @@
|
|
1
1
|
{
|
2
2
|
"name": "@salesforce/plugin-signups",
|
3
3
|
"description": "Commands to interact with org shapes",
|
4
|
-
"version": "2.6.
|
4
|
+
"version": "2.6.35",
|
5
5
|
"author": "Salesforce",
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
7
7
|
"dependencies": {
|
8
8
|
"@oclif/core": "^4",
|
9
|
-
"@salesforce/core": "^8.
|
9
|
+
"@salesforce/core": "^8.17.0",
|
10
10
|
"@salesforce/kit": "^3.2.3",
|
11
11
|
"@salesforce/sf-plugins-core": "^12.2.3",
|
12
12
|
"change-case": "^5.4.4"
|
@@ -220,7 +220,7 @@
|
|
220
220
|
"exports": "./lib/index.js",
|
221
221
|
"type": "module",
|
222
222
|
"sfdx": {
|
223
|
-
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/2.6.
|
224
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/2.6.
|
223
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/2.6.35.crt",
|
224
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/2.6.35.sig"
|
225
225
|
}
|
226
226
|
}
|