@salesforce/plugin-signups 2.3.14 → 2.3.15
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 +7 -7
- package/oclif.lock +6 -6
- 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.15/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.15/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.15/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.15/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.15/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.15/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.15/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.3.
|
3
|
+
"version": "2.3.15",
|
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.15",
|
10
10
|
"license": "BSD-3-Clause",
|
11
11
|
"dependencies": {
|
12
12
|
"@oclif/core": "^4",
|
13
13
|
"@salesforce/core": "^8.0.1",
|
14
14
|
"@salesforce/kit": "^3.1.6",
|
15
|
-
"@salesforce/sf-plugins-core": "^11.1.
|
15
|
+
"@salesforce/sf-plugins-core": "^11.1.2",
|
16
16
|
"change-case": "^5.4.4"
|
17
17
|
},
|
18
18
|
"devDependencies": {
|
@@ -4187,14 +4187,14 @@
|
|
4187
4187
|
"license": "ISC"
|
4188
4188
|
},
|
4189
4189
|
"node_modules/@salesforce/sf-plugins-core": {
|
4190
|
-
"version": "11.1.
|
4191
|
-
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-11.1.
|
4192
|
-
"integrity": "sha512-
|
4190
|
+
"version": "11.1.2",
|
4191
|
+
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-11.1.2.tgz",
|
4192
|
+
"integrity": "sha512-8uM47OfW4ym9KXL/vMAcM9zIF2aEAkSCNins7Ww+QPGA4ssXP3MZKQM2Ncb5tzgvjZK4x0PGP+BAZ3aXUo0pdw==",
|
4193
4193
|
"license": "BSD-3-Clause",
|
4194
4194
|
"dependencies": {
|
4195
4195
|
"@inquirer/confirm": "^3.1.9",
|
4196
4196
|
"@inquirer/password": "^2.1.9",
|
4197
|
-
"@oclif/core": "^4.0.
|
4197
|
+
"@oclif/core": "^4.0.6",
|
4198
4198
|
"@salesforce/core": "^8.0.1",
|
4199
4199
|
"@salesforce/kit": "^3.1.6",
|
4200
4200
|
"@salesforce/ts-types": "^2.0.9",
|
package/oclif.lock
CHANGED
@@ -1702,7 +1702,7 @@
|
|
1702
1702
|
wordwrap "^1.0.0"
|
1703
1703
|
wrap-ansi "^7.0.0"
|
1704
1704
|
|
1705
|
-
"@oclif/core@^4", "@oclif/core@^4.0.
|
1705
|
+
"@oclif/core@^4", "@oclif/core@^4.0.6":
|
1706
1706
|
version "4.0.7"
|
1707
1707
|
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.0.7.tgz#e624fa6e91ddcd84ebd0aa9e6efbe17b94f2dd1f"
|
1708
1708
|
integrity sha512-sU4Dx+RXCWAkrMw8tQFYAL6VfcHYKLPxVC9iKfgTXr4aDhcCssDwrbgpx0Di1dnNxvQlDGUhuCEInZuIY/nNfw==
|
@@ -1881,14 +1881,14 @@
|
|
1881
1881
|
resolved "https://registry.yarnpkg.com/@salesforce/schemas/-/schemas-1.9.0.tgz#ba477a112653a20b4edcf989c61c57bdff9aa3ca"
|
1882
1882
|
integrity sha512-LiN37zG5ODT6z70sL1fxF7BQwtCX9JOWofSU8iliSNIM+WDEeinnoFtVqPInRSNt8I0RiJxIKCrqstsmQRBNvA==
|
1883
1883
|
|
1884
|
-
"@salesforce/sf-plugins-core@^11.1.1":
|
1885
|
-
version "11.1.
|
1886
|
-
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-11.1.
|
1887
|
-
integrity sha512-
|
1884
|
+
"@salesforce/sf-plugins-core@^11.1.1", "@salesforce/sf-plugins-core@^11.1.2":
|
1885
|
+
version "11.1.2"
|
1886
|
+
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-11.1.2.tgz#d18b3cb6603de5d4bedc088fca8c90937ecefb16"
|
1887
|
+
integrity sha512-8uM47OfW4ym9KXL/vMAcM9zIF2aEAkSCNins7Ww+QPGA4ssXP3MZKQM2Ncb5tzgvjZK4x0PGP+BAZ3aXUo0pdw==
|
1888
1888
|
dependencies:
|
1889
1889
|
"@inquirer/confirm" "^3.1.9"
|
1890
1890
|
"@inquirer/password" "^2.1.9"
|
1891
|
-
"@oclif/core" "^4.0.
|
1891
|
+
"@oclif/core" "^4.0.6"
|
1892
1892
|
"@salesforce/core" "^8.0.1"
|
1893
1893
|
"@salesforce/kit" "^3.1.6"
|
1894
1894
|
"@salesforce/ts-types" "^2.0.9"
|
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.3.
|
4
|
+
"version": "2.3.15",
|
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.0.1",
|
10
10
|
"@salesforce/kit": "^3.1.6",
|
11
|
-
"@salesforce/sf-plugins-core": "^11.1.
|
11
|
+
"@salesforce/sf-plugins-core": "^11.1.2",
|
12
12
|
"change-case": "^5.4.4"
|
13
13
|
},
|
14
14
|
"devDependencies": {
|
@@ -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.15.crt",
|
259
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/2.3.15.sig"
|
260
260
|
}
|
261
261
|
}
|