@salesforce/plugin-signups 2.6.79 → 2.6.80
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 +10 -10
- package/oclif.lock +8 -8
- package/oclif.manifest.json +126 -126
- package/package.json +5 -5
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.80/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.80/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.80/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.80/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.80/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.80/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.80/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.80",
|
|
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.80",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@oclif/core": "^4",
|
|
13
|
-
"@salesforce/core": "^8.32.
|
|
13
|
+
"@salesforce/core": "^8.32.6",
|
|
14
14
|
"@salesforce/kit": "^3.2.6",
|
|
15
15
|
"@salesforce/sf-plugins-core": "^12.2.26",
|
|
16
16
|
"change-case": "^5.4.4"
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"chai-string": "^1.6.0",
|
|
28
28
|
"eslint-plugin-sf-plugin": "^1.20.33",
|
|
29
29
|
"jsforce": "^2.0.0-beta.28",
|
|
30
|
-
"oclif": "^4.23.
|
|
30
|
+
"oclif": "^4.23.29",
|
|
31
31
|
"ts-node": "^10.9.2",
|
|
32
32
|
"typescript": "^5.5.4"
|
|
33
33
|
},
|
|
@@ -3259,9 +3259,9 @@
|
|
|
3259
3259
|
}
|
|
3260
3260
|
},
|
|
3261
3261
|
"node_modules/@salesforce/core": {
|
|
3262
|
-
"version": "8.32.
|
|
3263
|
-
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.32.
|
|
3264
|
-
"integrity": "sha512-
|
|
3262
|
+
"version": "8.32.6",
|
|
3263
|
+
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.32.6.tgz",
|
|
3264
|
+
"integrity": "sha512-ZR973WoqCgi6cR58WhgokbHVZOaADNKHiuM1FAwS5pTLQnC91xYi04i2e/gpAX2AUf7Ya6zjbusYtZNpSyKKAQ==",
|
|
3265
3265
|
"license": "BSD-3-Clause",
|
|
3266
3266
|
"dependencies": {
|
|
3267
3267
|
"@jsforce/jsforce-node": "^3.10.17",
|
|
@@ -10610,9 +10610,9 @@
|
|
|
10610
10610
|
}
|
|
10611
10611
|
},
|
|
10612
10612
|
"node_modules/oclif": {
|
|
10613
|
-
"version": "4.23.
|
|
10614
|
-
"resolved": "https://registry.npmjs.org/oclif/-/oclif-4.23.
|
|
10615
|
-
"integrity": "sha512-
|
|
10613
|
+
"version": "4.23.29",
|
|
10614
|
+
"resolved": "https://registry.npmjs.org/oclif/-/oclif-4.23.29.tgz",
|
|
10615
|
+
"integrity": "sha512-pUekmMh+wwIbFq3xX1EfkgZ7RuYuuSbdhJiB+20zqSfGE8Tt9T+K9br1/vmsaIOxfDo0Dw3jxLBk4JZOMFEMeQ==",
|
|
10616
10616
|
"dev": true,
|
|
10617
10617
|
"license": "MIT",
|
|
10618
10618
|
"dependencies": {
|
package/oclif.lock
CHANGED
|
@@ -1183,10 +1183,10 @@
|
|
|
1183
1183
|
strip-ansi "6.0.1"
|
|
1184
1184
|
ts-retry-promise "^0.8.1"
|
|
1185
1185
|
|
|
1186
|
-
"@salesforce/core@^8.23.1", "@salesforce/core@^8.31.2", "@salesforce/core@^8.31.4", "@salesforce/core@^8.31.5", "@salesforce/core@^8.32.
|
|
1187
|
-
version "8.32.
|
|
1188
|
-
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.32.
|
|
1189
|
-
integrity sha512-
|
|
1186
|
+
"@salesforce/core@^8.23.1", "@salesforce/core@^8.31.2", "@salesforce/core@^8.31.4", "@salesforce/core@^8.31.5", "@salesforce/core@^8.32.6":
|
|
1187
|
+
version "8.32.6"
|
|
1188
|
+
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.32.6.tgz#2824dc917888dc040995dfef3a9e83d41fafbdea"
|
|
1189
|
+
integrity sha512-ZR973WoqCgi6cR58WhgokbHVZOaADNKHiuM1FAwS5pTLQnC91xYi04i2e/gpAX2AUf7Ya6zjbusYtZNpSyKKAQ==
|
|
1190
1190
|
dependencies:
|
|
1191
1191
|
"@jsforce/jsforce-node" "^3.10.17"
|
|
1192
1192
|
"@salesforce/kit" "^3.2.4"
|
|
@@ -5331,10 +5331,10 @@ object.values@^1.1.7:
|
|
|
5331
5331
|
define-properties "^1.2.0"
|
|
5332
5332
|
es-abstract "^1.22.1"
|
|
5333
5333
|
|
|
5334
|
-
oclif@^4.23.
|
|
5335
|
-
version "4.23.
|
|
5336
|
-
resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.23.
|
|
5337
|
-
integrity sha512-
|
|
5334
|
+
oclif@^4.23.29:
|
|
5335
|
+
version "4.23.29"
|
|
5336
|
+
resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.23.29.tgz#3b62399a0ce68370c9a6bebc6fb9eea776729f62"
|
|
5337
|
+
integrity sha512-pUekmMh+wwIbFq3xX1EfkgZ7RuYuuSbdhJiB+20zqSfGE8Tt9T+K9br1/vmsaIOxfDo0Dw3jxLBk4JZOMFEMeQ==
|
|
5338
5338
|
dependencies:
|
|
5339
5339
|
"@aws-sdk/client-cloudfront" "^3.1079.0"
|
|
5340
5340
|
"@aws-sdk/client-s3" "^3.1079.0"
|
package/oclif.manifest.json
CHANGED
|
@@ -265,131 +265,6 @@
|
|
|
265
265
|
"snapshot:create:org"
|
|
266
266
|
]
|
|
267
267
|
},
|
|
268
|
-
"org:get:snapshot": {
|
|
269
|
-
"aliases": [
|
|
270
|
-
"force:org:snapshot:get"
|
|
271
|
-
],
|
|
272
|
-
"args": {},
|
|
273
|
-
"deprecateAliases": true,
|
|
274
|
-
"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\".",
|
|
275
|
-
"examples": [
|
|
276
|
-
"Get snapshot details using its ID and the default Dev Hub org:\n<%= config.bin %> <%= command.id %> --snapshot 0Oo...",
|
|
277
|
-
"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"
|
|
278
|
-
],
|
|
279
|
-
"flags": {
|
|
280
|
-
"json": {
|
|
281
|
-
"description": "Format output as json.",
|
|
282
|
-
"helpGroup": "GLOBAL",
|
|
283
|
-
"name": "json",
|
|
284
|
-
"allowNo": false,
|
|
285
|
-
"type": "boolean"
|
|
286
|
-
},
|
|
287
|
-
"flags-dir": {
|
|
288
|
-
"helpGroup": "GLOBAL",
|
|
289
|
-
"name": "flags-dir",
|
|
290
|
-
"summary": "Import flag values from a directory.",
|
|
291
|
-
"hasDynamicHelp": false,
|
|
292
|
-
"multiple": false,
|
|
293
|
-
"type": "option"
|
|
294
|
-
},
|
|
295
|
-
"target-dev-hub": {
|
|
296
|
-
"aliases": [
|
|
297
|
-
"targetdevhubusername"
|
|
298
|
-
],
|
|
299
|
-
"char": "v",
|
|
300
|
-
"deprecateAliases": true,
|
|
301
|
-
"name": "target-dev-hub",
|
|
302
|
-
"noCacheDefault": true,
|
|
303
|
-
"required": true,
|
|
304
|
-
"summary": "Username or alias of the Dev Hub org. Not required if the `target-dev-hub` configuration variable is already set.",
|
|
305
|
-
"hasDynamicHelp": true,
|
|
306
|
-
"multiple": false,
|
|
307
|
-
"type": "option"
|
|
308
|
-
},
|
|
309
|
-
"api-version": {
|
|
310
|
-
"aliases": [
|
|
311
|
-
"apiversion"
|
|
312
|
-
],
|
|
313
|
-
"deprecateAliases": true,
|
|
314
|
-
"description": "Override the api version used for api requests made by this command",
|
|
315
|
-
"name": "api-version",
|
|
316
|
-
"hasDynamicHelp": false,
|
|
317
|
-
"multiple": false,
|
|
318
|
-
"type": "option"
|
|
319
|
-
},
|
|
320
|
-
"loglevel": {
|
|
321
|
-
"deprecated": {
|
|
322
|
-
"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 `SF_LOG_LEVEL` environment variable."
|
|
323
|
-
},
|
|
324
|
-
"hidden": true,
|
|
325
|
-
"name": "loglevel",
|
|
326
|
-
"hasDynamicHelp": false,
|
|
327
|
-
"multiple": false,
|
|
328
|
-
"type": "option"
|
|
329
|
-
},
|
|
330
|
-
"snapshot": {
|
|
331
|
-
"char": "s",
|
|
332
|
-
"description": "The IDs of scratch org snapshots start with 0Oo.",
|
|
333
|
-
"name": "snapshot",
|
|
334
|
-
"required": true,
|
|
335
|
-
"summary": "Name or ID of snapshot to retrieve.",
|
|
336
|
-
"hasDynamicHelp": false,
|
|
337
|
-
"multiple": false,
|
|
338
|
-
"type": "option"
|
|
339
|
-
}
|
|
340
|
-
},
|
|
341
|
-
"hasDynamicHelp": true,
|
|
342
|
-
"hiddenAliases": [],
|
|
343
|
-
"id": "org:get:snapshot",
|
|
344
|
-
"pluginAlias": "@salesforce/plugin-signups",
|
|
345
|
-
"pluginName": "@salesforce/plugin-signups",
|
|
346
|
-
"pluginType": "core",
|
|
347
|
-
"strict": true,
|
|
348
|
-
"summary": "Get details about a scratch org snapshot.",
|
|
349
|
-
"enableJsonFlag": true,
|
|
350
|
-
"isESM": true,
|
|
351
|
-
"relativePath": [
|
|
352
|
-
"lib",
|
|
353
|
-
"commands",
|
|
354
|
-
"org",
|
|
355
|
-
"get",
|
|
356
|
-
"snapshot.js"
|
|
357
|
-
],
|
|
358
|
-
"aliasPermutations": [
|
|
359
|
-
"force:org:snapshot:get",
|
|
360
|
-
"org:force:snapshot:get",
|
|
361
|
-
"org:snapshot:force:get",
|
|
362
|
-
"org:snapshot:get:force",
|
|
363
|
-
"force:snapshot:org:get",
|
|
364
|
-
"snapshot:force:org:get",
|
|
365
|
-
"snapshot:org:force:get",
|
|
366
|
-
"snapshot:org:get:force",
|
|
367
|
-
"force:snapshot:get:org",
|
|
368
|
-
"snapshot:force:get:org",
|
|
369
|
-
"snapshot:get:force:org",
|
|
370
|
-
"snapshot:get:org:force",
|
|
371
|
-
"force:org:get:snapshot",
|
|
372
|
-
"org:force:get:snapshot",
|
|
373
|
-
"org:get:force:snapshot",
|
|
374
|
-
"org:get:snapshot:force",
|
|
375
|
-
"force:get:org:snapshot",
|
|
376
|
-
"get:force:org:snapshot",
|
|
377
|
-
"get:org:force:snapshot",
|
|
378
|
-
"get:org:snapshot:force",
|
|
379
|
-
"force:get:snapshot:org",
|
|
380
|
-
"get:force:snapshot:org",
|
|
381
|
-
"get:snapshot:force:org",
|
|
382
|
-
"get:snapshot:org:force"
|
|
383
|
-
],
|
|
384
|
-
"permutations": [
|
|
385
|
-
"org:get:snapshot",
|
|
386
|
-
"get:org:snapshot",
|
|
387
|
-
"get:snapshot:org",
|
|
388
|
-
"org:snapshot:get",
|
|
389
|
-
"snapshot:org:get",
|
|
390
|
-
"snapshot:get:org"
|
|
391
|
-
]
|
|
392
|
-
},
|
|
393
268
|
"org:delete:shape": {
|
|
394
269
|
"aliases": [
|
|
395
270
|
"force:org:shape:delete"
|
|
@@ -860,7 +735,132 @@
|
|
|
860
735
|
"snapshot:org:list",
|
|
861
736
|
"snapshot:list:org"
|
|
862
737
|
]
|
|
738
|
+
},
|
|
739
|
+
"org:get:snapshot": {
|
|
740
|
+
"aliases": [
|
|
741
|
+
"force:org:snapshot:get"
|
|
742
|
+
],
|
|
743
|
+
"args": {},
|
|
744
|
+
"deprecateAliases": true,
|
|
745
|
+
"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\".",
|
|
746
|
+
"examples": [
|
|
747
|
+
"Get snapshot details using its ID and the default Dev Hub org:\n<%= config.bin %> <%= command.id %> --snapshot 0Oo...",
|
|
748
|
+
"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"
|
|
749
|
+
],
|
|
750
|
+
"flags": {
|
|
751
|
+
"json": {
|
|
752
|
+
"description": "Format output as json.",
|
|
753
|
+
"helpGroup": "GLOBAL",
|
|
754
|
+
"name": "json",
|
|
755
|
+
"allowNo": false,
|
|
756
|
+
"type": "boolean"
|
|
757
|
+
},
|
|
758
|
+
"flags-dir": {
|
|
759
|
+
"helpGroup": "GLOBAL",
|
|
760
|
+
"name": "flags-dir",
|
|
761
|
+
"summary": "Import flag values from a directory.",
|
|
762
|
+
"hasDynamicHelp": false,
|
|
763
|
+
"multiple": false,
|
|
764
|
+
"type": "option"
|
|
765
|
+
},
|
|
766
|
+
"target-dev-hub": {
|
|
767
|
+
"aliases": [
|
|
768
|
+
"targetdevhubusername"
|
|
769
|
+
],
|
|
770
|
+
"char": "v",
|
|
771
|
+
"deprecateAliases": true,
|
|
772
|
+
"name": "target-dev-hub",
|
|
773
|
+
"noCacheDefault": true,
|
|
774
|
+
"required": true,
|
|
775
|
+
"summary": "Username or alias of the Dev Hub org. Not required if the `target-dev-hub` configuration variable is already set.",
|
|
776
|
+
"hasDynamicHelp": true,
|
|
777
|
+
"multiple": false,
|
|
778
|
+
"type": "option"
|
|
779
|
+
},
|
|
780
|
+
"api-version": {
|
|
781
|
+
"aliases": [
|
|
782
|
+
"apiversion"
|
|
783
|
+
],
|
|
784
|
+
"deprecateAliases": true,
|
|
785
|
+
"description": "Override the api version used for api requests made by this command",
|
|
786
|
+
"name": "api-version",
|
|
787
|
+
"hasDynamicHelp": false,
|
|
788
|
+
"multiple": false,
|
|
789
|
+
"type": "option"
|
|
790
|
+
},
|
|
791
|
+
"loglevel": {
|
|
792
|
+
"deprecated": {
|
|
793
|
+
"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 `SF_LOG_LEVEL` environment variable."
|
|
794
|
+
},
|
|
795
|
+
"hidden": true,
|
|
796
|
+
"name": "loglevel",
|
|
797
|
+
"hasDynamicHelp": false,
|
|
798
|
+
"multiple": false,
|
|
799
|
+
"type": "option"
|
|
800
|
+
},
|
|
801
|
+
"snapshot": {
|
|
802
|
+
"char": "s",
|
|
803
|
+
"description": "The IDs of scratch org snapshots start with 0Oo.",
|
|
804
|
+
"name": "snapshot",
|
|
805
|
+
"required": true,
|
|
806
|
+
"summary": "Name or ID of snapshot to retrieve.",
|
|
807
|
+
"hasDynamicHelp": false,
|
|
808
|
+
"multiple": false,
|
|
809
|
+
"type": "option"
|
|
810
|
+
}
|
|
811
|
+
},
|
|
812
|
+
"hasDynamicHelp": true,
|
|
813
|
+
"hiddenAliases": [],
|
|
814
|
+
"id": "org:get:snapshot",
|
|
815
|
+
"pluginAlias": "@salesforce/plugin-signups",
|
|
816
|
+
"pluginName": "@salesforce/plugin-signups",
|
|
817
|
+
"pluginType": "core",
|
|
818
|
+
"strict": true,
|
|
819
|
+
"summary": "Get details about a scratch org snapshot.",
|
|
820
|
+
"enableJsonFlag": true,
|
|
821
|
+
"isESM": true,
|
|
822
|
+
"relativePath": [
|
|
823
|
+
"lib",
|
|
824
|
+
"commands",
|
|
825
|
+
"org",
|
|
826
|
+
"get",
|
|
827
|
+
"snapshot.js"
|
|
828
|
+
],
|
|
829
|
+
"aliasPermutations": [
|
|
830
|
+
"force:org:snapshot:get",
|
|
831
|
+
"org:force:snapshot:get",
|
|
832
|
+
"org:snapshot:force:get",
|
|
833
|
+
"org:snapshot:get:force",
|
|
834
|
+
"force:snapshot:org:get",
|
|
835
|
+
"snapshot:force:org:get",
|
|
836
|
+
"snapshot:org:force:get",
|
|
837
|
+
"snapshot:org:get:force",
|
|
838
|
+
"force:snapshot:get:org",
|
|
839
|
+
"snapshot:force:get:org",
|
|
840
|
+
"snapshot:get:force:org",
|
|
841
|
+
"snapshot:get:org:force",
|
|
842
|
+
"force:org:get:snapshot",
|
|
843
|
+
"org:force:get:snapshot",
|
|
844
|
+
"org:get:force:snapshot",
|
|
845
|
+
"org:get:snapshot:force",
|
|
846
|
+
"force:get:org:snapshot",
|
|
847
|
+
"get:force:org:snapshot",
|
|
848
|
+
"get:org:force:snapshot",
|
|
849
|
+
"get:org:snapshot:force",
|
|
850
|
+
"force:get:snapshot:org",
|
|
851
|
+
"get:force:snapshot:org",
|
|
852
|
+
"get:snapshot:force:org",
|
|
853
|
+
"get:snapshot:org:force"
|
|
854
|
+
],
|
|
855
|
+
"permutations": [
|
|
856
|
+
"org:get:snapshot",
|
|
857
|
+
"get:org:snapshot",
|
|
858
|
+
"get:snapshot:org",
|
|
859
|
+
"org:snapshot:get",
|
|
860
|
+
"snapshot:org:get",
|
|
861
|
+
"snapshot:get:org"
|
|
862
|
+
]
|
|
863
863
|
}
|
|
864
864
|
},
|
|
865
|
-
"version": "2.6.
|
|
865
|
+
"version": "2.6.80"
|
|
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.80",
|
|
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.32.
|
|
9
|
+
"@salesforce/core": "^8.32.6",
|
|
10
10
|
"@salesforce/kit": "^3.2.6",
|
|
11
11
|
"@salesforce/sf-plugins-core": "^12.2.26",
|
|
12
12
|
"change-case": "^5.4.4"
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"chai-string": "^1.6.0",
|
|
24
24
|
"eslint-plugin-sf-plugin": "^1.20.33",
|
|
25
25
|
"jsforce": "^2.0.0-beta.28",
|
|
26
|
-
"oclif": "^4.23.
|
|
26
|
+
"oclif": "^4.23.29",
|
|
27
27
|
"ts-node": "^10.9.2",
|
|
28
28
|
"typescript": "^5.5.4"
|
|
29
29
|
},
|
|
@@ -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.80.crt",
|
|
224
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/2.6.80.sig"
|
|
225
225
|
}
|
|
226
226
|
}
|