@salesforce/plugin-signups 2.6.5 → 2.6.7
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 +10 -10
- package/oclif.lock +8 -8
- 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.7/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.7/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.7/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.7/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.7/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.7/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.7/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.7",
|
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.7",
|
10
10
|
"license": "BSD-3-Clause",
|
11
11
|
"dependencies": {
|
12
12
|
"@oclif/core": "^4",
|
13
|
-
"@salesforce/core": "^8.
|
13
|
+
"@salesforce/core": "^8.8.0",
|
14
14
|
"@salesforce/kit": "^3.2.3",
|
15
|
-
"@salesforce/sf-plugins-core": "^12.0
|
15
|
+
"@salesforce/sf-plugins-core": "^12.1.0",
|
16
16
|
"change-case": "^5.4.4"
|
17
17
|
},
|
18
18
|
"devDependencies": {
|
@@ -3696,9 +3696,9 @@
|
|
3696
3696
|
}
|
3697
3697
|
},
|
3698
3698
|
"node_modules/@salesforce/core": {
|
3699
|
-
"version": "8.
|
3700
|
-
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.
|
3701
|
-
"integrity": "sha512-
|
3699
|
+
"version": "8.8.0",
|
3700
|
+
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.8.0.tgz",
|
3701
|
+
"integrity": "sha512-HWGdRiy/MPCJ2KHz+W+cnqx0O9xhx9+QYvwP8bn9PE27wj0A/NjTi4xrqIWk1M+fE4dXHycE+8qPf4b540euvg==",
|
3702
3702
|
"license": "BSD-3-Clause",
|
3703
3703
|
"dependencies": {
|
3704
3704
|
"@jsforce/jsforce-node": "^3.6.1",
|
@@ -3965,9 +3965,9 @@
|
|
3965
3965
|
"license": "ISC"
|
3966
3966
|
},
|
3967
3967
|
"node_modules/@salesforce/sf-plugins-core": {
|
3968
|
-
"version": "12.0
|
3969
|
-
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-12.0.
|
3970
|
-
"integrity": "sha512-
|
3968
|
+
"version": "12.1.0",
|
3969
|
+
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-12.1.0.tgz",
|
3970
|
+
"integrity": "sha512-xJXF0WE+4lq2kb/w24wcZc+76EUCIKv7dj1oATugk9JFzYKySdC1smzCY/BhPGzMQGvXcbkWo5PG5iXDBrtwYQ==",
|
3971
3971
|
"license": "BSD-3-Clause",
|
3972
3972
|
"dependencies": {
|
3973
3973
|
"@inquirer/confirm": "^3.1.22",
|
package/oclif.lock
CHANGED
@@ -1513,10 +1513,10 @@
|
|
1513
1513
|
strip-ansi "6.0.1"
|
1514
1514
|
ts-retry-promise "^0.8.1"
|
1515
1515
|
|
1516
|
-
"@salesforce/core@^8.5.1", "@salesforce/core@^8.6.4":
|
1517
|
-
version "8.
|
1518
|
-
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.
|
1519
|
-
integrity sha512-
|
1516
|
+
"@salesforce/core@^8.5.1", "@salesforce/core@^8.6.4", "@salesforce/core@^8.8.0":
|
1517
|
+
version "8.8.0"
|
1518
|
+
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.8.0.tgz#849c07ea3a2548ca201fc0fe8baef9b36a462194"
|
1519
|
+
integrity sha512-HWGdRiy/MPCJ2KHz+W+cnqx0O9xhx9+QYvwP8bn9PE27wj0A/NjTi4xrqIWk1M+fE4dXHycE+8qPf4b540euvg==
|
1520
1520
|
dependencies:
|
1521
1521
|
"@jsforce/jsforce-node" "^3.6.1"
|
1522
1522
|
"@salesforce/kit" "^3.2.2"
|
@@ -1623,10 +1623,10 @@
|
|
1623
1623
|
string-width "^7.2.0"
|
1624
1624
|
terminal-link "^3.0.0"
|
1625
1625
|
|
1626
|
-
"@salesforce/sf-plugins-core@^12.0
|
1627
|
-
version "12.0
|
1628
|
-
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-12.0.
|
1629
|
-
integrity sha512-
|
1626
|
+
"@salesforce/sf-plugins-core@^12.1.0":
|
1627
|
+
version "12.1.0"
|
1628
|
+
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-12.1.0.tgz#874531acb39755a634ceda5de6462c3b6256baf6"
|
1629
|
+
integrity sha512-xJXF0WE+4lq2kb/w24wcZc+76EUCIKv7dj1oATugk9JFzYKySdC1smzCY/BhPGzMQGvXcbkWo5PG5iXDBrtwYQ==
|
1630
1630
|
dependencies:
|
1631
1631
|
"@inquirer/confirm" "^3.1.22"
|
1632
1632
|
"@inquirer/password" "^2.2.0"
|
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.7",
|
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.
|
9
|
+
"@salesforce/core": "^8.8.0",
|
10
10
|
"@salesforce/kit": "^3.2.3",
|
11
|
-
"@salesforce/sf-plugins-core": "^12.0
|
11
|
+
"@salesforce/sf-plugins-core": "^12.1.0",
|
12
12
|
"change-case": "^5.4.4"
|
13
13
|
},
|
14
14
|
"devDependencies": {
|
@@ -219,7 +219,7 @@
|
|
219
219
|
"exports": "./lib/index.js",
|
220
220
|
"type": "module",
|
221
221
|
"sfdx": {
|
222
|
-
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/2.6.
|
223
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/2.6.
|
222
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/2.6.7.crt",
|
223
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/2.6.7.sig"
|
224
224
|
}
|
225
225
|
}
|