@salesforce/plugin-signups 2.6.40 → 2.6.41
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 +17 -17
- package/oclif.lock +18 -18
- 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.41/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.41/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.41/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.41/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.41/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.41/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.41/src/commands/org/list/snapshot.ts)_
|
390
390
|
|
391
391
|
<!-- commandsstop -->
|
package/npm-shrinkwrap.json
CHANGED
@@ -1,18 +1,18 @@
|
|
1
1
|
{
|
2
2
|
"name": "@salesforce/plugin-signups",
|
3
|
-
"version": "2.6.
|
3
|
+
"version": "2.6.41",
|
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.41",
|
10
10
|
"license": "Apache-2.0",
|
11
11
|
"dependencies": {
|
12
12
|
"@oclif/core": "^4",
|
13
13
|
"@salesforce/core": "^8.18.7",
|
14
14
|
"@salesforce/kit": "^3.2.3",
|
15
|
-
"@salesforce/sf-plugins-core": "^12.2.
|
15
|
+
"@salesforce/sf-plugins-core": "^12.2.4",
|
16
16
|
"change-case": "^5.4.4"
|
17
17
|
},
|
18
18
|
"devDependencies": {
|
@@ -25,7 +25,7 @@
|
|
25
25
|
"@types/chai-string": "^1.4.5",
|
26
26
|
"chai-as-promised": "7.1.2",
|
27
27
|
"chai-string": "^1.6.0",
|
28
|
-
"eslint-plugin-sf-plugin": "^1.20.
|
28
|
+
"eslint-plugin-sf-plugin": "^1.20.30",
|
29
29
|
"jsforce": "^2.0.0-beta.28",
|
30
30
|
"oclif": "^4.22.5",
|
31
31
|
"ts-node": "^10.9.2",
|
@@ -4022,9 +4022,9 @@
|
|
4022
4022
|
}
|
4023
4023
|
},
|
4024
4024
|
"node_modules/@oclif/table": {
|
4025
|
-
"version": "0.4.
|
4026
|
-
"resolved": "https://registry.npmjs.org/@oclif/table/-/table-0.4.
|
4027
|
-
"integrity": "sha512-
|
4025
|
+
"version": "0.4.12",
|
4026
|
+
"resolved": "https://registry.npmjs.org/@oclif/table/-/table-0.4.12.tgz",
|
4027
|
+
"integrity": "sha512-CrdJBBmil38o6K5QY+vuOovfG3A6q9nFIAISpNOoOnSSiA81s/xfZ/T4E0z7coDvYnz6wJCTMc2ObqaxBZfbHg==",
|
4028
4028
|
"license": "MIT",
|
4029
4029
|
"dependencies": {
|
4030
4030
|
"@types/react": "^18.3.12",
|
@@ -4580,16 +4580,16 @@
|
|
4580
4580
|
"license": "ISC"
|
4581
4581
|
},
|
4582
4582
|
"node_modules/@salesforce/sf-plugins-core": {
|
4583
|
-
"version": "12.2.
|
4584
|
-
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-12.2.
|
4585
|
-
"integrity": "sha512-
|
4583
|
+
"version": "12.2.4",
|
4584
|
+
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-12.2.4.tgz",
|
4585
|
+
"integrity": "sha512-AwfhPxIJfzQUSZH8kiQOjRPOsfhO3CL+PKq0lfX+chdqwLOnXWviYCA1Z815MGG0ot/XMlsyj7CS+JxQ19Tn4A==",
|
4586
4586
|
"license": "Apache-2.0",
|
4587
4587
|
"dependencies": {
|
4588
4588
|
"@inquirer/confirm": "^3.1.22",
|
4589
4589
|
"@inquirer/password": "^2.2.0",
|
4590
|
-
"@oclif/core": "^4.
|
4591
|
-
"@oclif/table": "^0.4.
|
4592
|
-
"@salesforce/core": "^8.
|
4590
|
+
"@oclif/core": "^4.5.2",
|
4591
|
+
"@oclif/table": "^0.4.12",
|
4592
|
+
"@salesforce/core": "^8.18.7",
|
4593
4593
|
"@salesforce/kit": "^3.2.3",
|
4594
4594
|
"@salesforce/ts-types": "^2.0.12",
|
4595
4595
|
"ansis": "^3.3.2",
|
@@ -8336,13 +8336,13 @@
|
|
8336
8336
|
}
|
8337
8337
|
},
|
8338
8338
|
"node_modules/eslint-plugin-sf-plugin": {
|
8339
|
-
"version": "1.20.
|
8340
|
-
"resolved": "https://registry.npmjs.org/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.
|
8341
|
-
"integrity": "sha512-
|
8339
|
+
"version": "1.20.30",
|
8340
|
+
"resolved": "https://registry.npmjs.org/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.30.tgz",
|
8341
|
+
"integrity": "sha512-fhOg19KHGfr8lnzSxTXaG16qeokdoVgxYtQAt+Uc4HBF8idoF2cTzsP70O2MI54CKxoo0U0DeqiEgxPkhsKQsg==",
|
8342
8342
|
"dev": true,
|
8343
8343
|
"license": "BSD-3-Clause",
|
8344
8344
|
"dependencies": {
|
8345
|
-
"@salesforce/core": "^8.18.
|
8345
|
+
"@salesforce/core": "^8.18.5",
|
8346
8346
|
"@typescript-eslint/utils": "^7.18.0"
|
8347
8347
|
},
|
8348
8348
|
"engines": {
|
package/oclif.lock
CHANGED
@@ -1594,7 +1594,7 @@
|
|
1594
1594
|
"@nodelib/fs.scandir" "2.1.5"
|
1595
1595
|
fastq "^1.6.0"
|
1596
1596
|
|
1597
|
-
"@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.
|
1597
|
+
"@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.5.2":
|
1598
1598
|
version "4.5.2"
|
1599
1599
|
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.5.2.tgz#4db8a365fa7e9e33af272294f710a7f3f25538e2"
|
1600
1600
|
integrity sha512-eQcKyrEcDYeZJKu4vUWiu0ii/1Gfev6GF4FsLSgNez5/+aQyAUCjg3ZWlurf491WiYZTXCWyKAxyPWk8DKv2MA==
|
@@ -1662,10 +1662,10 @@
|
|
1662
1662
|
lodash "^4.17.21"
|
1663
1663
|
registry-auth-token "^5.1.0"
|
1664
1664
|
|
1665
|
-
"@oclif/table@^0.4.
|
1666
|
-
version "0.4.
|
1667
|
-
resolved "https://registry.yarnpkg.com/@oclif/table/-/table-0.4.
|
1668
|
-
integrity sha512-
|
1665
|
+
"@oclif/table@^0.4.12":
|
1666
|
+
version "0.4.12"
|
1667
|
+
resolved "https://registry.yarnpkg.com/@oclif/table/-/table-0.4.12.tgz#070c6fc474d3f6b5cb6924c55931fe51ab79c69b"
|
1668
|
+
integrity sha512-CrdJBBmil38o6K5QY+vuOovfG3A6q9nFIAISpNOoOnSSiA81s/xfZ/T4E0z7coDvYnz6wJCTMc2ObqaxBZfbHg==
|
1669
1669
|
dependencies:
|
1670
1670
|
"@types/react" "^18.3.12"
|
1671
1671
|
change-case "^5.4.4"
|
@@ -1719,7 +1719,7 @@
|
|
1719
1719
|
strip-ansi "6.0.1"
|
1720
1720
|
ts-retry-promise "^0.8.1"
|
1721
1721
|
|
1722
|
-
"@salesforce/core@^8.
|
1722
|
+
"@salesforce/core@^8.18.5", "@salesforce/core@^8.18.7", "@salesforce/core@^8.5.1", "@salesforce/core@^8.8.0":
|
1723
1723
|
version "8.18.7"
|
1724
1724
|
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.18.7.tgz#1eb16b69b3a2120f5e39917a9e78d0c32eaa0943"
|
1725
1725
|
integrity sha512-TP0AwS52+4ijIqVkNrKesVtK/osGsW7KvHrUiPcARI73ZKnW5z/CCpGdDH8nwGHSxj9rYlWC//g3EkTZJkparw==
|
@@ -1829,16 +1829,16 @@
|
|
1829
1829
|
string-width "^7.2.0"
|
1830
1830
|
terminal-link "^3.0.0"
|
1831
1831
|
|
1832
|
-
"@salesforce/sf-plugins-core@^12.2.
|
1833
|
-
version "12.2.
|
1834
|
-
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-12.2.
|
1835
|
-
integrity sha512-
|
1832
|
+
"@salesforce/sf-plugins-core@^12.2.4":
|
1833
|
+
version "12.2.4"
|
1834
|
+
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-12.2.4.tgz#a89ddcbac6520870eb2e0aad2a2e78738441cedf"
|
1835
|
+
integrity sha512-AwfhPxIJfzQUSZH8kiQOjRPOsfhO3CL+PKq0lfX+chdqwLOnXWviYCA1Z815MGG0ot/XMlsyj7CS+JxQ19Tn4A==
|
1836
1836
|
dependencies:
|
1837
1837
|
"@inquirer/confirm" "^3.1.22"
|
1838
1838
|
"@inquirer/password" "^2.2.0"
|
1839
|
-
"@oclif/core" "^4.
|
1840
|
-
"@oclif/table" "^0.4.
|
1841
|
-
"@salesforce/core" "^8.
|
1839
|
+
"@oclif/core" "^4.5.2"
|
1840
|
+
"@oclif/table" "^0.4.12"
|
1841
|
+
"@salesforce/core" "^8.18.7"
|
1842
1842
|
"@salesforce/kit" "^3.2.3"
|
1843
1843
|
"@salesforce/ts-types" "^2.0.12"
|
1844
1844
|
ansis "^3.3.2"
|
@@ -4208,12 +4208,12 @@ eslint-plugin-jsdoc@^46.10.1:
|
|
4208
4208
|
semver "^7.5.4"
|
4209
4209
|
spdx-expression-parse "^4.0.0"
|
4210
4210
|
|
4211
|
-
eslint-plugin-sf-plugin@^1.20.
|
4212
|
-
version "1.20.
|
4213
|
-
resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.
|
4214
|
-
integrity sha512-
|
4211
|
+
eslint-plugin-sf-plugin@^1.20.30:
|
4212
|
+
version "1.20.30"
|
4213
|
+
resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.30.tgz#34d83312ebbb4af2e0595cfc0e51bbe972449b56"
|
4214
|
+
integrity sha512-fhOg19KHGfr8lnzSxTXaG16qeokdoVgxYtQAt+Uc4HBF8idoF2cTzsP70O2MI54CKxoo0U0DeqiEgxPkhsKQsg==
|
4215
4215
|
dependencies:
|
4216
|
-
"@salesforce/core" "^8.18.
|
4216
|
+
"@salesforce/core" "^8.18.5"
|
4217
4217
|
"@typescript-eslint/utils" "^7.18.0"
|
4218
4218
|
|
4219
4219
|
eslint-plugin-unicorn@^50.0.1:
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
@@ -1,14 +1,14 @@
|
|
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.41",
|
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.18.7",
|
10
10
|
"@salesforce/kit": "^3.2.3",
|
11
|
-
"@salesforce/sf-plugins-core": "^12.2.
|
11
|
+
"@salesforce/sf-plugins-core": "^12.2.4",
|
12
12
|
"change-case": "^5.4.4"
|
13
13
|
},
|
14
14
|
"devDependencies": {
|
@@ -21,7 +21,7 @@
|
|
21
21
|
"@types/chai-string": "^1.4.5",
|
22
22
|
"chai-as-promised": "7.1.2",
|
23
23
|
"chai-string": "^1.6.0",
|
24
|
-
"eslint-plugin-sf-plugin": "^1.20.
|
24
|
+
"eslint-plugin-sf-plugin": "^1.20.30",
|
25
25
|
"jsforce": "^2.0.0-beta.28",
|
26
26
|
"oclif": "^4.22.5",
|
27
27
|
"ts-node": "^10.9.2",
|
@@ -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.41.crt",
|
224
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/2.6.41.sig"
|
225
225
|
}
|
226
226
|
}
|