@salesforce/plugin-signups 2.0.21 → 2.0.23
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/oclif.lock +18 -18
- package/oclif.manifest.json +1 -1
- package/package.json +6 -6
package/README.md
CHANGED
|
@@ -122,7 +122,7 @@ EXAMPLES
|
|
|
122
122
|
$ sf org create shape --target-org SourceOrg
|
|
123
123
|
```
|
|
124
124
|
|
|
125
|
-
_See code: [src/commands/org/create/shape.ts](https://github.com/salesforcecli/plugin-signups/blob/2.0.
|
|
125
|
+
_See code: [src/commands/org/create/shape.ts](https://github.com/salesforcecli/plugin-signups/blob/2.0.23/src/commands/org/create/shape.ts)_
|
|
126
126
|
|
|
127
127
|
## `sf org create snapshot`
|
|
128
128
|
|
|
@@ -176,7 +176,7 @@ FLAG DESCRIPTIONS
|
|
|
176
176
|
as a version control system tag or commit ID.
|
|
177
177
|
```
|
|
178
178
|
|
|
179
|
-
_See code: [src/commands/org/create/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.0.
|
|
179
|
+
_See code: [src/commands/org/create/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.0.23/src/commands/org/create/snapshot.ts)_
|
|
180
180
|
|
|
181
181
|
## `sf org delete shape`
|
|
182
182
|
|
|
@@ -215,7 +215,7 @@ EXAMPLES
|
|
|
215
215
|
$ sf org delete shape --target-org SourceOrg --no-prompt
|
|
216
216
|
```
|
|
217
217
|
|
|
218
|
-
_See code: [src/commands/org/delete/shape.ts](https://github.com/salesforcecli/plugin-signups/blob/2.0.
|
|
218
|
+
_See code: [src/commands/org/delete/shape.ts](https://github.com/salesforcecli/plugin-signups/blob/2.0.23/src/commands/org/delete/shape.ts)_
|
|
219
219
|
|
|
220
220
|
## `sf org delete snapshot`
|
|
221
221
|
|
|
@@ -258,7 +258,7 @@ FLAG DESCRIPTIONS
|
|
|
258
258
|
The IDs of scratch org snapshots start with 0Oo.
|
|
259
259
|
```
|
|
260
260
|
|
|
261
|
-
_See code: [src/commands/org/delete/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.0.
|
|
261
|
+
_See code: [src/commands/org/delete/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.0.23/src/commands/org/delete/snapshot.ts)_
|
|
262
262
|
|
|
263
263
|
## `sf org get snapshot`
|
|
264
264
|
|
|
@@ -304,7 +304,7 @@ FLAG DESCRIPTIONS
|
|
|
304
304
|
The IDs of scratch org snapshots start with 0Oo.
|
|
305
305
|
```
|
|
306
306
|
|
|
307
|
-
_See code: [src/commands/org/get/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.0.
|
|
307
|
+
_See code: [src/commands/org/get/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.0.23/src/commands/org/get/snapshot.ts)_
|
|
308
308
|
|
|
309
309
|
## `sf org list shape`
|
|
310
310
|
|
|
@@ -336,7 +336,7 @@ EXAMPLES
|
|
|
336
336
|
$ sf org list shape --json > tmp/MyOrgShapeList.json
|
|
337
337
|
```
|
|
338
338
|
|
|
339
|
-
_See code: [src/commands/org/list/shape.ts](https://github.com/salesforcecli/plugin-signups/blob/2.0.
|
|
339
|
+
_See code: [src/commands/org/list/shape.ts](https://github.com/salesforcecli/plugin-signups/blob/2.0.23/src/commands/org/list/shape.ts)_
|
|
340
340
|
|
|
341
341
|
## `sf org list snapshot`
|
|
342
342
|
|
|
@@ -377,6 +377,6 @@ EXAMPLES
|
|
|
377
377
|
$ sf org list snapshot --target-dev-hub SnapshotDevHub
|
|
378
378
|
```
|
|
379
379
|
|
|
380
|
-
_See code: [src/commands/org/list/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.0.
|
|
380
|
+
_See code: [src/commands/org/list/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.0.23/src/commands/org/list/snapshot.ts)_
|
|
381
381
|
|
|
382
382
|
<!-- commandsstop -->
|
package/oclif.lock
CHANGED
|
@@ -1721,10 +1721,10 @@
|
|
|
1721
1721
|
node-gyp "^8.2.0"
|
|
1722
1722
|
read-package-json-fast "^2.0.1"
|
|
1723
1723
|
|
|
1724
|
-
"@oclif/core@^3.15.1", "@oclif/core@^3.16.0", "@oclif/core@^3.18.1", "@oclif/core@^3.18.2":
|
|
1725
|
-
version "3.
|
|
1726
|
-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.
|
|
1727
|
-
integrity sha512
|
|
1724
|
+
"@oclif/core@^3.15.1", "@oclif/core@^3.16.0", "@oclif/core@^3.18.1", "@oclif/core@^3.18.2", "@oclif/core@^3.19.1":
|
|
1725
|
+
version "3.19.2"
|
|
1726
|
+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.19.2.tgz#1672061e7309f0048f9f9991607b303a9e5082fc"
|
|
1727
|
+
integrity sha512-/kUZZQZO92esToSTn+fnfMQdAj8uDJ/lsMNXBRBCiLQpwnIskHXy8JzYpynxxkzY2wbGREBceQhxCyDV0XpY4g==
|
|
1728
1728
|
dependencies:
|
|
1729
1729
|
"@types/cli-progress" "^3.11.5"
|
|
1730
1730
|
ansi-escapes "^4.3.2"
|
|
@@ -1754,19 +1754,19 @@
|
|
|
1754
1754
|
wordwrap "^1.0.0"
|
|
1755
1755
|
wrap-ansi "^7.0.0"
|
|
1756
1756
|
|
|
1757
|
-
"@oclif/plugin-command-snapshot@^5.0.
|
|
1758
|
-
version "5.0.
|
|
1759
|
-
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.0.
|
|
1760
|
-
integrity sha512
|
|
1757
|
+
"@oclif/plugin-command-snapshot@^5.0.8":
|
|
1758
|
+
version "5.0.8"
|
|
1759
|
+
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.0.8.tgz#8ddaa56099ca6ba3414cdfbc023384066e150fec"
|
|
1760
|
+
integrity sha512-tVjT1USqjPpoVswK/rvk8k6NDEdrDxPJPyVZ7Dj+b68pCxUcQw7DTorp+YjYWSwMABY9e7k4bO3Xtk78m/q5tA==
|
|
1761
1761
|
dependencies:
|
|
1762
|
-
"@oclif/core" "^3.
|
|
1762
|
+
"@oclif/core" "^3.18.2"
|
|
1763
1763
|
"@types/lodash.difference" "^4.5.9"
|
|
1764
1764
|
chalk "^5.3.0"
|
|
1765
1765
|
just-diff "^5.2.0"
|
|
1766
1766
|
lodash.difference "^4.5.0"
|
|
1767
1767
|
lodash.get "^4.4.2"
|
|
1768
1768
|
lodash.sortby "^4.7.0"
|
|
1769
|
-
semver "^7.
|
|
1769
|
+
semver "^7.6.0"
|
|
1770
1770
|
ts-json-schema-generator "^1.5.0"
|
|
1771
1771
|
|
|
1772
1772
|
"@oclif/plugin-help@^6.0.12":
|
|
@@ -3597,10 +3597,10 @@ change-case@^4, change-case@^4.1.2:
|
|
|
3597
3597
|
snake-case "^3.0.4"
|
|
3598
3598
|
tslib "^2.0.3"
|
|
3599
3599
|
|
|
3600
|
-
change-case@^5.4.
|
|
3601
|
-
version "5.4.
|
|
3602
|
-
resolved "https://registry.yarnpkg.com/change-case/-/change-case-5.4.
|
|
3603
|
-
integrity sha512-
|
|
3600
|
+
change-case@^5.4.3:
|
|
3601
|
+
version "5.4.3"
|
|
3602
|
+
resolved "https://registry.yarnpkg.com/change-case/-/change-case-5.4.3.tgz#26cb398945027c894a306198cc72933c3db13588"
|
|
3603
|
+
integrity sha512-4cdyvorTy/lViZlVzw2O8/hHCLUuHqp4KpSSP3DlauhFCf3LdnfF+p5s0EAhjKsU7bqrMzu7iQArYfoPiHO2nw==
|
|
3604
3604
|
|
|
3605
3605
|
chardet@^0.7.0:
|
|
3606
3606
|
version "0.7.0"
|
|
@@ -7934,10 +7934,10 @@ semver@^6.0.0, semver@^6.3.0, semver@^6.3.1:
|
|
|
7934
7934
|
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.1.tgz#556d2ef8689146e46dcea4bfdd095f3434dffcb4"
|
|
7935
7935
|
integrity sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==
|
|
7936
7936
|
|
|
7937
|
-
semver@^7.1.1, semver@^7.1.3, semver@^7.2.1, semver@^7.3.2, semver@^7.3.4, semver@^7.3.5, semver@^7.3.8, semver@^7.5.4:
|
|
7938
|
-
version "7.
|
|
7939
|
-
resolved "https://registry.yarnpkg.com/semver/-/semver-7.
|
|
7940
|
-
integrity sha512-
|
|
7937
|
+
semver@^7.1.1, semver@^7.1.3, semver@^7.2.1, semver@^7.3.2, semver@^7.3.4, semver@^7.3.5, semver@^7.3.8, semver@^7.5.4, semver@^7.6.0:
|
|
7938
|
+
version "7.6.0"
|
|
7939
|
+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.6.0.tgz#1a46a4db4bffcccd97b743b5005c8325f23d4e2d"
|
|
7940
|
+
integrity sha512-EnwXhrlwXMk9gKu5/flx5sv/an57AkRplG3hTK68W7FRDN+k+OWBj65M7719OkA82XLBxrcX0KSHj+X5COhOVg==
|
|
7941
7941
|
dependencies:
|
|
7942
7942
|
lru-cache "^6.0.0"
|
|
7943
7943
|
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-signups",
|
|
3
3
|
"description": "Commands to interact with org shapes",
|
|
4
|
-
"version": "2.0.
|
|
4
|
+
"version": "2.0.23",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
7
7
|
"dependencies": {
|
|
8
|
-
"@oclif/core": "^3.
|
|
8
|
+
"@oclif/core": "^3.19.1",
|
|
9
9
|
"@salesforce/core": "^6.5.3",
|
|
10
10
|
"@salesforce/kit": "^3.0.15",
|
|
11
11
|
"@salesforce/sf-plugins-core": "^7.1.4",
|
|
12
12
|
"chalk": "^5.3.0",
|
|
13
|
-
"change-case": "^5.4.
|
|
13
|
+
"change-case": "^5.4.3"
|
|
14
14
|
},
|
|
15
15
|
"devDependencies": {
|
|
16
|
-
"@oclif/plugin-command-snapshot": "^5.0.
|
|
16
|
+
"@oclif/plugin-command-snapshot": "^5.0.8",
|
|
17
17
|
"@salesforce/cli-plugins-testkit": "^5.1.8",
|
|
18
18
|
"@salesforce/dev-scripts": "^8.3.0",
|
|
19
19
|
"@salesforce/plugin-command-reference": "^3.0.64",
|
|
@@ -257,7 +257,7 @@
|
|
|
257
257
|
"exports": "./lib/index.js",
|
|
258
258
|
"type": "module",
|
|
259
259
|
"sfdx": {
|
|
260
|
-
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/2.0.
|
|
261
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/2.0.
|
|
260
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/2.0.23.crt",
|
|
261
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/2.0.23.sig"
|
|
262
262
|
}
|
|
263
263
|
}
|