@salesforce/plugin-signups 2.3.10 → 2.3.11
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 +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.3.
|
126
|
+
_See code: [src/commands/org/create/shape.ts](https://github.com/salesforcecli/plugin-signups/blob/2.3.11/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.3.
|
182
|
+
_See code: [src/commands/org/create/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.3.11/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.3.
|
222
|
+
_See code: [src/commands/org/delete/shape.ts](https://github.com/salesforcecli/plugin-signups/blob/2.3.11/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.3.
|
267
|
+
_See code: [src/commands/org/delete/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.3.11/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.3.
|
314
|
+
_See code: [src/commands/org/get/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.3.11/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.3.
|
347
|
+
_See code: [src/commands/org/list/shape.ts](https://github.com/salesforcecli/plugin-signups/blob/2.3.11/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.3.
|
389
|
+
_See code: [src/commands/org/list/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.3.11/src/commands/org/list/snapshot.ts)_
|
390
390
|
|
391
391
|
<!-- commandsstop -->
|
package/npm-shrinkwrap.json
CHANGED
@@ -1,17 +1,17 @@
|
|
1
1
|
{
|
2
2
|
"name": "@salesforce/plugin-signups",
|
3
|
-
"version": "2.3.
|
3
|
+
"version": "2.3.11",
|
4
4
|
"lockfileVersion": 3,
|
5
5
|
"requires": true,
|
6
6
|
"packages": {
|
7
7
|
"": {
|
8
8
|
"name": "@salesforce/plugin-signups",
|
9
|
-
"version": "2.3.
|
9
|
+
"version": "2.3.11",
|
10
10
|
"license": "BSD-3-Clause",
|
11
11
|
"dependencies": {
|
12
12
|
"@oclif/core": "^4",
|
13
13
|
"@salesforce/core": "^7.3.12",
|
14
|
-
"@salesforce/kit": "^3.1.
|
14
|
+
"@salesforce/kit": "^3.1.4",
|
15
15
|
"@salesforce/sf-plugins-core": "^10.0.0",
|
16
16
|
"change-case": "^5.4.4"
|
17
17
|
},
|
@@ -4051,13 +4051,13 @@
|
|
4051
4051
|
}
|
4052
4052
|
},
|
4053
4053
|
"node_modules/@salesforce/kit": {
|
4054
|
-
"version": "3.1.
|
4055
|
-
"resolved": "https://registry.npmjs.org/@salesforce/kit/-/kit-3.1.
|
4056
|
-
"integrity": "sha512-
|
4054
|
+
"version": "3.1.4",
|
4055
|
+
"resolved": "https://registry.npmjs.org/@salesforce/kit/-/kit-3.1.4.tgz",
|
4056
|
+
"integrity": "sha512-R0hiOF3n/byNCTExaZgUAKSHr0JByvdQbB2c9+9stL35xBBlBhCzFO0elXM7q7P4TW73YtURbxaiWN2W8Mjr8g==",
|
4057
4057
|
"license": "BSD-3-Clause",
|
4058
4058
|
"dependencies": {
|
4059
4059
|
"@salesforce/ts-types": "^2.0.9",
|
4060
|
-
"tslib": "^2.6.
|
4060
|
+
"tslib": "^2.6.3"
|
4061
4061
|
}
|
4062
4062
|
},
|
4063
4063
|
"node_modules/@salesforce/plugin-command-reference": {
|
@@ -13567,9 +13567,9 @@
|
|
13567
13567
|
}
|
13568
13568
|
},
|
13569
13569
|
"node_modules/tslib": {
|
13570
|
-
"version": "2.6.
|
13571
|
-
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.
|
13572
|
-
"integrity": "sha512-
|
13570
|
+
"version": "2.6.3",
|
13571
|
+
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.3.tgz",
|
13572
|
+
"integrity": "sha512-xNvxJEOUiWPGhUuUdQgAJPKOOJfGnIyKySOc09XkKsgdUV/3E2zvwZYdejjmRgPCgcym1juLH3226yA7sEFJKQ==",
|
13573
13573
|
"license": "0BSD"
|
13574
13574
|
},
|
13575
13575
|
"node_modules/tunnel-agent": {
|
package/oclif.lock
CHANGED
@@ -1803,13 +1803,13 @@
|
|
1803
1803
|
typescript "^5.4.3"
|
1804
1804
|
wireit "^0.14.4"
|
1805
1805
|
|
1806
|
-
"@salesforce/kit@^3.1.1", "@salesforce/kit@^3.1.2":
|
1807
|
-
version "3.1.
|
1808
|
-
resolved "https://registry.yarnpkg.com/@salesforce/kit/-/kit-3.1.
|
1809
|
-
integrity sha512-
|
1806
|
+
"@salesforce/kit@^3.1.1", "@salesforce/kit@^3.1.2", "@salesforce/kit@^3.1.4":
|
1807
|
+
version "3.1.4"
|
1808
|
+
resolved "https://registry.yarnpkg.com/@salesforce/kit/-/kit-3.1.4.tgz#e71b986440c1118f7df56ca71e387566dd1acbe0"
|
1809
|
+
integrity sha512-R0hiOF3n/byNCTExaZgUAKSHr0JByvdQbB2c9+9stL35xBBlBhCzFO0elXM7q7P4TW73YtURbxaiWN2W8Mjr8g==
|
1810
1810
|
dependencies:
|
1811
1811
|
"@salesforce/ts-types" "^2.0.9"
|
1812
|
-
tslib "^2.6.
|
1812
|
+
tslib "^2.6.3"
|
1813
1813
|
|
1814
1814
|
"@salesforce/plugin-command-reference@^3.1.0":
|
1815
1815
|
version "3.1.0"
|
@@ -7404,10 +7404,10 @@ tslib@^1.11.1, tslib@^1.9.0:
|
|
7404
7404
|
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.14.1.tgz#cf2d38bdc34a134bcaf1091c41f6619e2f672d00"
|
7405
7405
|
integrity sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==
|
7406
7406
|
|
7407
|
-
tslib@^2.0.3, tslib@^2.3.1, tslib@^2.5.0, tslib@^2.6.2:
|
7408
|
-
version "2.6.
|
7409
|
-
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.6.
|
7410
|
-
integrity sha512-
|
7407
|
+
tslib@^2.0.3, tslib@^2.3.1, tslib@^2.5.0, tslib@^2.6.2, tslib@^2.6.3:
|
7408
|
+
version "2.6.3"
|
7409
|
+
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.6.3.tgz#0438f810ad7a9edcde7a241c3d80db693c8cbfe0"
|
7410
|
+
integrity sha512-xNvxJEOUiWPGhUuUdQgAJPKOOJfGnIyKySOc09XkKsgdUV/3E2zvwZYdejjmRgPCgcym1juLH3226yA7sEFJKQ==
|
7411
7411
|
|
7412
7412
|
tunnel-agent@*, tunnel-agent@^0.6.0:
|
7413
7413
|
version "0.6.0"
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
{
|
2
2
|
"name": "@salesforce/plugin-signups",
|
3
3
|
"description": "Commands to interact with org shapes",
|
4
|
-
"version": "2.3.
|
4
|
+
"version": "2.3.11",
|
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": "^7.3.12",
|
10
|
-
"@salesforce/kit": "^3.1.
|
10
|
+
"@salesforce/kit": "^3.1.4",
|
11
11
|
"@salesforce/sf-plugins-core": "^10.0.0",
|
12
12
|
"change-case": "^5.4.4"
|
13
13
|
},
|
@@ -255,7 +255,7 @@
|
|
255
255
|
"exports": "./lib/index.js",
|
256
256
|
"type": "module",
|
257
257
|
"sfdx": {
|
258
|
-
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/2.3.
|
259
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/2.3.
|
258
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/2.3.11.crt",
|
259
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/2.3.11.sig"
|
260
260
|
}
|
261
261
|
}
|