@salesforce/plugin-signups 2.6.30 → 2.6.31
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 +13 -10
- package/oclif.lock +9 -9
- package/oclif.manifest.json +1 -1
- 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.6.
|
126
|
+
_See code: [src/commands/org/create/shape.ts](https://github.com/salesforcecli/plugin-signups/blob/2.6.31/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.31/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.31/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.31/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.31/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.31/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.31/src/commands/org/list/snapshot.ts)_
|
390
390
|
|
391
391
|
<!-- commandsstop -->
|
package/npm-shrinkwrap.json
CHANGED
@@ -1,12 +1,12 @@
|
|
1
1
|
{
|
2
2
|
"name": "@salesforce/plugin-signups",
|
3
|
-
"version": "2.6.
|
3
|
+
"version": "2.6.31",
|
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.31",
|
10
10
|
"license": "Apache-2.0",
|
11
11
|
"dependencies": {
|
12
12
|
"@oclif/core": "^4",
|
@@ -16,7 +16,7 @@
|
|
16
16
|
"change-case": "^5.4.4"
|
17
17
|
},
|
18
18
|
"devDependencies": {
|
19
|
-
"@oclif/plugin-command-snapshot": "^5.
|
19
|
+
"@oclif/plugin-command-snapshot": "^5.3.1",
|
20
20
|
"@salesforce/cli-plugins-testkit": "^5.3.39",
|
21
21
|
"@salesforce/dev-scripts": "^11.0.2",
|
22
22
|
"@salesforce/plugin-command-reference": "^3.1.54",
|
@@ -3774,9 +3774,9 @@
|
|
3774
3774
|
}
|
3775
3775
|
},
|
3776
3776
|
"node_modules/@oclif/core": {
|
3777
|
-
"version": "4.3.
|
3778
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.3.
|
3779
|
-
"integrity": "sha512-
|
3777
|
+
"version": "4.3.3",
|
3778
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.3.3.tgz",
|
3779
|
+
"integrity": "sha512-A0mk4nlVE+r34fl91OdglXVPwhhfzM59IhSxnOigqMkwxFgT8z3i2WlUgzmazzvzSccs2KM4N2HkTS3NEvW96g==",
|
3780
3780
|
"license": "MIT",
|
3781
3781
|
"dependencies": {
|
3782
3782
|
"ansi-escapes": "^4.3.2",
|
@@ -3793,7 +3793,7 @@
|
|
3793
3793
|
"semver": "^7.6.3",
|
3794
3794
|
"string-width": "^4.2.3",
|
3795
3795
|
"supports-color": "^8",
|
3796
|
-
"tinyglobby": "^0.2.
|
3796
|
+
"tinyglobby": "^0.2.14",
|
3797
3797
|
"widest-line": "^3.1.0",
|
3798
3798
|
"wordwrap": "^1.0.0",
|
3799
3799
|
"wrap-ansi": "^7.0.0"
|
@@ -3865,9 +3865,9 @@
|
|
3865
3865
|
}
|
3866
3866
|
},
|
3867
3867
|
"node_modules/@oclif/plugin-command-snapshot": {
|
3868
|
-
"version": "5.
|
3869
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.
|
3870
|
-
"integrity": "sha512-
|
3868
|
+
"version": "5.3.1",
|
3869
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.3.1.tgz",
|
3870
|
+
"integrity": "sha512-ytLavwqDuQ2+1Z4vV0lREGKf0JP6GTtVvYnrCMk9FL+C+CU6qnPyzI9fttuqwLMbfrsX8Fl8/6TT7dCWdX6HSg==",
|
3871
3871
|
"dev": true,
|
3872
3872
|
"license": "MIT",
|
3873
3873
|
"dependencies": {
|
@@ -3881,6 +3881,9 @@
|
|
3881
3881
|
"semver": "^7.7.2",
|
3882
3882
|
"ts-json-schema-generator": "^1.5.1"
|
3883
3883
|
},
|
3884
|
+
"bin": {
|
3885
|
+
"oclif-snapshot": "bin/run.js"
|
3886
|
+
},
|
3884
3887
|
"engines": {
|
3885
3888
|
"node": ">=18.0.0"
|
3886
3889
|
}
|
package/oclif.lock
CHANGED
@@ -1569,9 +1569,9 @@
|
|
1569
1569
|
fastq "^1.6.0"
|
1570
1570
|
|
1571
1571
|
"@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.2.10", "@oclif/core@^4.3.0":
|
1572
|
-
version "4.3.
|
1573
|
-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.3.
|
1574
|
-
integrity sha512-
|
1572
|
+
version "4.3.3"
|
1573
|
+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.3.3.tgz#a527536b62ef202c58d2b69ce9cd1e64eb3a94b1"
|
1574
|
+
integrity sha512-A0mk4nlVE+r34fl91OdglXVPwhhfzM59IhSxnOigqMkwxFgT8z3i2WlUgzmazzvzSccs2KM4N2HkTS3NEvW96g==
|
1575
1575
|
dependencies:
|
1576
1576
|
ansi-escapes "^4.3.2"
|
1577
1577
|
ansis "^3.17.0"
|
@@ -1587,15 +1587,15 @@
|
|
1587
1587
|
semver "^7.6.3"
|
1588
1588
|
string-width "^4.2.3"
|
1589
1589
|
supports-color "^8"
|
1590
|
-
tinyglobby "^0.2.
|
1590
|
+
tinyglobby "^0.2.14"
|
1591
1591
|
widest-line "^3.1.0"
|
1592
1592
|
wordwrap "^1.0.0"
|
1593
1593
|
wrap-ansi "^7.0.0"
|
1594
1594
|
|
1595
|
-
"@oclif/plugin-command-snapshot@^5.
|
1596
|
-
version "5.
|
1597
|
-
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.
|
1598
|
-
integrity sha512-
|
1595
|
+
"@oclif/plugin-command-snapshot@^5.3.1":
|
1596
|
+
version "5.3.1"
|
1597
|
+
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.3.1.tgz#95fbba5980c89398dfb3ade0ae733d972f217a03"
|
1598
|
+
integrity sha512-ytLavwqDuQ2+1Z4vV0lREGKf0JP6GTtVvYnrCMk9FL+C+CU6qnPyzI9fttuqwLMbfrsX8Fl8/6TT7dCWdX6HSg==
|
1599
1599
|
dependencies:
|
1600
1600
|
"@oclif/core" "^4"
|
1601
1601
|
ansis "^3.17.0"
|
@@ -7498,7 +7498,7 @@ tiny-jsonc@^1.0.2:
|
|
7498
7498
|
resolved "https://registry.yarnpkg.com/tiny-jsonc/-/tiny-jsonc-1.0.2.tgz#208df4c437684199cc724f31c2b91ee39c349678"
|
7499
7499
|
integrity sha512-f5QDAfLq6zIVSyCZQZhhyl0QS6MvAyTxgz4X4x3+EoCktNWEYJ6PeoEA97fyb98njpBNNi88ybpD7m+BDFXaCw==
|
7500
7500
|
|
7501
|
-
tinyglobby@^0.2.
|
7501
|
+
tinyglobby@^0.2.14, tinyglobby@^0.2.9:
|
7502
7502
|
version "0.2.14"
|
7503
7503
|
resolved "https://registry.yarnpkg.com/tinyglobby/-/tinyglobby-0.2.14.tgz#5280b0cf3f972b050e74ae88406c0a6a58f4079d"
|
7504
7504
|
integrity sha512-tX5e7OM1HnYr2+a2C/4V0htOcSQcoSTH9KgJnVvNm5zm/cyEWKJ7j7YutsH9CxMdtOkkLFy2AHrMci9IM8IPZQ==
|
package/oclif.manifest.json
CHANGED
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.6.
|
4
|
+
"version": "2.6.31",
|
5
5
|
"author": "Salesforce",
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
7
7
|
"dependencies": {
|
@@ -12,7 +12,7 @@
|
|
12
12
|
"change-case": "^5.4.4"
|
13
13
|
},
|
14
14
|
"devDependencies": {
|
15
|
-
"@oclif/plugin-command-snapshot": "^5.
|
15
|
+
"@oclif/plugin-command-snapshot": "^5.3.1",
|
16
16
|
"@salesforce/cli-plugins-testkit": "^5.3.39",
|
17
17
|
"@salesforce/dev-scripts": "^11.0.2",
|
18
18
|
"@salesforce/plugin-command-reference": "^3.1.54",
|
@@ -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.31.crt",
|
224
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/2.6.31.sig"
|
225
225
|
}
|
226
226
|
}
|