@salesforce/plugin-signups 2.6.45 → 2.6.47
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 +15 -15
- package/oclif.lock +11 -11
- package/oclif.manifest.json +1 -1
- 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.47/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.47/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.47/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.47/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.47/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.47/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.47/src/commands/org/list/snapshot.ts)_
|
390
390
|
|
391
391
|
<!-- commandsstop -->
|
package/npm-shrinkwrap.json
CHANGED
@@ -1,23 +1,23 @@
|
|
1
1
|
{
|
2
2
|
"name": "@salesforce/plugin-signups",
|
3
|
-
"version": "2.6.
|
3
|
+
"version": "2.6.47",
|
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.47",
|
10
10
|
"license": "Apache-2.0",
|
11
11
|
"dependencies": {
|
12
12
|
"@oclif/core": "^4",
|
13
13
|
"@salesforce/core": "^8.23.0",
|
14
|
-
"@salesforce/kit": "^3.2.
|
14
|
+
"@salesforce/kit": "^3.2.4",
|
15
15
|
"@salesforce/sf-plugins-core": "^12.2.4",
|
16
16
|
"change-case": "^5.4.4"
|
17
17
|
},
|
18
18
|
"devDependencies": {
|
19
19
|
"@oclif/plugin-command-snapshot": "^5.3.5",
|
20
|
-
"@salesforce/cli-plugins-testkit": "^5.3.
|
20
|
+
"@salesforce/cli-plugins-testkit": "^5.3.41",
|
21
21
|
"@salesforce/dev-scripts": "^11.0.4",
|
22
22
|
"@salesforce/plugin-command-reference": "^3.1.66",
|
23
23
|
"@salesforce/ts-types": "^2.0.11",
|
@@ -3566,9 +3566,9 @@
|
|
3566
3566
|
}
|
3567
3567
|
},
|
3568
3568
|
"node_modules/@oclif/core": {
|
3569
|
-
"version": "4.5.
|
3570
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.5.
|
3571
|
-
"integrity": "sha512-
|
3569
|
+
"version": "4.5.3",
|
3570
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.5.3.tgz",
|
3571
|
+
"integrity": "sha512-ISoFlfmsuxJvNKXhabCO4/KqNXDQdLHchZdTPfZbtqAsQbqTw5IKitLVZq9Sz1LWizN37HILp4u0350B8scBjg==",
|
3572
3572
|
"license": "MIT",
|
3573
3573
|
"dependencies": {
|
3574
3574
|
"ansi-escapes": "^4.3.2",
|
@@ -3928,11 +3928,11 @@
|
|
3928
3928
|
}
|
3929
3929
|
},
|
3930
3930
|
"node_modules/@salesforce/cli-plugins-testkit": {
|
3931
|
-
"version": "5.3.
|
3932
|
-
"resolved": "https://registry.npmjs.org/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.3.
|
3933
|
-
"integrity": "sha512-
|
3931
|
+
"version": "5.3.41",
|
3932
|
+
"resolved": "https://registry.npmjs.org/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.3.41.tgz",
|
3933
|
+
"integrity": "sha512-K6fZfvzJAb0WFJFlgyIHgLyWLXR7i2SKDZ069kvCmDN0QVfftp/OwYrtosIzxiXdpHOtcoAkt65M1UR1aw0XzA==",
|
3934
3934
|
"dev": true,
|
3935
|
-
"license": "
|
3935
|
+
"license": "Apache-2.0",
|
3936
3936
|
"dependencies": {
|
3937
3937
|
"@salesforce/core": "^8.8.0",
|
3938
3938
|
"@salesforce/kit": "^3.2.3",
|
@@ -4211,10 +4211,10 @@
|
|
4211
4211
|
"license": "MIT"
|
4212
4212
|
},
|
4213
4213
|
"node_modules/@salesforce/kit": {
|
4214
|
-
"version": "3.2.
|
4215
|
-
"resolved": "https://registry.npmjs.org/@salesforce/kit/-/kit-3.2.
|
4216
|
-
"integrity": "sha512-
|
4217
|
-
"license": "
|
4214
|
+
"version": "3.2.4",
|
4215
|
+
"resolved": "https://registry.npmjs.org/@salesforce/kit/-/kit-3.2.4.tgz",
|
4216
|
+
"integrity": "sha512-9buqZ2puIGWqjUFWYNroSeNih4d1s9kdQAzZfutr/Re/JMl6xBct0ATO5LVb1ty5UhdBruJrVaiTg03PqVKU+Q==",
|
4217
|
+
"license": "Apache-2.0",
|
4218
4218
|
"dependencies": {
|
4219
4219
|
"@salesforce/ts-types": "^2.0.12"
|
4220
4220
|
}
|
package/oclif.lock
CHANGED
@@ -1653,9 +1653,9 @@
|
|
1653
1653
|
fastq "^1.6.0"
|
1654
1654
|
|
1655
1655
|
"@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.5.2":
|
1656
|
-
version "4.5.
|
1657
|
-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.5.
|
1658
|
-
integrity sha512-
|
1656
|
+
version "4.5.3"
|
1657
|
+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.5.3.tgz#2b913879e1673d95e63254573b67326b62f5f309"
|
1658
|
+
integrity sha512-ISoFlfmsuxJvNKXhabCO4/KqNXDQdLHchZdTPfZbtqAsQbqTw5IKitLVZq9Sz1LWizN37HILp4u0350B8scBjg==
|
1659
1659
|
dependencies:
|
1660
1660
|
ansi-escapes "^4.3.2"
|
1661
1661
|
ansis "^3.17.0"
|
@@ -1761,10 +1761,10 @@
|
|
1761
1761
|
"@pnpm/network.ca-file" "^1.0.1"
|
1762
1762
|
config-chain "^1.1.11"
|
1763
1763
|
|
1764
|
-
"@salesforce/cli-plugins-testkit@^5.3.
|
1765
|
-
version "5.3.
|
1766
|
-
resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.3.
|
1767
|
-
integrity sha512-
|
1764
|
+
"@salesforce/cli-plugins-testkit@^5.3.41":
|
1765
|
+
version "5.3.41"
|
1766
|
+
resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.3.41.tgz#16acca933dcd64f0fd2c917c7b22529107f373e6"
|
1767
|
+
integrity sha512-K6fZfvzJAb0WFJFlgyIHgLyWLXR7i2SKDZ069kvCmDN0QVfftp/OwYrtosIzxiXdpHOtcoAkt65M1UR1aw0XzA==
|
1768
1768
|
dependencies:
|
1769
1769
|
"@salesforce/core" "^8.8.0"
|
1770
1770
|
"@salesforce/kit" "^3.2.3"
|
@@ -1839,10 +1839,10 @@
|
|
1839
1839
|
typescript "^5.5.4"
|
1840
1840
|
wireit "^0.14.12"
|
1841
1841
|
|
1842
|
-
"@salesforce/kit@^3.2.2", "@salesforce/kit@^3.2.3":
|
1843
|
-
version "3.2.
|
1844
|
-
resolved "https://registry.yarnpkg.com/@salesforce/kit/-/kit-3.2.
|
1845
|
-
integrity sha512-
|
1842
|
+
"@salesforce/kit@^3.2.2", "@salesforce/kit@^3.2.3", "@salesforce/kit@^3.2.4":
|
1843
|
+
version "3.2.4"
|
1844
|
+
resolved "https://registry.yarnpkg.com/@salesforce/kit/-/kit-3.2.4.tgz#69fb56974685e41d26ae5db30a7261acdc731bb6"
|
1845
|
+
integrity sha512-9buqZ2puIGWqjUFWYNroSeNih4d1s9kdQAzZfutr/Re/JMl6xBct0ATO5LVb1ty5UhdBruJrVaiTg03PqVKU+Q==
|
1846
1846
|
dependencies:
|
1847
1847
|
"@salesforce/ts-types" "^2.0.12"
|
1848
1848
|
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
@@ -1,19 +1,19 @@
|
|
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.47",
|
5
5
|
"author": "Salesforce",
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
7
7
|
"dependencies": {
|
8
8
|
"@oclif/core": "^4",
|
9
9
|
"@salesforce/core": "^8.23.0",
|
10
|
-
"@salesforce/kit": "^3.2.
|
10
|
+
"@salesforce/kit": "^3.2.4",
|
11
11
|
"@salesforce/sf-plugins-core": "^12.2.4",
|
12
12
|
"change-case": "^5.4.4"
|
13
13
|
},
|
14
14
|
"devDependencies": {
|
15
15
|
"@oclif/plugin-command-snapshot": "^5.3.5",
|
16
|
-
"@salesforce/cli-plugins-testkit": "^5.3.
|
16
|
+
"@salesforce/cli-plugins-testkit": "^5.3.41",
|
17
17
|
"@salesforce/dev-scripts": "^11.0.4",
|
18
18
|
"@salesforce/plugin-command-reference": "^3.1.66",
|
19
19
|
"@salesforce/ts-types": "^2.0.11",
|
@@ -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.47.crt",
|
224
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/2.6.47.sig"
|
225
225
|
}
|
226
226
|
}
|