@salesforce/plugin-signups 2.2.3 → 2.2.4
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +7 -7
- package/npm-shrinkwrap.json +6 -6
- package/oclif.lock +4 -4
- 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.2.
|
126
|
+
_See code: [src/commands/org/create/shape.ts](https://github.com/salesforcecli/plugin-signups/blob/2.2.4/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.2.
|
182
|
+
_See code: [src/commands/org/create/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.2.4/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.2.
|
222
|
+
_See code: [src/commands/org/delete/shape.ts](https://github.com/salesforcecli/plugin-signups/blob/2.2.4/src/commands/org/delete/shape.ts)_
|
223
223
|
|
224
224
|
## `sf org delete snapshot`
|
225
225
|
|
@@ -263,7 +263,7 @@ FLAG DESCRIPTIONS
|
|
263
263
|
The IDs of scratch org snapshots start with 0Oo.
|
264
264
|
```
|
265
265
|
|
266
|
-
_See code: [src/commands/org/delete/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.2.
|
266
|
+
_See code: [src/commands/org/delete/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.2.4/src/commands/org/delete/snapshot.ts)_
|
267
267
|
|
268
268
|
## `sf org get snapshot`
|
269
269
|
|
@@ -310,7 +310,7 @@ FLAG DESCRIPTIONS
|
|
310
310
|
The IDs of scratch org snapshots start with 0Oo.
|
311
311
|
```
|
312
312
|
|
313
|
-
_See code: [src/commands/org/get/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.2.
|
313
|
+
_See code: [src/commands/org/get/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.2.4/src/commands/org/get/snapshot.ts)_
|
314
314
|
|
315
315
|
## `sf org list shape`
|
316
316
|
|
@@ -343,7 +343,7 @@ EXAMPLES
|
|
343
343
|
$ sf org list shape --json > tmp/MyOrgShapeList.json
|
344
344
|
```
|
345
345
|
|
346
|
-
_See code: [src/commands/org/list/shape.ts](https://github.com/salesforcecli/plugin-signups/blob/2.2.
|
346
|
+
_See code: [src/commands/org/list/shape.ts](https://github.com/salesforcecli/plugin-signups/blob/2.2.4/src/commands/org/list/shape.ts)_
|
347
347
|
|
348
348
|
## `sf org list snapshot`
|
349
349
|
|
@@ -385,6 +385,6 @@ EXAMPLES
|
|
385
385
|
$ sf org list snapshot --target-dev-hub SnapshotDevHub
|
386
386
|
```
|
387
387
|
|
388
|
-
_See code: [src/commands/org/list/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.2.
|
388
|
+
_See code: [src/commands/org/list/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.2.4/src/commands/org/list/snapshot.ts)_
|
389
389
|
|
390
390
|
<!-- commandsstop -->
|
package/npm-shrinkwrap.json
CHANGED
@@ -1,12 +1,12 @@
|
|
1
1
|
{
|
2
2
|
"name": "@salesforce/plugin-signups",
|
3
|
-
"version": "2.2.
|
3
|
+
"version": "2.2.4",
|
4
4
|
"lockfileVersion": 3,
|
5
5
|
"requires": true,
|
6
6
|
"packages": {
|
7
7
|
"": {
|
8
8
|
"name": "@salesforce/plugin-signups",
|
9
|
-
"version": "2.2.
|
9
|
+
"version": "2.2.4",
|
10
10
|
"license": "BSD-3-Clause",
|
11
11
|
"dependencies": {
|
12
12
|
"@oclif/core": "^3.26.2",
|
@@ -14,7 +14,7 @@
|
|
14
14
|
"@salesforce/kit": "^3.1.0",
|
15
15
|
"@salesforce/sf-plugins-core": "^9.0.0",
|
16
16
|
"chalk": "^5.3.0",
|
17
|
-
"change-case": "^5.4.
|
17
|
+
"change-case": "^5.4.4"
|
18
18
|
},
|
19
19
|
"devDependencies": {
|
20
20
|
"@oclif/plugin-command-snapshot": "^5.1.2",
|
@@ -5983,9 +5983,9 @@
|
|
5983
5983
|
}
|
5984
5984
|
},
|
5985
5985
|
"node_modules/change-case": {
|
5986
|
-
"version": "5.4.
|
5987
|
-
"resolved": "https://registry.npmjs.org/change-case/-/change-case-5.4.
|
5988
|
-
"integrity": "sha512-
|
5986
|
+
"version": "5.4.4",
|
5987
|
+
"resolved": "https://registry.npmjs.org/change-case/-/change-case-5.4.4.tgz",
|
5988
|
+
"integrity": "sha512-HRQyTk2/YPEkt9TnUPbOpr64Uw3KOicFWPVBb+xiHvd6eBx/qPr9xqfBFDT8P2vWsvvz4jbEkfDe71W3VyNu2w==",
|
5989
5989
|
"license": "MIT"
|
5990
5990
|
},
|
5991
5991
|
"node_modules/chardet": {
|
package/oclif.lock
CHANGED
@@ -3140,10 +3140,10 @@ change-case@^4, change-case@^4.1.2:
|
|
3140
3140
|
snake-case "^3.0.4"
|
3141
3141
|
tslib "^2.0.3"
|
3142
3142
|
|
3143
|
-
change-case@^5.4.
|
3144
|
-
version "5.4.
|
3145
|
-
resolved "https://registry.yarnpkg.com/change-case/-/change-case-5.4.
|
3146
|
-
integrity sha512-
|
3143
|
+
change-case@^5.4.4:
|
3144
|
+
version "5.4.4"
|
3145
|
+
resolved "https://registry.yarnpkg.com/change-case/-/change-case-5.4.4.tgz#0d52b507d8fb8f204343432381d1a6d7bff97a02"
|
3146
|
+
integrity sha512-HRQyTk2/YPEkt9TnUPbOpr64Uw3KOicFWPVBb+xiHvd6eBx/qPr9xqfBFDT8P2vWsvvz4jbEkfDe71W3VyNu2w==
|
3147
3147
|
|
3148
3148
|
chardet@^0.7.0:
|
3149
3149
|
version "0.7.0"
|
package/oclif.manifest.json
CHANGED
@@ -266,132 +266,6 @@
|
|
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
|
-
},
|
395
269
|
"org:delete:shape": {
|
396
270
|
"aliases": [
|
397
271
|
"force:org:shape:delete"
|
@@ -645,6 +519,132 @@
|
|
645
519
|
"snapshot:delete:org"
|
646
520
|
]
|
647
521
|
},
|
522
|
+
"org:get:snapshot": {
|
523
|
+
"aliases": [
|
524
|
+
"force:org:snapshot:get"
|
525
|
+
],
|
526
|
+
"args": {},
|
527
|
+
"deprecateAliases": true,
|
528
|
+
"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\".",
|
529
|
+
"examples": [
|
530
|
+
"Get snapshot details using its ID and the default Dev Hub org:\n<%= config.bin %> <%= command.id %> --snapshot 0Oo...",
|
531
|
+
"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"
|
532
|
+
],
|
533
|
+
"flags": {
|
534
|
+
"json": {
|
535
|
+
"description": "Format output as json.",
|
536
|
+
"helpGroup": "GLOBAL",
|
537
|
+
"name": "json",
|
538
|
+
"allowNo": false,
|
539
|
+
"type": "boolean"
|
540
|
+
},
|
541
|
+
"flags-dir": {
|
542
|
+
"helpGroup": "GLOBAL",
|
543
|
+
"name": "flags-dir",
|
544
|
+
"summary": "Import flag values from a directory.",
|
545
|
+
"hasDynamicHelp": false,
|
546
|
+
"multiple": false,
|
547
|
+
"type": "option"
|
548
|
+
},
|
549
|
+
"target-dev-hub": {
|
550
|
+
"aliases": [
|
551
|
+
"targetdevhubusername"
|
552
|
+
],
|
553
|
+
"char": "v",
|
554
|
+
"deprecateAliases": true,
|
555
|
+
"name": "target-dev-hub",
|
556
|
+
"noCacheDefault": true,
|
557
|
+
"required": true,
|
558
|
+
"summary": "Username or alias of the Dev Hub org. Not required if the `target-dev-hub` configuration variable is already set.",
|
559
|
+
"hasDynamicHelp": true,
|
560
|
+
"multiple": false,
|
561
|
+
"type": "option"
|
562
|
+
},
|
563
|
+
"api-version": {
|
564
|
+
"aliases": [
|
565
|
+
"apiversion"
|
566
|
+
],
|
567
|
+
"deprecateAliases": true,
|
568
|
+
"description": "Override the api version used for api requests made by this command",
|
569
|
+
"name": "api-version",
|
570
|
+
"hasDynamicHelp": false,
|
571
|
+
"multiple": false,
|
572
|
+
"type": "option"
|
573
|
+
},
|
574
|
+
"loglevel": {
|
575
|
+
"deprecated": {
|
576
|
+
"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."
|
577
|
+
},
|
578
|
+
"hidden": true,
|
579
|
+
"name": "loglevel",
|
580
|
+
"hasDynamicHelp": false,
|
581
|
+
"multiple": false,
|
582
|
+
"type": "option"
|
583
|
+
},
|
584
|
+
"snapshot": {
|
585
|
+
"char": "s",
|
586
|
+
"description": "The IDs of scratch org snapshots start with 0Oo.",
|
587
|
+
"name": "snapshot",
|
588
|
+
"required": true,
|
589
|
+
"summary": "Name or ID of snapshot to retrieve.",
|
590
|
+
"hasDynamicHelp": false,
|
591
|
+
"multiple": false,
|
592
|
+
"type": "option"
|
593
|
+
}
|
594
|
+
},
|
595
|
+
"hasDynamicHelp": true,
|
596
|
+
"hiddenAliases": [],
|
597
|
+
"id": "org:get:snapshot",
|
598
|
+
"pluginAlias": "@salesforce/plugin-signups",
|
599
|
+
"pluginName": "@salesforce/plugin-signups",
|
600
|
+
"pluginType": "core",
|
601
|
+
"state": "beta",
|
602
|
+
"strict": true,
|
603
|
+
"summary": "Get details about a scratch org snapshot.",
|
604
|
+
"enableJsonFlag": true,
|
605
|
+
"isESM": true,
|
606
|
+
"relativePath": [
|
607
|
+
"lib",
|
608
|
+
"commands",
|
609
|
+
"org",
|
610
|
+
"get",
|
611
|
+
"snapshot.js"
|
612
|
+
],
|
613
|
+
"aliasPermutations": [
|
614
|
+
"force:org:snapshot:get",
|
615
|
+
"org:force:snapshot:get",
|
616
|
+
"org:snapshot:force:get",
|
617
|
+
"org:snapshot:get:force",
|
618
|
+
"force:snapshot:org:get",
|
619
|
+
"snapshot:force:org:get",
|
620
|
+
"snapshot:org:force:get",
|
621
|
+
"snapshot:org:get:force",
|
622
|
+
"force:snapshot:get:org",
|
623
|
+
"snapshot:force:get:org",
|
624
|
+
"snapshot:get:force:org",
|
625
|
+
"snapshot:get:org:force",
|
626
|
+
"force:org:get:snapshot",
|
627
|
+
"org:force:get:snapshot",
|
628
|
+
"org:get:force:snapshot",
|
629
|
+
"org:get:snapshot:force",
|
630
|
+
"force:get:org:snapshot",
|
631
|
+
"get:force:org:snapshot",
|
632
|
+
"get:org:force:snapshot",
|
633
|
+
"get:org:snapshot:force",
|
634
|
+
"force:get:snapshot:org",
|
635
|
+
"get:force:snapshot:org",
|
636
|
+
"get:snapshot:force:org",
|
637
|
+
"get:snapshot:org:force"
|
638
|
+
],
|
639
|
+
"permutations": [
|
640
|
+
"org:get:snapshot",
|
641
|
+
"get:org:snapshot",
|
642
|
+
"get:snapshot:org",
|
643
|
+
"org:snapshot:get",
|
644
|
+
"snapshot:org:get",
|
645
|
+
"snapshot:get:org"
|
646
|
+
]
|
647
|
+
},
|
648
648
|
"org:list:shape": {
|
649
649
|
"aliases": [
|
650
650
|
"force:org:shape:list"
|
@@ -859,5 +859,5 @@
|
|
859
859
|
]
|
860
860
|
}
|
861
861
|
},
|
862
|
-
"version": "2.2.
|
862
|
+
"version": "2.2.4"
|
863
863
|
}
|
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "@salesforce/plugin-signups",
|
3
3
|
"description": "Commands to interact with org shapes",
|
4
|
-
"version": "2.2.
|
4
|
+
"version": "2.2.4",
|
5
5
|
"author": "Salesforce",
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
7
7
|
"dependencies": {
|
@@ -10,7 +10,7 @@
|
|
10
10
|
"@salesforce/kit": "^3.1.0",
|
11
11
|
"@salesforce/sf-plugins-core": "^9.0.0",
|
12
12
|
"chalk": "^5.3.0",
|
13
|
-
"change-case": "^5.4.
|
13
|
+
"change-case": "^5.4.4"
|
14
14
|
},
|
15
15
|
"devDependencies": {
|
16
16
|
"@oclif/plugin-command-snapshot": "^5.1.2",
|
@@ -256,7 +256,7 @@
|
|
256
256
|
"exports": "./lib/index.js",
|
257
257
|
"type": "module",
|
258
258
|
"sfdx": {
|
259
|
-
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/2.2.
|
260
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/2.2.
|
259
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/2.2.4.crt",
|
260
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/2.2.4.sig"
|
261
261
|
}
|
262
262
|
}
|