@salesforce/plugin-signups 2.0.26 → 2.0.27
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 +119 -119
- package/package.json +4 -4
package/README.md
CHANGED
@@ -122,7 +122,7 @@ EXAMPLES
|
|
122
122
|
$ sf org create shape --target-org SourceOrg
|
123
123
|
```
|
124
124
|
|
125
|
-
_See code: [src/commands/org/create/shape.ts](https://github.com/salesforcecli/plugin-signups/blob/2.0.
|
125
|
+
_See code: [src/commands/org/create/shape.ts](https://github.com/salesforcecli/plugin-signups/blob/2.0.27/src/commands/org/create/shape.ts)_
|
126
126
|
|
127
127
|
## `sf org create snapshot`
|
128
128
|
|
@@ -176,7 +176,7 @@ FLAG DESCRIPTIONS
|
|
176
176
|
as a version control system tag or commit ID.
|
177
177
|
```
|
178
178
|
|
179
|
-
_See code: [src/commands/org/create/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.0.
|
179
|
+
_See code: [src/commands/org/create/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.0.27/src/commands/org/create/snapshot.ts)_
|
180
180
|
|
181
181
|
## `sf org delete shape`
|
182
182
|
|
@@ -215,7 +215,7 @@ EXAMPLES
|
|
215
215
|
$ sf org delete shape --target-org SourceOrg --no-prompt
|
216
216
|
```
|
217
217
|
|
218
|
-
_See code: [src/commands/org/delete/shape.ts](https://github.com/salesforcecli/plugin-signups/blob/2.0.
|
218
|
+
_See code: [src/commands/org/delete/shape.ts](https://github.com/salesforcecli/plugin-signups/blob/2.0.27/src/commands/org/delete/shape.ts)_
|
219
219
|
|
220
220
|
## `sf org delete snapshot`
|
221
221
|
|
@@ -258,7 +258,7 @@ FLAG DESCRIPTIONS
|
|
258
258
|
The IDs of scratch org snapshots start with 0Oo.
|
259
259
|
```
|
260
260
|
|
261
|
-
_See code: [src/commands/org/delete/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.0.
|
261
|
+
_See code: [src/commands/org/delete/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.0.27/src/commands/org/delete/snapshot.ts)_
|
262
262
|
|
263
263
|
## `sf org get snapshot`
|
264
264
|
|
@@ -304,7 +304,7 @@ FLAG DESCRIPTIONS
|
|
304
304
|
The IDs of scratch org snapshots start with 0Oo.
|
305
305
|
```
|
306
306
|
|
307
|
-
_See code: [src/commands/org/get/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.0.
|
307
|
+
_See code: [src/commands/org/get/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.0.27/src/commands/org/get/snapshot.ts)_
|
308
308
|
|
309
309
|
## `sf org list shape`
|
310
310
|
|
@@ -336,7 +336,7 @@ EXAMPLES
|
|
336
336
|
$ sf org list shape --json > tmp/MyOrgShapeList.json
|
337
337
|
```
|
338
338
|
|
339
|
-
_See code: [src/commands/org/list/shape.ts](https://github.com/salesforcecli/plugin-signups/blob/2.0.
|
339
|
+
_See code: [src/commands/org/list/shape.ts](https://github.com/salesforcecli/plugin-signups/blob/2.0.27/src/commands/org/list/shape.ts)_
|
340
340
|
|
341
341
|
## `sf org list snapshot`
|
342
342
|
|
@@ -377,6 +377,6 @@ EXAMPLES
|
|
377
377
|
$ sf org list snapshot --target-dev-hub SnapshotDevHub
|
378
378
|
```
|
379
379
|
|
380
|
-
_See code: [src/commands/org/list/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.0.
|
380
|
+
_See code: [src/commands/org/list/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.0.27/src/commands/org/list/snapshot.ts)_
|
381
381
|
|
382
382
|
<!-- commandsstop -->
|
package/npm-shrinkwrap.json
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
{
|
2
2
|
"name": "@salesforce/plugin-signups",
|
3
|
-
"version": "2.0.
|
3
|
+
"version": "2.0.27",
|
4
4
|
"lockfileVersion": 3,
|
5
5
|
"requires": true,
|
6
6
|
"packages": {
|
7
7
|
"": {
|
8
8
|
"name": "@salesforce/plugin-signups",
|
9
|
-
"version": "2.0.
|
9
|
+
"version": "2.0.27",
|
10
10
|
"license": "BSD-3-Clause",
|
11
11
|
"dependencies": {
|
12
|
-
"@oclif/core": "^3.
|
12
|
+
"@oclif/core": "^3.20.0",
|
13
13
|
"@salesforce/core": "^6.7.0",
|
14
14
|
"@salesforce/kit": "^3.0.15",
|
15
15
|
"@salesforce/sf-plugins-core": "^7.1.9",
|
@@ -3565,9 +3565,9 @@
|
|
3565
3565
|
}
|
3566
3566
|
},
|
3567
3567
|
"node_modules/@oclif/core": {
|
3568
|
-
"version": "3.
|
3569
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.
|
3570
|
-
"integrity": "sha512-
|
3568
|
+
"version": "3.20.0",
|
3569
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.20.0.tgz",
|
3570
|
+
"integrity": "sha512-8BajhglY8frYGAS1whAukeouFZUN9MgQoLfNXtScPVEAjPlaD2BbSIAYQH2yF2qb/iVvbj/1DwYS3gqicYOq1A==",
|
3571
3571
|
"license": "MIT",
|
3572
3572
|
"dependencies": {
|
3573
3573
|
"@types/cli-progress": "^3.11.5",
|
package/oclif.lock
CHANGED
@@ -1704,10 +1704,10 @@
|
|
1704
1704
|
node-gyp "^8.2.0"
|
1705
1705
|
read-package-json-fast "^2.0.1"
|
1706
1706
|
|
1707
|
-
"@oclif/core@^3.15.1", "@oclif/core@^3.16.0", "@oclif/core@^3.18.1", "@oclif/core@^3.19.1", "@oclif/core@^3.19.2":
|
1708
|
-
version "3.
|
1709
|
-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.
|
1710
|
-
integrity sha512-
|
1707
|
+
"@oclif/core@^3.15.1", "@oclif/core@^3.16.0", "@oclif/core@^3.18.1", "@oclif/core@^3.19.1", "@oclif/core@^3.19.2", "@oclif/core@^3.20.0":
|
1708
|
+
version "3.20.0"
|
1709
|
+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.20.0.tgz#534458dc6e8c46d8f03906aaadaca079e16a6554"
|
1710
|
+
integrity sha512-8BajhglY8frYGAS1whAukeouFZUN9MgQoLfNXtScPVEAjPlaD2BbSIAYQH2yF2qb/iVvbj/1DwYS3gqicYOq1A==
|
1711
1711
|
dependencies:
|
1712
1712
|
"@types/cli-progress" "^3.11.5"
|
1713
1713
|
ansi-escapes "^4.3.2"
|
package/oclif.manifest.json
CHANGED
@@ -250,124 +250,6 @@
|
|
250
250
|
"snapshot:create:org"
|
251
251
|
]
|
252
252
|
},
|
253
|
-
"org:get:snapshot": {
|
254
|
-
"aliases": [
|
255
|
-
"force:org:snapshot:get"
|
256
|
-
],
|
257
|
-
"args": {},
|
258
|
-
"deprecateAliases": true,
|
259
|
-
"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\".",
|
260
|
-
"examples": [
|
261
|
-
"Get snapshot details using its ID and the default Dev Hub org:\n<%= config.bin %> <%= command.id %> --snapshot 0Oo...",
|
262
|
-
"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"
|
263
|
-
],
|
264
|
-
"flags": {
|
265
|
-
"json": {
|
266
|
-
"description": "Format output as json.",
|
267
|
-
"helpGroup": "GLOBAL",
|
268
|
-
"name": "json",
|
269
|
-
"allowNo": false,
|
270
|
-
"type": "boolean"
|
271
|
-
},
|
272
|
-
"target-dev-hub": {
|
273
|
-
"aliases": [
|
274
|
-
"targetdevhubusername"
|
275
|
-
],
|
276
|
-
"char": "v",
|
277
|
-
"deprecateAliases": true,
|
278
|
-
"name": "target-dev-hub",
|
279
|
-
"noCacheDefault": true,
|
280
|
-
"required": true,
|
281
|
-
"summary": "Username or alias of the Dev Hub org. Not required if the `target-dev-hub` configuration variable is already set.",
|
282
|
-
"hasDynamicHelp": true,
|
283
|
-
"multiple": false,
|
284
|
-
"type": "option"
|
285
|
-
},
|
286
|
-
"api-version": {
|
287
|
-
"aliases": [
|
288
|
-
"apiversion"
|
289
|
-
],
|
290
|
-
"deprecateAliases": true,
|
291
|
-
"description": "Override the api version used for api requests made by this command",
|
292
|
-
"name": "api-version",
|
293
|
-
"hasDynamicHelp": false,
|
294
|
-
"multiple": false,
|
295
|
-
"type": "option"
|
296
|
-
},
|
297
|
-
"loglevel": {
|
298
|
-
"deprecated": {
|
299
|
-
"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."
|
300
|
-
},
|
301
|
-
"hidden": true,
|
302
|
-
"name": "loglevel",
|
303
|
-
"hasDynamicHelp": false,
|
304
|
-
"multiple": false,
|
305
|
-
"type": "option"
|
306
|
-
},
|
307
|
-
"snapshot": {
|
308
|
-
"char": "s",
|
309
|
-
"description": "The IDs of scratch org snapshots start with 0Oo.",
|
310
|
-
"name": "snapshot",
|
311
|
-
"required": true,
|
312
|
-
"summary": "Name or ID of snapshot to retrieve.",
|
313
|
-
"hasDynamicHelp": false,
|
314
|
-
"multiple": false,
|
315
|
-
"type": "option"
|
316
|
-
}
|
317
|
-
},
|
318
|
-
"hasDynamicHelp": true,
|
319
|
-
"hiddenAliases": [],
|
320
|
-
"id": "org:get:snapshot",
|
321
|
-
"pluginAlias": "@salesforce/plugin-signups",
|
322
|
-
"pluginName": "@salesforce/plugin-signups",
|
323
|
-
"pluginType": "core",
|
324
|
-
"state": "beta",
|
325
|
-
"strict": true,
|
326
|
-
"summary": "Get details about a scratch org snapshot.",
|
327
|
-
"enableJsonFlag": true,
|
328
|
-
"isESM": true,
|
329
|
-
"relativePath": [
|
330
|
-
"lib",
|
331
|
-
"commands",
|
332
|
-
"org",
|
333
|
-
"get",
|
334
|
-
"snapshot.js"
|
335
|
-
],
|
336
|
-
"aliasPermutations": [
|
337
|
-
"force:org:snapshot:get",
|
338
|
-
"org:force:snapshot:get",
|
339
|
-
"org:snapshot:force:get",
|
340
|
-
"org:snapshot:get:force",
|
341
|
-
"force:snapshot:org:get",
|
342
|
-
"snapshot:force:org:get",
|
343
|
-
"snapshot:org:force:get",
|
344
|
-
"snapshot:org:get:force",
|
345
|
-
"force:snapshot:get:org",
|
346
|
-
"snapshot:force:get:org",
|
347
|
-
"snapshot:get:force:org",
|
348
|
-
"snapshot:get:org:force",
|
349
|
-
"force:org:get:snapshot",
|
350
|
-
"org:force:get:snapshot",
|
351
|
-
"org:get:force:snapshot",
|
352
|
-
"org:get:snapshot:force",
|
353
|
-
"force:get:org:snapshot",
|
354
|
-
"get:force:org:snapshot",
|
355
|
-
"get:org:force:snapshot",
|
356
|
-
"get:org:snapshot:force",
|
357
|
-
"force:get:snapshot:org",
|
358
|
-
"get:force:snapshot:org",
|
359
|
-
"get:snapshot:force:org",
|
360
|
-
"get:snapshot:org:force"
|
361
|
-
],
|
362
|
-
"permutations": [
|
363
|
-
"org:get:snapshot",
|
364
|
-
"get:org:snapshot",
|
365
|
-
"get:snapshot:org",
|
366
|
-
"org:snapshot:get",
|
367
|
-
"snapshot:org:get",
|
368
|
-
"snapshot:get:org"
|
369
|
-
]
|
370
|
-
},
|
371
253
|
"org:delete:shape": {
|
372
254
|
"aliases": [
|
373
255
|
"force:org:shape:delete"
|
@@ -605,6 +487,124 @@
|
|
605
487
|
"snapshot:delete:org"
|
606
488
|
]
|
607
489
|
},
|
490
|
+
"org:get:snapshot": {
|
491
|
+
"aliases": [
|
492
|
+
"force:org:snapshot:get"
|
493
|
+
],
|
494
|
+
"args": {},
|
495
|
+
"deprecateAliases": true,
|
496
|
+
"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\".",
|
497
|
+
"examples": [
|
498
|
+
"Get snapshot details using its ID and the default Dev Hub org:\n<%= config.bin %> <%= command.id %> --snapshot 0Oo...",
|
499
|
+
"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"
|
500
|
+
],
|
501
|
+
"flags": {
|
502
|
+
"json": {
|
503
|
+
"description": "Format output as json.",
|
504
|
+
"helpGroup": "GLOBAL",
|
505
|
+
"name": "json",
|
506
|
+
"allowNo": false,
|
507
|
+
"type": "boolean"
|
508
|
+
},
|
509
|
+
"target-dev-hub": {
|
510
|
+
"aliases": [
|
511
|
+
"targetdevhubusername"
|
512
|
+
],
|
513
|
+
"char": "v",
|
514
|
+
"deprecateAliases": true,
|
515
|
+
"name": "target-dev-hub",
|
516
|
+
"noCacheDefault": true,
|
517
|
+
"required": true,
|
518
|
+
"summary": "Username or alias of the Dev Hub org. Not required if the `target-dev-hub` configuration variable is already set.",
|
519
|
+
"hasDynamicHelp": true,
|
520
|
+
"multiple": false,
|
521
|
+
"type": "option"
|
522
|
+
},
|
523
|
+
"api-version": {
|
524
|
+
"aliases": [
|
525
|
+
"apiversion"
|
526
|
+
],
|
527
|
+
"deprecateAliases": true,
|
528
|
+
"description": "Override the api version used for api requests made by this command",
|
529
|
+
"name": "api-version",
|
530
|
+
"hasDynamicHelp": false,
|
531
|
+
"multiple": false,
|
532
|
+
"type": "option"
|
533
|
+
},
|
534
|
+
"loglevel": {
|
535
|
+
"deprecated": {
|
536
|
+
"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."
|
537
|
+
},
|
538
|
+
"hidden": true,
|
539
|
+
"name": "loglevel",
|
540
|
+
"hasDynamicHelp": false,
|
541
|
+
"multiple": false,
|
542
|
+
"type": "option"
|
543
|
+
},
|
544
|
+
"snapshot": {
|
545
|
+
"char": "s",
|
546
|
+
"description": "The IDs of scratch org snapshots start with 0Oo.",
|
547
|
+
"name": "snapshot",
|
548
|
+
"required": true,
|
549
|
+
"summary": "Name or ID of snapshot to retrieve.",
|
550
|
+
"hasDynamicHelp": false,
|
551
|
+
"multiple": false,
|
552
|
+
"type": "option"
|
553
|
+
}
|
554
|
+
},
|
555
|
+
"hasDynamicHelp": true,
|
556
|
+
"hiddenAliases": [],
|
557
|
+
"id": "org:get:snapshot",
|
558
|
+
"pluginAlias": "@salesforce/plugin-signups",
|
559
|
+
"pluginName": "@salesforce/plugin-signups",
|
560
|
+
"pluginType": "core",
|
561
|
+
"state": "beta",
|
562
|
+
"strict": true,
|
563
|
+
"summary": "Get details about a scratch org snapshot.",
|
564
|
+
"enableJsonFlag": true,
|
565
|
+
"isESM": true,
|
566
|
+
"relativePath": [
|
567
|
+
"lib",
|
568
|
+
"commands",
|
569
|
+
"org",
|
570
|
+
"get",
|
571
|
+
"snapshot.js"
|
572
|
+
],
|
573
|
+
"aliasPermutations": [
|
574
|
+
"force:org:snapshot:get",
|
575
|
+
"org:force:snapshot:get",
|
576
|
+
"org:snapshot:force:get",
|
577
|
+
"org:snapshot:get:force",
|
578
|
+
"force:snapshot:org:get",
|
579
|
+
"snapshot:force:org:get",
|
580
|
+
"snapshot:org:force:get",
|
581
|
+
"snapshot:org:get:force",
|
582
|
+
"force:snapshot:get:org",
|
583
|
+
"snapshot:force:get:org",
|
584
|
+
"snapshot:get:force:org",
|
585
|
+
"snapshot:get:org:force",
|
586
|
+
"force:org:get:snapshot",
|
587
|
+
"org:force:get:snapshot",
|
588
|
+
"org:get:force:snapshot",
|
589
|
+
"org:get:snapshot:force",
|
590
|
+
"force:get:org:snapshot",
|
591
|
+
"get:force:org:snapshot",
|
592
|
+
"get:org:force:snapshot",
|
593
|
+
"get:org:snapshot:force",
|
594
|
+
"force:get:snapshot:org",
|
595
|
+
"get:force:snapshot:org",
|
596
|
+
"get:snapshot:force:org",
|
597
|
+
"get:snapshot:org:force"
|
598
|
+
],
|
599
|
+
"permutations": [
|
600
|
+
"org:get:snapshot",
|
601
|
+
"get:org:snapshot",
|
602
|
+
"get:snapshot:org",
|
603
|
+
"org:snapshot:get",
|
604
|
+
"snapshot:org:get",
|
605
|
+
"snapshot:get:org"
|
606
|
+
]
|
607
|
+
},
|
608
608
|
"org:list:shape": {
|
609
609
|
"aliases": [
|
610
610
|
"force:org:shape:list"
|
@@ -803,5 +803,5 @@
|
|
803
803
|
]
|
804
804
|
}
|
805
805
|
},
|
806
|
-
"version": "2.0.
|
806
|
+
"version": "2.0.27"
|
807
807
|
}
|
package/package.json
CHANGED
@@ -1,11 +1,11 @@
|
|
1
1
|
{
|
2
2
|
"name": "@salesforce/plugin-signups",
|
3
3
|
"description": "Commands to interact with org shapes",
|
4
|
-
"version": "2.0.
|
4
|
+
"version": "2.0.27",
|
5
5
|
"author": "Salesforce",
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
7
7
|
"dependencies": {
|
8
|
-
"@oclif/core": "^3.
|
8
|
+
"@oclif/core": "^3.20.0",
|
9
9
|
"@salesforce/core": "^6.7.0",
|
10
10
|
"@salesforce/kit": "^3.0.15",
|
11
11
|
"@salesforce/sf-plugins-core": "^7.1.9",
|
@@ -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.0.
|
260
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/2.0.
|
259
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/2.0.27.crt",
|
260
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/2.0.27.sig"
|
261
261
|
}
|
262
262
|
}
|