@salesforce/plugin-signups 2.3.9 → 2.3.10
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 +8 -9
- package/oclif.lock +6 -5
- package/oclif.manifest.json +127 -127
- 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.3.
|
|
126
|
+
_See code: [src/commands/org/create/shape.ts](https://github.com/salesforcecli/plugin-signups/blob/2.3.10/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.3.
|
|
182
|
+
_See code: [src/commands/org/create/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.3.10/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.3.
|
|
222
|
+
_See code: [src/commands/org/delete/shape.ts](https://github.com/salesforcecli/plugin-signups/blob/2.3.10/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.3.
|
|
267
|
+
_See code: [src/commands/org/delete/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.3.10/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.3.
|
|
314
|
+
_See code: [src/commands/org/get/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.3.10/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.3.
|
|
347
|
+
_See code: [src/commands/org/list/shape.ts](https://github.com/salesforcecli/plugin-signups/blob/2.3.10/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.3.
|
|
389
|
+
_See code: [src/commands/org/list/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.3.10/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.3.
|
|
3
|
+
"version": "2.3.10",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/plugin-signups",
|
|
9
|
-
"version": "2.3.
|
|
9
|
+
"version": "2.3.10",
|
|
10
10
|
"license": "BSD-3-Clause",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@oclif/core": "^4",
|
|
13
|
-
"@salesforce/core": "^7.3.
|
|
13
|
+
"@salesforce/core": "^7.3.12",
|
|
14
14
|
"@salesforce/kit": "^3.1.2",
|
|
15
15
|
"@salesforce/sf-plugins-core": "^10.0.0",
|
|
16
16
|
"change-case": "^5.4.4"
|
|
@@ -3922,17 +3922,18 @@
|
|
|
3922
3922
|
}
|
|
3923
3923
|
},
|
|
3924
3924
|
"node_modules/@salesforce/core": {
|
|
3925
|
-
"version": "7.3.
|
|
3926
|
-
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-7.3.
|
|
3927
|
-
"integrity": "sha512-
|
|
3925
|
+
"version": "7.3.12",
|
|
3926
|
+
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-7.3.12.tgz",
|
|
3927
|
+
"integrity": "sha512-a53KYv2xaJpmFlN4haI7ewaMpRqdRwaqbm11wLn0il6+LNR1/2zkRdqE3opdTW6aXNvVecNu0YQj5/u3Uz3oPw==",
|
|
3928
3928
|
"license": "BSD-3-Clause",
|
|
3929
3929
|
"dependencies": {
|
|
3930
3930
|
"@jsforce/jsforce-node": "^3.2.0",
|
|
3931
|
-
"@salesforce/kit": "^3.1.
|
|
3931
|
+
"@salesforce/kit": "^3.1.2",
|
|
3932
3932
|
"@salesforce/schemas": "^1.9.0",
|
|
3933
3933
|
"@salesforce/ts-types": "^2.0.9",
|
|
3934
3934
|
"ajv": "^8.15.0",
|
|
3935
3935
|
"change-case": "^4.1.2",
|
|
3936
|
+
"fast-levenshtein": "^3.0.0",
|
|
3936
3937
|
"faye": "^1.4.0",
|
|
3937
3938
|
"form-data": "^4.0.0",
|
|
3938
3939
|
"js2xmlparser": "^4.0.1",
|
|
@@ -7898,7 +7899,6 @@
|
|
|
7898
7899
|
"version": "3.0.0",
|
|
7899
7900
|
"resolved": "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-3.0.0.tgz",
|
|
7900
7901
|
"integrity": "sha512-hKKNajm46uNmTlhHSyZkmToAc56uZJwYq7yrciZjqOxnlfQwERDQJmHPUp7m1m9wx8vgOe8IaCKZ5Kv2k1DdCQ==",
|
|
7901
|
-
"dev": true,
|
|
7902
7902
|
"license": "MIT",
|
|
7903
7903
|
"dependencies": {
|
|
7904
7904
|
"fastest-levenshtein": "^1.0.7"
|
|
@@ -7946,7 +7946,6 @@
|
|
|
7946
7946
|
"version": "1.0.16",
|
|
7947
7947
|
"resolved": "https://registry.npmjs.org/fastest-levenshtein/-/fastest-levenshtein-1.0.16.tgz",
|
|
7948
7948
|
"integrity": "sha512-eRnCtTTtGZFpQCwhJiUOuxPQWRXVKYDn0b2PeHfXL6/Zi53SLAzAHfVhVWK2AryC/WH05kGfxhFIPvTF0SXQzg==",
|
|
7949
|
-
"dev": true,
|
|
7950
7949
|
"license": "MIT",
|
|
7951
7950
|
"engines": {
|
|
7952
7951
|
"node": ">= 4.9.1"
|
package/oclif.lock
CHANGED
|
@@ -1742,17 +1742,18 @@
|
|
|
1742
1742
|
strip-ansi "6.0.1"
|
|
1743
1743
|
ts-retry-promise "^0.8.0"
|
|
1744
1744
|
|
|
1745
|
-
"@salesforce/core@^7.3.10", "@salesforce/core@^7.3.
|
|
1746
|
-
version "7.3.
|
|
1747
|
-
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-7.3.
|
|
1748
|
-
integrity sha512-
|
|
1745
|
+
"@salesforce/core@^7.3.10", "@salesforce/core@^7.3.12", "@salesforce/core@^7.3.5", "@salesforce/core@^7.3.9":
|
|
1746
|
+
version "7.3.12"
|
|
1747
|
+
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-7.3.12.tgz#9138980db21566c467f35afe9192f33bf77f160c"
|
|
1748
|
+
integrity sha512-a53KYv2xaJpmFlN4haI7ewaMpRqdRwaqbm11wLn0il6+LNR1/2zkRdqE3opdTW6aXNvVecNu0YQj5/u3Uz3oPw==
|
|
1749
1749
|
dependencies:
|
|
1750
1750
|
"@jsforce/jsforce-node" "^3.2.0"
|
|
1751
|
-
"@salesforce/kit" "^3.1.
|
|
1751
|
+
"@salesforce/kit" "^3.1.2"
|
|
1752
1752
|
"@salesforce/schemas" "^1.9.0"
|
|
1753
1753
|
"@salesforce/ts-types" "^2.0.9"
|
|
1754
1754
|
ajv "^8.15.0"
|
|
1755
1755
|
change-case "^4.1.2"
|
|
1756
|
+
fast-levenshtein "^3.0.0"
|
|
1756
1757
|
faye "^1.4.0"
|
|
1757
1758
|
form-data "^4.0.0"
|
|
1758
1759
|
js2xmlparser "^4.0.1"
|
package/oclif.manifest.json
CHANGED
|
@@ -266,6 +266,132 @@
|
|
|
266
266
|
"snapshot:create:org"
|
|
267
267
|
]
|
|
268
268
|
},
|
|
269
|
+
"org:get:snapshot": {
|
|
270
|
+
"aliases": [
|
|
271
|
+
"force:org:snapshot:get"
|
|
272
|
+
],
|
|
273
|
+
"args": {},
|
|
274
|
+
"deprecateAliases": true,
|
|
275
|
+
"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\".",
|
|
276
|
+
"examples": [
|
|
277
|
+
"Get snapshot details using its ID and the default Dev Hub org:\n<%= config.bin %> <%= command.id %> --snapshot 0Oo...",
|
|
278
|
+
"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"
|
|
279
|
+
],
|
|
280
|
+
"flags": {
|
|
281
|
+
"json": {
|
|
282
|
+
"description": "Format output as json.",
|
|
283
|
+
"helpGroup": "GLOBAL",
|
|
284
|
+
"name": "json",
|
|
285
|
+
"allowNo": false,
|
|
286
|
+
"type": "boolean"
|
|
287
|
+
},
|
|
288
|
+
"flags-dir": {
|
|
289
|
+
"helpGroup": "GLOBAL",
|
|
290
|
+
"name": "flags-dir",
|
|
291
|
+
"summary": "Import flag values from a directory.",
|
|
292
|
+
"hasDynamicHelp": false,
|
|
293
|
+
"multiple": false,
|
|
294
|
+
"type": "option"
|
|
295
|
+
},
|
|
296
|
+
"target-dev-hub": {
|
|
297
|
+
"aliases": [
|
|
298
|
+
"targetdevhubusername"
|
|
299
|
+
],
|
|
300
|
+
"char": "v",
|
|
301
|
+
"deprecateAliases": true,
|
|
302
|
+
"name": "target-dev-hub",
|
|
303
|
+
"noCacheDefault": true,
|
|
304
|
+
"required": true,
|
|
305
|
+
"summary": "Username or alias of the Dev Hub org. Not required if the `target-dev-hub` configuration variable is already set.",
|
|
306
|
+
"hasDynamicHelp": true,
|
|
307
|
+
"multiple": false,
|
|
308
|
+
"type": "option"
|
|
309
|
+
},
|
|
310
|
+
"api-version": {
|
|
311
|
+
"aliases": [
|
|
312
|
+
"apiversion"
|
|
313
|
+
],
|
|
314
|
+
"deprecateAliases": true,
|
|
315
|
+
"description": "Override the api version used for api requests made by this command",
|
|
316
|
+
"name": "api-version",
|
|
317
|
+
"hasDynamicHelp": false,
|
|
318
|
+
"multiple": false,
|
|
319
|
+
"type": "option"
|
|
320
|
+
},
|
|
321
|
+
"loglevel": {
|
|
322
|
+
"deprecated": {
|
|
323
|
+
"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."
|
|
324
|
+
},
|
|
325
|
+
"hidden": true,
|
|
326
|
+
"name": "loglevel",
|
|
327
|
+
"hasDynamicHelp": false,
|
|
328
|
+
"multiple": false,
|
|
329
|
+
"type": "option"
|
|
330
|
+
},
|
|
331
|
+
"snapshot": {
|
|
332
|
+
"char": "s",
|
|
333
|
+
"description": "The IDs of scratch org snapshots start with 0Oo.",
|
|
334
|
+
"name": "snapshot",
|
|
335
|
+
"required": true,
|
|
336
|
+
"summary": "Name or ID of snapshot to retrieve.",
|
|
337
|
+
"hasDynamicHelp": false,
|
|
338
|
+
"multiple": false,
|
|
339
|
+
"type": "option"
|
|
340
|
+
}
|
|
341
|
+
},
|
|
342
|
+
"hasDynamicHelp": true,
|
|
343
|
+
"hiddenAliases": [],
|
|
344
|
+
"id": "org:get:snapshot",
|
|
345
|
+
"pluginAlias": "@salesforce/plugin-signups",
|
|
346
|
+
"pluginName": "@salesforce/plugin-signups",
|
|
347
|
+
"pluginType": "core",
|
|
348
|
+
"state": "beta",
|
|
349
|
+
"strict": true,
|
|
350
|
+
"summary": "Get details about a scratch org snapshot.",
|
|
351
|
+
"enableJsonFlag": true,
|
|
352
|
+
"isESM": true,
|
|
353
|
+
"relativePath": [
|
|
354
|
+
"lib",
|
|
355
|
+
"commands",
|
|
356
|
+
"org",
|
|
357
|
+
"get",
|
|
358
|
+
"snapshot.js"
|
|
359
|
+
],
|
|
360
|
+
"aliasPermutations": [
|
|
361
|
+
"force:org:snapshot:get",
|
|
362
|
+
"org:force:snapshot:get",
|
|
363
|
+
"org:snapshot:force:get",
|
|
364
|
+
"org:snapshot:get:force",
|
|
365
|
+
"force:snapshot:org:get",
|
|
366
|
+
"snapshot:force:org:get",
|
|
367
|
+
"snapshot:org:force:get",
|
|
368
|
+
"snapshot:org:get:force",
|
|
369
|
+
"force:snapshot:get:org",
|
|
370
|
+
"snapshot:force:get:org",
|
|
371
|
+
"snapshot:get:force:org",
|
|
372
|
+
"snapshot:get:org:force",
|
|
373
|
+
"force:org:get:snapshot",
|
|
374
|
+
"org:force:get:snapshot",
|
|
375
|
+
"org:get:force:snapshot",
|
|
376
|
+
"org:get:snapshot:force",
|
|
377
|
+
"force:get:org:snapshot",
|
|
378
|
+
"get:force:org:snapshot",
|
|
379
|
+
"get:org:force:snapshot",
|
|
380
|
+
"get:org:snapshot:force",
|
|
381
|
+
"force:get:snapshot:org",
|
|
382
|
+
"get:force:snapshot:org",
|
|
383
|
+
"get:snapshot:force:org",
|
|
384
|
+
"get:snapshot:org:force"
|
|
385
|
+
],
|
|
386
|
+
"permutations": [
|
|
387
|
+
"org:get:snapshot",
|
|
388
|
+
"get:org:snapshot",
|
|
389
|
+
"get:snapshot:org",
|
|
390
|
+
"org:snapshot:get",
|
|
391
|
+
"snapshot:org:get",
|
|
392
|
+
"snapshot:get:org"
|
|
393
|
+
]
|
|
394
|
+
},
|
|
269
395
|
"org:delete:shape": {
|
|
270
396
|
"aliases": [
|
|
271
397
|
"force:org:shape:delete"
|
|
@@ -526,132 +652,6 @@
|
|
|
526
652
|
"snapshot:delete:org"
|
|
527
653
|
]
|
|
528
654
|
},
|
|
529
|
-
"org:get:snapshot": {
|
|
530
|
-
"aliases": [
|
|
531
|
-
"force:org:snapshot:get"
|
|
532
|
-
],
|
|
533
|
-
"args": {},
|
|
534
|
-
"deprecateAliases": true,
|
|
535
|
-
"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\".",
|
|
536
|
-
"examples": [
|
|
537
|
-
"Get snapshot details using its ID and the default Dev Hub org:\n<%= config.bin %> <%= command.id %> --snapshot 0Oo...",
|
|
538
|
-
"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"
|
|
539
|
-
],
|
|
540
|
-
"flags": {
|
|
541
|
-
"json": {
|
|
542
|
-
"description": "Format output as json.",
|
|
543
|
-
"helpGroup": "GLOBAL",
|
|
544
|
-
"name": "json",
|
|
545
|
-
"allowNo": false,
|
|
546
|
-
"type": "boolean"
|
|
547
|
-
},
|
|
548
|
-
"flags-dir": {
|
|
549
|
-
"helpGroup": "GLOBAL",
|
|
550
|
-
"name": "flags-dir",
|
|
551
|
-
"summary": "Import flag values from a directory.",
|
|
552
|
-
"hasDynamicHelp": false,
|
|
553
|
-
"multiple": false,
|
|
554
|
-
"type": "option"
|
|
555
|
-
},
|
|
556
|
-
"target-dev-hub": {
|
|
557
|
-
"aliases": [
|
|
558
|
-
"targetdevhubusername"
|
|
559
|
-
],
|
|
560
|
-
"char": "v",
|
|
561
|
-
"deprecateAliases": true,
|
|
562
|
-
"name": "target-dev-hub",
|
|
563
|
-
"noCacheDefault": true,
|
|
564
|
-
"required": true,
|
|
565
|
-
"summary": "Username or alias of the Dev Hub org. Not required if the `target-dev-hub` configuration variable is already set.",
|
|
566
|
-
"hasDynamicHelp": true,
|
|
567
|
-
"multiple": false,
|
|
568
|
-
"type": "option"
|
|
569
|
-
},
|
|
570
|
-
"api-version": {
|
|
571
|
-
"aliases": [
|
|
572
|
-
"apiversion"
|
|
573
|
-
],
|
|
574
|
-
"deprecateAliases": true,
|
|
575
|
-
"description": "Override the api version used for api requests made by this command",
|
|
576
|
-
"name": "api-version",
|
|
577
|
-
"hasDynamicHelp": false,
|
|
578
|
-
"multiple": false,
|
|
579
|
-
"type": "option"
|
|
580
|
-
},
|
|
581
|
-
"loglevel": {
|
|
582
|
-
"deprecated": {
|
|
583
|
-
"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."
|
|
584
|
-
},
|
|
585
|
-
"hidden": true,
|
|
586
|
-
"name": "loglevel",
|
|
587
|
-
"hasDynamicHelp": false,
|
|
588
|
-
"multiple": false,
|
|
589
|
-
"type": "option"
|
|
590
|
-
},
|
|
591
|
-
"snapshot": {
|
|
592
|
-
"char": "s",
|
|
593
|
-
"description": "The IDs of scratch org snapshots start with 0Oo.",
|
|
594
|
-
"name": "snapshot",
|
|
595
|
-
"required": true,
|
|
596
|
-
"summary": "Name or ID of snapshot to retrieve.",
|
|
597
|
-
"hasDynamicHelp": false,
|
|
598
|
-
"multiple": false,
|
|
599
|
-
"type": "option"
|
|
600
|
-
}
|
|
601
|
-
},
|
|
602
|
-
"hasDynamicHelp": true,
|
|
603
|
-
"hiddenAliases": [],
|
|
604
|
-
"id": "org:get:snapshot",
|
|
605
|
-
"pluginAlias": "@salesforce/plugin-signups",
|
|
606
|
-
"pluginName": "@salesforce/plugin-signups",
|
|
607
|
-
"pluginType": "core",
|
|
608
|
-
"state": "beta",
|
|
609
|
-
"strict": true,
|
|
610
|
-
"summary": "Get details about a scratch org snapshot.",
|
|
611
|
-
"enableJsonFlag": true,
|
|
612
|
-
"isESM": true,
|
|
613
|
-
"relativePath": [
|
|
614
|
-
"lib",
|
|
615
|
-
"commands",
|
|
616
|
-
"org",
|
|
617
|
-
"get",
|
|
618
|
-
"snapshot.js"
|
|
619
|
-
],
|
|
620
|
-
"aliasPermutations": [
|
|
621
|
-
"force:org:snapshot:get",
|
|
622
|
-
"org:force:snapshot:get",
|
|
623
|
-
"org:snapshot:force:get",
|
|
624
|
-
"org:snapshot:get:force",
|
|
625
|
-
"force:snapshot:org:get",
|
|
626
|
-
"snapshot:force:org:get",
|
|
627
|
-
"snapshot:org:force:get",
|
|
628
|
-
"snapshot:org:get:force",
|
|
629
|
-
"force:snapshot:get:org",
|
|
630
|
-
"snapshot:force:get:org",
|
|
631
|
-
"snapshot:get:force:org",
|
|
632
|
-
"snapshot:get:org:force",
|
|
633
|
-
"force:org:get:snapshot",
|
|
634
|
-
"org:force:get:snapshot",
|
|
635
|
-
"org:get:force:snapshot",
|
|
636
|
-
"org:get:snapshot:force",
|
|
637
|
-
"force:get:org:snapshot",
|
|
638
|
-
"get:force:org:snapshot",
|
|
639
|
-
"get:org:force:snapshot",
|
|
640
|
-
"get:org:snapshot:force",
|
|
641
|
-
"force:get:snapshot:org",
|
|
642
|
-
"get:force:snapshot:org",
|
|
643
|
-
"get:snapshot:force:org",
|
|
644
|
-
"get:snapshot:org:force"
|
|
645
|
-
],
|
|
646
|
-
"permutations": [
|
|
647
|
-
"org:get:snapshot",
|
|
648
|
-
"get:org:snapshot",
|
|
649
|
-
"get:snapshot:org",
|
|
650
|
-
"org:snapshot:get",
|
|
651
|
-
"snapshot:org:get",
|
|
652
|
-
"snapshot:get:org"
|
|
653
|
-
]
|
|
654
|
-
},
|
|
655
655
|
"org:list:shape": {
|
|
656
656
|
"aliases": [
|
|
657
657
|
"force:org:shape:list"
|
|
@@ -866,5 +866,5 @@
|
|
|
866
866
|
]
|
|
867
867
|
}
|
|
868
868
|
},
|
|
869
|
-
"version": "2.3.
|
|
869
|
+
"version": "2.3.10"
|
|
870
870
|
}
|
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.3.
|
|
4
|
+
"version": "2.3.10",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
7
7
|
"dependencies": {
|
|
8
8
|
"@oclif/core": "^4",
|
|
9
|
-
"@salesforce/core": "^7.3.
|
|
9
|
+
"@salesforce/core": "^7.3.12",
|
|
10
10
|
"@salesforce/kit": "^3.1.2",
|
|
11
11
|
"@salesforce/sf-plugins-core": "^10.0.0",
|
|
12
12
|
"change-case": "^5.4.4"
|
|
@@ -255,7 +255,7 @@
|
|
|
255
255
|
"exports": "./lib/index.js",
|
|
256
256
|
"type": "module",
|
|
257
257
|
"sfdx": {
|
|
258
|
-
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/2.3.
|
|
259
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/2.3.
|
|
258
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/2.3.10.crt",
|
|
259
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/2.3.10.sig"
|
|
260
260
|
}
|
|
261
261
|
}
|