@salesforce/plugin-signups 2.0.10 → 2.0.12
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +7 -7
- package/oclif.lock +81 -96
- package/oclif.manifest.json +207 -207
- package/package.json +9 -9
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.12/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.12/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.12/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.12/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.12/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.12/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.12/src/commands/org/list/snapshot.ts)_
|
381
381
|
|
382
382
|
<!-- commandsstop -->
|
package/oclif.lock
CHANGED
@@ -736,10 +736,10 @@
|
|
736
736
|
wordwrap "^1.0.0"
|
737
737
|
wrap-ansi "^7.0.0"
|
738
738
|
|
739
|
-
"@oclif/core@^3.0.4", "@oclif/core@^3.
|
740
|
-
version "3.
|
741
|
-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.
|
742
|
-
integrity sha512-
|
739
|
+
"@oclif/core@^3.0.4", "@oclif/core@^3.14.1", "@oclif/core@^3.15.0", "@oclif/core@^3.15.1", "@oclif/core@^3.3.1":
|
740
|
+
version "3.15.1"
|
741
|
+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.15.1.tgz#e03fa775d658e76056150ac0c7b8097b6f51ab9c"
|
742
|
+
integrity sha512-d4457zVo2agLoJG97CmdY6M3BeP5sogBP3BtP65hUvJH6wA6Us1hdY3UiPPtD/ZzZImq7cATVMABuCF9tM+rWA==
|
743
743
|
dependencies:
|
744
744
|
ansi-escapes "^4.3.2"
|
745
745
|
ansi-styles "^4.3.0"
|
@@ -758,7 +758,7 @@
|
|
758
758
|
js-yaml "^3.14.1"
|
759
759
|
natural-orderby "^2.0.3"
|
760
760
|
object-treeify "^1.1.33"
|
761
|
-
password-prompt "^1.1.
|
761
|
+
password-prompt "^1.1.3"
|
762
762
|
slice-ansi "^4.0.0"
|
763
763
|
string-width "^4.2.3"
|
764
764
|
strip-ansi "^6.0.1"
|
@@ -769,12 +769,12 @@
|
|
769
769
|
wordwrap "^1.0.0"
|
770
770
|
wrap-ansi "^7.0.0"
|
771
771
|
|
772
|
-
"@oclif/plugin-command-snapshot@^5.0.
|
773
|
-
version "5.0.
|
774
|
-
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.0.
|
775
|
-
integrity sha512-
|
772
|
+
"@oclif/plugin-command-snapshot@^5.0.5":
|
773
|
+
version "5.0.5"
|
774
|
+
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.0.5.tgz#8594869b2e70c5703041d810b7c6515dcd179494"
|
775
|
+
integrity sha512-rv+1DVDRJQhD6BXQ1rA7ZZRiXroqDEyfnuIdWLlELxmyENH5askz6q+PeY0GDIAGbIlGCsTv84B3rPk1qsMqRA==
|
776
776
|
dependencies:
|
777
|
-
"@oclif/core" "^3.
|
777
|
+
"@oclif/core" "^3.15.0"
|
778
778
|
"@types/lodash.difference" "^4.5.9"
|
779
779
|
chalk "^5.3.0"
|
780
780
|
just-diff "^5.2.0"
|
@@ -782,7 +782,7 @@
|
|
782
782
|
lodash.get "^4.4.2"
|
783
783
|
lodash.sortby "^4.7.0"
|
784
784
|
semver "^7.5.4"
|
785
|
-
ts-json-schema-generator "^1.
|
785
|
+
ts-json-schema-generator "^1.5.0"
|
786
786
|
|
787
787
|
"@oclif/plugin-help@^5.2.14":
|
788
788
|
version "5.2.14"
|
@@ -917,12 +917,12 @@
|
|
917
917
|
resolved "https://registry.yarnpkg.com/@pkgjs/parseargs/-/parseargs-0.11.0.tgz#a77ea742fab25775145434eb1d2328cf5013ac33"
|
918
918
|
integrity sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==
|
919
919
|
|
920
|
-
"@salesforce/cli-plugins-testkit@^5.1.
|
921
|
-
version "5.1.
|
922
|
-
resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.1.
|
923
|
-
integrity sha512-
|
920
|
+
"@salesforce/cli-plugins-testkit@^5.1.2":
|
921
|
+
version "5.1.2"
|
922
|
+
resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.1.2.tgz#a8d0c988d26d22cbaa4f19e6be9f0d1a28238ef2"
|
923
|
+
integrity sha512-3tF1invyikFvkDfnRdFJBrhDV4gcO0cf7gKRT/9GmIHOF88qjiPiKy4VYx7q1fZI8xn6ZEov0LmMziLUVYjdtg==
|
924
924
|
dependencies:
|
925
|
-
"@salesforce/core" "^6.
|
925
|
+
"@salesforce/core" "^6.4.1"
|
926
926
|
"@salesforce/kit" "^3.0.15"
|
927
927
|
"@salesforce/ts-types" "^2.0.9"
|
928
928
|
"@types/shelljs" "^0.8.15"
|
@@ -956,10 +956,10 @@
|
|
956
956
|
semver "^7.5.4"
|
957
957
|
ts-retry-promise "^0.7.1"
|
958
958
|
|
959
|
-
"@salesforce/core@^6.
|
960
|
-
version "6.4.
|
961
|
-
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-6.4.
|
962
|
-
integrity sha512-
|
959
|
+
"@salesforce/core@^6.4.0", "@salesforce/core@^6.4.1":
|
960
|
+
version "6.4.2"
|
961
|
+
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-6.4.2.tgz#e6e5e2d5e6ad17f1cbe0feb5a0e55e8b74c91e3c"
|
962
|
+
integrity sha512-ZtLwgI18f1th6SY0fKmuiyVGGwTXPy4nI+KfXzkww/vqdPxDhAfoHwqvFeo4tjFE2rldK7IPiIIYdtpsaI8d5g==
|
963
963
|
dependencies:
|
964
964
|
"@salesforce/kit" "^3.0.15"
|
965
965
|
"@salesforce/schemas" "^1.6.1"
|
@@ -975,7 +975,7 @@
|
|
975
975
|
jszip "3.10.1"
|
976
976
|
pino "^8.16.2"
|
977
977
|
pino-abstract-transport "^1.1.0"
|
978
|
-
pino-pretty "^10.
|
978
|
+
pino-pretty "^10.3.0"
|
979
979
|
proper-lockfile "^4.1.2"
|
980
980
|
semver "^7.5.4"
|
981
981
|
ts-retry-promise "^0.7.1"
|
@@ -1025,15 +1025,15 @@
|
|
1025
1025
|
"@salesforce/ts-types" "^2.0.9"
|
1026
1026
|
tslib "^2.6.2"
|
1027
1027
|
|
1028
|
-
"@salesforce/plugin-command-reference@^3.0.
|
1029
|
-
version "3.0.
|
1030
|
-
resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.0.
|
1031
|
-
integrity sha512-
|
1028
|
+
"@salesforce/plugin-command-reference@^3.0.54":
|
1029
|
+
version "3.0.54"
|
1030
|
+
resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.0.54.tgz#55718d05e4d6192056c7de0811c7209bdf75d9db"
|
1031
|
+
integrity sha512-qTdkyVVn2g6KCnkrULfdo3fzGij3mN/H/UvqnNBwsE74dJdUBUKcFqWZCHxFbNLnItu6VFz4QaSmrtJQb3Td2w==
|
1032
1032
|
dependencies:
|
1033
|
-
"@oclif/core" "^3.
|
1034
|
-
"@salesforce/core" "^6.
|
1033
|
+
"@oclif/core" "^3.14.1"
|
1034
|
+
"@salesforce/core" "^6.4.0"
|
1035
1035
|
"@salesforce/kit" "^3.0.15"
|
1036
|
-
"@salesforce/sf-plugins-core" "^5.0.
|
1036
|
+
"@salesforce/sf-plugins-core" "^5.0.8"
|
1037
1037
|
"@salesforce/ts-types" "^2.0.9"
|
1038
1038
|
chalk "^4"
|
1039
1039
|
handlebars "^4.7.8"
|
@@ -1049,13 +1049,13 @@
|
|
1049
1049
|
resolved "https://registry.yarnpkg.com/@salesforce/schemas/-/schemas-1.6.1.tgz#7d1c071e1e509ca9d2d8a6e48ac7447dd67a534d"
|
1050
1050
|
integrity sha512-eVy947ZMxCJReKJdgfddUIsBIbPTa/i8RwQGwxq4/ss38H5sLOAeSTaun9V7HpJ1hkpDznWKfgzYvjsst9K6ig==
|
1051
1051
|
|
1052
|
-
"@salesforce/sf-plugins-core@^5.0.
|
1053
|
-
version "5.0.
|
1054
|
-
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-5.0.
|
1055
|
-
integrity sha512-
|
1052
|
+
"@salesforce/sf-plugins-core@^5.0.12", "@salesforce/sf-plugins-core@^5.0.8":
|
1053
|
+
version "5.0.12"
|
1054
|
+
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-5.0.12.tgz#f638a8091316b70b4cb981b0847326fd8c32c2f4"
|
1055
|
+
integrity sha512-2ZuD++T+c0mGmLep0K54ucA3GIjlRWdR0L+oMLlcTYcf6rxEV72D9MMszS3syVabSJeNGrKIgsO3kP9c13PCAQ==
|
1056
1056
|
dependencies:
|
1057
|
-
"@oclif/core" "^3.
|
1058
|
-
"@salesforce/core" "^6.
|
1057
|
+
"@oclif/core" "^3.15.0"
|
1058
|
+
"@salesforce/core" "^6.4.1"
|
1059
1059
|
"@salesforce/kit" "^3.0.15"
|
1060
1060
|
"@salesforce/ts-types" "^2.0.9"
|
1061
1061
|
"@types/inquirer" "^8.2.3"
|
@@ -1553,11 +1553,6 @@ ansi-colors@4.1.1:
|
|
1553
1553
|
resolved "https://registry.yarnpkg.com/ansi-colors/-/ansi-colors-4.1.1.tgz#cbb9ae256bf750af1eab344f229aa27fe94ba348"
|
1554
1554
|
integrity sha512-JoX0apGbHaUJBNl6yF+p6JAFYZ666/hhCGKN5t9QFjbJQKUU/g8MNbFDbvfrgKXvI1QpZplPOnwIo99lX/AAmA==
|
1555
1555
|
|
1556
|
-
ansi-escapes@^3.1.0:
|
1557
|
-
version "3.2.0"
|
1558
|
-
resolved "https://registry.yarnpkg.com/ansi-escapes/-/ansi-escapes-3.2.0.tgz#8780b98ff9dbf5638152d1f1fe5c1d7b4442976b"
|
1559
|
-
integrity sha512-cBhpre4ma+U0T1oM5fXg7Dy1Jw7zzwv7lt/GoCpr+hDQJoYnKVPLL4dCvSEFMmQurOQvSrwT7SL/DAlhBI97RQ==
|
1560
|
-
|
1561
1556
|
ansi-escapes@^4.2.1, ansi-escapes@^4.3.2:
|
1562
1557
|
version "4.3.2"
|
1563
1558
|
resolved "https://registry.yarnpkg.com/ansi-escapes/-/ansi-escapes-4.3.2.tgz#6b2291d1db7d98b6521d5f1efa42d0f3a9feb65e"
|
@@ -2522,17 +2517,6 @@ create-require@^1.1.0:
|
|
2522
2517
|
resolved "https://registry.yarnpkg.com/create-require/-/create-require-1.1.1.tgz#c1d7e8f1e5f6cfc9ff65f9cd352d37348756c333"
|
2523
2518
|
integrity sha512-dcKFX3jn0MpIaXjisoRvexIJVEKzaq7z2rZKxf+MSr9TkdmHmsU4m2lcLojrj/FHl8mk5VxMmYA+ftRkP/3oKQ==
|
2524
2519
|
|
2525
|
-
cross-spawn@^6.0.5:
|
2526
|
-
version "6.0.5"
|
2527
|
-
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-6.0.5.tgz#4a5ec7c64dfae22c3a14124dbacdee846d80cbc4"
|
2528
|
-
integrity sha512-eTVLrBSt7fjbDygz805pMnstIs2VTBNkRm0qxZd+M7A5XDdxVRWO5MxGBXZhjY4cqLYLdtrGqRf8mBPmzwSpWQ==
|
2529
|
-
dependencies:
|
2530
|
-
nice-try "^1.0.4"
|
2531
|
-
path-key "^2.0.1"
|
2532
|
-
semver "^5.5.0"
|
2533
|
-
shebang-command "^1.2.0"
|
2534
|
-
which "^1.2.9"
|
2535
|
-
|
2536
2520
|
cross-spawn@^7.0.0, cross-spawn@^7.0.2, cross-spawn@^7.0.3:
|
2537
2521
|
version "7.0.3"
|
2538
2522
|
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.3.tgz#f73a85b9d5d41d045551c177e2882d4ac85728a6"
|
@@ -3861,6 +3845,11 @@ help-me@^4.0.1:
|
|
3861
3845
|
glob "^8.0.0"
|
3862
3846
|
readable-stream "^3.6.0"
|
3863
3847
|
|
3848
|
+
help-me@^5.0.0:
|
3849
|
+
version "5.0.0"
|
3850
|
+
resolved "https://registry.yarnpkg.com/help-me/-/help-me-5.0.0.tgz#b1ebe63b967b74060027c2ac61f9be12d354a6f6"
|
3851
|
+
integrity sha512-7xgomUX6ADmcYzFik0HzAxh/73YlKR9bmFzf51CZwR+b6YtzU2m0u49hQCqV6SvlqIqsaxovfwdvbnsw3b/zpg==
|
3852
|
+
|
3864
3853
|
hosted-git-info@^2.1.4:
|
3865
3854
|
version "2.8.9"
|
3866
3855
|
resolved "https://registry.yarnpkg.com/hosted-git-info/-/hosted-git-info-2.8.9.tgz#dffc0bf9a21c02209090f2aa69429e1414daf3f9"
|
@@ -5366,11 +5355,6 @@ neo-async@^2.6.2:
|
|
5366
5355
|
resolved "https://registry.yarnpkg.com/neo-async/-/neo-async-2.6.2.tgz#b4aafb93e3aeb2d8174ca53cf163ab7d7308305f"
|
5367
5356
|
integrity sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==
|
5368
5357
|
|
5369
|
-
nice-try@^1.0.4:
|
5370
|
-
version "1.0.5"
|
5371
|
-
resolved "https://registry.yarnpkg.com/nice-try/-/nice-try-1.0.5.tgz#a3378a7696ce7d223e88fc9b764bd7ef1089e366"
|
5372
|
-
integrity sha512-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ==
|
5373
|
-
|
5374
5358
|
nise@^4.1.0:
|
5375
5359
|
version "4.1.0"
|
5376
5360
|
resolved "https://registry.yarnpkg.com/nise/-/nise-4.1.0.tgz#8fb75a26e90b99202fa1e63f448f58efbcdedaf6"
|
@@ -5645,10 +5629,10 @@ object.values@^1.1.7:
|
|
5645
5629
|
define-properties "^1.2.0"
|
5646
5630
|
es-abstract "^1.22.1"
|
5647
5631
|
|
5648
|
-
oclif@^4.0
|
5649
|
-
version "4.0
|
5650
|
-
resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.0.
|
5651
|
-
integrity sha512-
|
5632
|
+
oclif@^4.1.0:
|
5633
|
+
version "4.1.0"
|
5634
|
+
resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.1.0.tgz#486004caf6da8af9f5bdda681a616b5b2c180b45"
|
5635
|
+
integrity sha512-4E6z1HOdUYXHu/cbbSv0gnbFJfR9BGc9Oa+e9l8SkRoicGnrEPMpuZyY2vxWPGwMndN6ijxxuFlVmw1/j+MJpg==
|
5652
5636
|
dependencies:
|
5653
5637
|
"@oclif/core" "^3.0.4"
|
5654
5638
|
"@oclif/plugin-help" "^5.2.14"
|
@@ -5898,13 +5882,13 @@ pascal-case@^3.1.2:
|
|
5898
5882
|
no-case "^3.0.4"
|
5899
5883
|
tslib "^2.0.3"
|
5900
5884
|
|
5901
|
-
password-prompt@^1.1.2:
|
5902
|
-
version "1.1.
|
5903
|
-
resolved "https://registry.yarnpkg.com/password-prompt/-/password-prompt-1.1.
|
5904
|
-
integrity sha512-
|
5885
|
+
password-prompt@^1.1.2, password-prompt@^1.1.3:
|
5886
|
+
version "1.1.3"
|
5887
|
+
resolved "https://registry.yarnpkg.com/password-prompt/-/password-prompt-1.1.3.tgz#05e539f4e7ca4d6c865d479313f10eb9db63ee5f"
|
5888
|
+
integrity sha512-HkrjG2aJlvF0t2BMH0e2LB/EHf3Lcq3fNMzy4GYHcQblAvOl+QQji1Lx7WRBMqpVK8p+KR7bCg7oqAMXtdgqyw==
|
5905
5889
|
dependencies:
|
5906
|
-
ansi-escapes "^3.
|
5907
|
-
cross-spawn "^
|
5890
|
+
ansi-escapes "^4.3.2"
|
5891
|
+
cross-spawn "^7.0.3"
|
5908
5892
|
|
5909
5893
|
path-case@^3.0.4:
|
5910
5894
|
version "3.0.4"
|
@@ -5924,11 +5908,6 @@ path-is-absolute@^1.0.0:
|
|
5924
5908
|
resolved "https://registry.yarnpkg.com/path-is-absolute/-/path-is-absolute-1.0.1.tgz#174b9268735534ffbc7ace6bf53a5a9e1b5c5f5f"
|
5925
5909
|
integrity sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==
|
5926
5910
|
|
5927
|
-
path-key@^2.0.1:
|
5928
|
-
version "2.0.1"
|
5929
|
-
resolved "https://registry.yarnpkg.com/path-key/-/path-key-2.0.1.tgz#411cadb574c5a140d3a4b1910d40d80cc9f40b40"
|
5930
|
-
integrity sha512-fEHGKCSmUSDPv4uoj8AlD+joPlq3peND+HRYyxFz4KPw4z926S/b8rIuFs2FYJg3BwsxJf6A9/3eIdLaYC+9Dw==
|
5931
|
-
|
5932
5911
|
path-key@^3.0.0, path-key@^3.1.0:
|
5933
5912
|
version "3.1.1"
|
5934
5913
|
resolved "https://registry.yarnpkg.com/path-key/-/path-key-3.1.1.tgz#581f6ade658cbba65a0d3380de7753295054f375"
|
@@ -6012,6 +5991,26 @@ pino-pretty@^10.2.3:
|
|
6012
5991
|
sonic-boom "^3.0.0"
|
6013
5992
|
strip-json-comments "^3.1.1"
|
6014
5993
|
|
5994
|
+
pino-pretty@^10.3.0:
|
5995
|
+
version "10.3.0"
|
5996
|
+
resolved "https://registry.yarnpkg.com/pino-pretty/-/pino-pretty-10.3.0.tgz#483ff78b98d277c33d00e0419c00601d9152bc7e"
|
5997
|
+
integrity sha512-JthvQW289q3454mhM3/38wFYGWPiBMR28T3CpDNABzoTQOje9UKS7XCJQSnjWF9LQGQkGd8D7h0oq+qwiM3jFA==
|
5998
|
+
dependencies:
|
5999
|
+
colorette "^2.0.7"
|
6000
|
+
dateformat "^4.6.3"
|
6001
|
+
fast-copy "^3.0.0"
|
6002
|
+
fast-safe-stringify "^2.1.1"
|
6003
|
+
help-me "^5.0.0"
|
6004
|
+
joycon "^3.1.1"
|
6005
|
+
minimist "^1.2.6"
|
6006
|
+
on-exit-leak-free "^2.1.0"
|
6007
|
+
pino-abstract-transport "^1.0.0"
|
6008
|
+
pump "^3.0.0"
|
6009
|
+
readable-stream "^4.0.0"
|
6010
|
+
secure-json-parse "^2.4.0"
|
6011
|
+
sonic-boom "^3.0.0"
|
6012
|
+
strip-json-comments "^3.1.1"
|
6013
|
+
|
6015
6014
|
pino-std-serializers@^6.0.0:
|
6016
6015
|
version "6.2.2"
|
6017
6016
|
resolved "https://registry.yarnpkg.com/pino-std-serializers/-/pino-std-serializers-6.2.2.tgz#d9a9b5f2b9a402486a5fc4db0a737570a860aab3"
|
@@ -6537,7 +6536,7 @@ secure-json-parse@^2.4.0:
|
|
6537
6536
|
resolved "https://registry.yarnpkg.com/secure-json-parse/-/secure-json-parse-2.7.0.tgz#5a5f9cd6ae47df23dba3151edd06855d47e09862"
|
6538
6537
|
integrity sha512-6aU+Rwsezw7VR8/nyvKTx8QpWH9FrcYiXXlqC4z5d5XQBDRqtbfsRjnwGyqbi3gddNtWHuEk9OANUotL26qKUw==
|
6539
6538
|
|
6540
|
-
"semver@2 || 3 || 4 || 5"
|
6539
|
+
"semver@2 || 3 || 4 || 5":
|
6541
6540
|
version "5.7.1"
|
6542
6541
|
resolved "https://registry.yarnpkg.com/semver/-/semver-5.7.1.tgz#a954f931aeba508d307bbf069eff0c01c96116f7"
|
6543
6542
|
integrity sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==
|
@@ -6616,13 +6615,6 @@ setimmediate@^1.0.5:
|
|
6616
6615
|
resolved "https://registry.yarnpkg.com/setimmediate/-/setimmediate-1.0.5.tgz#290cbb232e306942d7d7ea9b83732ab7856f8285"
|
6617
6616
|
integrity sha512-MATJdZp8sLqDl/68LfQmbP8zKPLQNV6BIZoIgrscFDQ+RsvK/BxeDQOgyxKKoh0y/8h3BqVFnCqQ/gd+reiIXA==
|
6618
6617
|
|
6619
|
-
shebang-command@^1.2.0:
|
6620
|
-
version "1.2.0"
|
6621
|
-
resolved "https://registry.yarnpkg.com/shebang-command/-/shebang-command-1.2.0.tgz#44aac65b695b03398968c39f363fee5deafdf1ea"
|
6622
|
-
integrity sha512-EV3L1+UQWGor21OmnvojK36mhg+TyIKDh3iFBKBohr5xeXIhNBcx8oWdgkTEEQ+BEFFYdLRuqMfd5L84N1V5Vg==
|
6623
|
-
dependencies:
|
6624
|
-
shebang-regex "^1.0.0"
|
6625
|
-
|
6626
6618
|
shebang-command@^2.0.0:
|
6627
6619
|
version "2.0.0"
|
6628
6620
|
resolved "https://registry.yarnpkg.com/shebang-command/-/shebang-command-2.0.0.tgz#ccd0af4f8835fbdc265b82461aaf0c36663f34ea"
|
@@ -6630,11 +6622,6 @@ shebang-command@^2.0.0:
|
|
6630
6622
|
dependencies:
|
6631
6623
|
shebang-regex "^3.0.0"
|
6632
6624
|
|
6633
|
-
shebang-regex@^1.0.0:
|
6634
|
-
version "1.0.0"
|
6635
|
-
resolved "https://registry.yarnpkg.com/shebang-regex/-/shebang-regex-1.0.0.tgz#da42f49740c0b42db2ca9728571cb190c98efea3"
|
6636
|
-
integrity sha512-wpoSFAxys6b2a2wHZ1XpDSgD7N9iVjg29Ph9uV/uaP9Ex/KXlkTZTeddxDPSYQpgvzKLGJke2UU0AzoGCjNIvQ==
|
6637
|
-
|
6638
6625
|
shebang-regex@^3.0.0:
|
6639
6626
|
version "3.0.0"
|
6640
6627
|
resolved "https://registry.yarnpkg.com/shebang-regex/-/shebang-regex-3.0.0.tgz#ae16f1644d873ecad843b0307b143362d4c42172"
|
@@ -7119,10 +7106,10 @@ ts-api-utils@^1.0.1:
|
|
7119
7106
|
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.0.3.tgz#f12c1c781d04427313dbac808f453f050e54a331"
|
7120
7107
|
integrity sha512-wNMeqtMz5NtwpT/UZGY5alT+VoKdSsOOP/kqHFcUW1P/VRhH2wJ48+DN2WwUliNbQ976ETwDL0Ifd2VVvgonvg==
|
7121
7108
|
|
7122
|
-
ts-json-schema-generator@^1.
|
7123
|
-
version "1.
|
7124
|
-
resolved "https://registry.yarnpkg.com/ts-json-schema-generator/-/ts-json-schema-generator-1.
|
7125
|
-
integrity sha512-
|
7109
|
+
ts-json-schema-generator@^1.5.0:
|
7110
|
+
version "1.5.0"
|
7111
|
+
resolved "https://registry.yarnpkg.com/ts-json-schema-generator/-/ts-json-schema-generator-1.5.0.tgz#9f5cea606c27ebcf13060157542ac1d3b225430f"
|
7112
|
+
integrity sha512-RkiaJ6YxGc5EWVPfyHxszTmpGxX8HC2XBvcFlAl1zcvpOG4tjjh+eXioStXJQYTvr9MoK8zCOWzAUlko3K0DiA==
|
7126
7113
|
dependencies:
|
7127
7114
|
"@types/json-schema" "^7.0.12"
|
7128
7115
|
commander "^11.0.0"
|
@@ -7130,7 +7117,7 @@ ts-json-schema-generator@^1.4.0:
|
|
7130
7117
|
json5 "^2.2.3"
|
7131
7118
|
normalize-path "^3.0.0"
|
7132
7119
|
safe-stable-stringify "^2.4.3"
|
7133
|
-
typescript "~5.
|
7120
|
+
typescript "~5.3.2"
|
7134
7121
|
|
7135
7122
|
ts-node@^10.8.1, ts-node@^10.9.1, ts-node@^10.9.2:
|
7136
7123
|
version "10.9.2"
|
@@ -7298,11 +7285,16 @@ typescript@^4.6.4, typescript@^4.9.5:
|
|
7298
7285
|
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.9.5.tgz#095979f9bcc0d09da324d58d03ce8f8374cbe65a"
|
7299
7286
|
integrity sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==
|
7300
7287
|
|
7301
|
-
typescript@^5.2.2
|
7288
|
+
typescript@^5.2.2:
|
7302
7289
|
version "5.2.2"
|
7303
7290
|
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.2.2.tgz#5ebb5e5a5b75f085f22bc3f8460fba308310fa78"
|
7304
7291
|
integrity sha512-mI4WrpHsbCIcwT9cF4FZvr80QUeKvsUsUvKDoR+X/7XHQH98xYD8YHZg7ANtz2GtZt/CBq2QJ0thkGJMHfqc1w==
|
7305
7292
|
|
7293
|
+
typescript@~5.3.2:
|
7294
|
+
version "5.3.3"
|
7295
|
+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.3.3.tgz#b3ce6ba258e72e6305ba66f5c9b452aaee3ffe37"
|
7296
|
+
integrity sha512-pXWcraxM0uxAS+tN0AG/BF2TyqmHO014Z070UsJ+pFvYuRSq8KH8DmWpnbXe0pEPDHXZV3FcAbJkijJ5oNEnWw==
|
7297
|
+
|
7306
7298
|
uglify-js@^3.1.4:
|
7307
7299
|
version "3.17.4"
|
7308
7300
|
resolved "https://registry.yarnpkg.com/uglify-js/-/uglify-js-3.17.4.tgz#61678cf5fa3f5b7eb789bb345df29afb8257c22c"
|
@@ -7574,13 +7566,6 @@ which-typed-array@^1.1.11, which-typed-array@^1.1.13, which-typed-array@^1.1.2:
|
|
7574
7566
|
gopd "^1.0.1"
|
7575
7567
|
has-tostringtag "^1.0.0"
|
7576
7568
|
|
7577
|
-
which@^1.2.9:
|
7578
|
-
version "1.3.1"
|
7579
|
-
resolved "https://registry.yarnpkg.com/which/-/which-1.3.1.tgz#a45043d54f5805316da8d62f9f50918d3da70b0a"
|
7580
|
-
integrity sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==
|
7581
|
-
dependencies:
|
7582
|
-
isexe "^2.0.0"
|
7583
|
-
|
7584
7569
|
which@^2.0.1, which@^2.0.2:
|
7585
7570
|
version "2.0.2"
|
7586
7571
|
resolved "https://registry.yarnpkg.com/which/-/which-2.0.2.tgz#7c6a8dd0a636a0327e10b59c9286eee93f3f51b1"
|
package/oclif.manifest.json
CHANGED
@@ -252,16 +252,16 @@
|
|
252
252
|
"snapshot:create:org"
|
253
253
|
]
|
254
254
|
},
|
255
|
-
"org:
|
255
|
+
"org:delete:shape": {
|
256
256
|
"aliases": [
|
257
|
-
"force:org:shape:
|
257
|
+
"force:org:shape:delete"
|
258
258
|
],
|
259
259
|
"args": {},
|
260
260
|
"deprecateAliases": true,
|
261
|
-
"description": "
|
261
|
+
"description": "A source org can have only one active org shape. If you try to create an org shape for a source org that already has one, the previous shape is marked inactive and replaced by a new active shape. If you don’t want to create scratch orgs based on this shape, you can delete the org shape.",
|
262
262
|
"examples": [
|
263
|
-
"
|
264
|
-
"
|
263
|
+
"Delete all org shapes for the source org with alias SourceOrg:\n<%= config.bin %> <%= command.id %> --target-org SourceOrg",
|
264
|
+
"Delete all org shapes without prompting:\n<%= config.bin %> <%= command.id %> --target-org SourceOrg --no-prompt"
|
265
265
|
],
|
266
266
|
"flags": {
|
267
267
|
"json": {
|
@@ -271,12 +271,31 @@
|
|
271
271
|
"allowNo": false,
|
272
272
|
"type": "boolean"
|
273
273
|
},
|
274
|
-
"
|
275
|
-
"
|
276
|
-
|
277
|
-
|
278
|
-
|
279
|
-
"
|
274
|
+
"target-org": {
|
275
|
+
"aliases": [
|
276
|
+
"targetusername",
|
277
|
+
"u"
|
278
|
+
],
|
279
|
+
"char": "o",
|
280
|
+
"deprecateAliases": true,
|
281
|
+
"name": "target-org",
|
282
|
+
"noCacheDefault": true,
|
283
|
+
"required": true,
|
284
|
+
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
285
|
+
"hasDynamicHelp": true,
|
286
|
+
"multiple": false,
|
287
|
+
"type": "option"
|
288
|
+
},
|
289
|
+
"api-version": {
|
290
|
+
"aliases": [
|
291
|
+
"apiversion"
|
292
|
+
],
|
293
|
+
"deprecateAliases": true,
|
294
|
+
"description": "Override the api version used for api requests made by this command",
|
295
|
+
"name": "api-version",
|
296
|
+
"hasDynamicHelp": false,
|
297
|
+
"multiple": false,
|
298
|
+
"type": "option"
|
280
299
|
},
|
281
300
|
"loglevel": {
|
282
301
|
"deprecated": {
|
@@ -287,16 +306,27 @@
|
|
287
306
|
"hasDynamicHelp": false,
|
288
307
|
"multiple": false,
|
289
308
|
"type": "option"
|
309
|
+
},
|
310
|
+
"no-prompt": {
|
311
|
+
"aliases": [
|
312
|
+
"noprompt"
|
313
|
+
],
|
314
|
+
"char": "p",
|
315
|
+
"deprecateAliases": true,
|
316
|
+
"name": "no-prompt",
|
317
|
+
"summary": "Don't prompt for confirmation.",
|
318
|
+
"allowNo": false,
|
319
|
+
"type": "boolean"
|
290
320
|
}
|
291
321
|
},
|
292
|
-
"hasDynamicHelp":
|
322
|
+
"hasDynamicHelp": true,
|
293
323
|
"hiddenAliases": [],
|
294
|
-
"id": "org:
|
324
|
+
"id": "org:delete:shape",
|
295
325
|
"pluginAlias": "@salesforce/plugin-signups",
|
296
326
|
"pluginName": "@salesforce/plugin-signups",
|
297
327
|
"pluginType": "core",
|
298
328
|
"strict": true,
|
299
|
-
"summary": "
|
329
|
+
"summary": "Delete all org shapes for a target org.",
|
300
330
|
"enableJsonFlag": true,
|
301
331
|
"SF_ENV": "SF_ENV",
|
302
332
|
"isESM": true,
|
@@ -304,54 +334,54 @@
|
|
304
334
|
"lib",
|
305
335
|
"commands",
|
306
336
|
"org",
|
307
|
-
"
|
337
|
+
"delete",
|
308
338
|
"shape.js"
|
309
339
|
],
|
310
340
|
"aliasPermutations": [
|
311
|
-
"force:org:shape:
|
312
|
-
"org:force:shape:
|
313
|
-
"org:shape:force:
|
314
|
-
"org:shape:
|
315
|
-
"force:shape:org:
|
316
|
-
"shape:force:org:
|
317
|
-
"shape:org:force:
|
318
|
-
"shape:org:
|
319
|
-
"force:shape:
|
320
|
-
"shape:force:
|
321
|
-
"shape:
|
322
|
-
"shape:
|
323
|
-
"force:org:
|
324
|
-
"org:force:
|
325
|
-
"org:
|
326
|
-
"org:
|
327
|
-
"force:
|
328
|
-
"
|
329
|
-
"
|
330
|
-
"
|
331
|
-
"force:
|
332
|
-
"
|
333
|
-
"
|
334
|
-
"
|
341
|
+
"force:org:shape:delete",
|
342
|
+
"org:force:shape:delete",
|
343
|
+
"org:shape:force:delete",
|
344
|
+
"org:shape:delete:force",
|
345
|
+
"force:shape:org:delete",
|
346
|
+
"shape:force:org:delete",
|
347
|
+
"shape:org:force:delete",
|
348
|
+
"shape:org:delete:force",
|
349
|
+
"force:shape:delete:org",
|
350
|
+
"shape:force:delete:org",
|
351
|
+
"shape:delete:force:org",
|
352
|
+
"shape:delete:org:force",
|
353
|
+
"force:org:delete:shape",
|
354
|
+
"org:force:delete:shape",
|
355
|
+
"org:delete:force:shape",
|
356
|
+
"org:delete:shape:force",
|
357
|
+
"force:delete:org:shape",
|
358
|
+
"delete:force:org:shape",
|
359
|
+
"delete:org:force:shape",
|
360
|
+
"delete:org:shape:force",
|
361
|
+
"force:delete:shape:org",
|
362
|
+
"delete:force:shape:org",
|
363
|
+
"delete:shape:force:org",
|
364
|
+
"delete:shape:org:force"
|
335
365
|
],
|
336
366
|
"permutations": [
|
337
|
-
"org:
|
338
|
-
"
|
339
|
-
"
|
340
|
-
"org:shape:
|
341
|
-
"shape:org:
|
342
|
-
"shape:
|
367
|
+
"org:delete:shape",
|
368
|
+
"delete:org:shape",
|
369
|
+
"delete:shape:org",
|
370
|
+
"org:shape:delete",
|
371
|
+
"shape:org:delete",
|
372
|
+
"shape:delete:org"
|
343
373
|
]
|
344
374
|
},
|
345
|
-
"org:
|
375
|
+
"org:delete:snapshot": {
|
346
376
|
"aliases": [
|
347
|
-
"force:org:snapshot:
|
377
|
+
"force:org:snapshot:delete"
|
348
378
|
],
|
349
379
|
"args": {},
|
350
380
|
"deprecateAliases": true,
|
351
|
-
"description": "
|
381
|
+
"description": "Dev Hub admins can delete any snapshot, while users can delete only their own unless a Dev Hub admin gives the user Modify All permissions.",
|
352
382
|
"examples": [
|
353
|
-
"
|
354
|
-
"
|
383
|
+
"Delete a snapshot from the default Dev Hub using the snapshot ID:\n<%= config.bin %> <%= command.id %> --snapshot 0Oo...",
|
384
|
+
"Delete a snapshot from the specified Dev Hub using the snapshot name:\n<%= config.bin %> <%= command.id %> --snapshot BaseSnapshot --target-dev-hub SnapshotDevHub"
|
355
385
|
],
|
356
386
|
"flags": {
|
357
387
|
"json": {
|
@@ -395,17 +425,27 @@
|
|
395
425
|
"hasDynamicHelp": false,
|
396
426
|
"multiple": false,
|
397
427
|
"type": "option"
|
428
|
+
},
|
429
|
+
"snapshot": {
|
430
|
+
"char": "s",
|
431
|
+
"description": "The IDs of scratch org snapshots start with 0Oo.",
|
432
|
+
"name": "snapshot",
|
433
|
+
"required": true,
|
434
|
+
"summary": "Name or ID of snapshot to delete.",
|
435
|
+
"hasDynamicHelp": false,
|
436
|
+
"multiple": false,
|
437
|
+
"type": "option"
|
398
438
|
}
|
399
439
|
},
|
400
440
|
"hasDynamicHelp": true,
|
401
441
|
"hiddenAliases": [],
|
402
|
-
"id": "org:
|
442
|
+
"id": "org:delete:snapshot",
|
403
443
|
"pluginAlias": "@salesforce/plugin-signups",
|
404
444
|
"pluginName": "@salesforce/plugin-signups",
|
405
445
|
"pluginType": "core",
|
406
446
|
"state": "beta",
|
407
447
|
"strict": true,
|
408
|
-
"summary": "
|
448
|
+
"summary": "Delete a scratch org snapshot.",
|
409
449
|
"enableJsonFlag": true,
|
410
450
|
"SF_ENV": "SF_ENV",
|
411
451
|
"isESM": true,
|
@@ -413,42 +453,42 @@
|
|
413
453
|
"lib",
|
414
454
|
"commands",
|
415
455
|
"org",
|
416
|
-
"
|
456
|
+
"delete",
|
417
457
|
"snapshot.js"
|
418
458
|
],
|
419
459
|
"aliasPermutations": [
|
420
|
-
"force:org:snapshot:
|
421
|
-
"org:force:snapshot:
|
422
|
-
"org:snapshot:force:
|
423
|
-
"org:snapshot:
|
424
|
-
"force:snapshot:org:
|
425
|
-
"snapshot:force:org:
|
426
|
-
"snapshot:org:force:
|
427
|
-
"snapshot:org:
|
428
|
-
"force:snapshot:
|
429
|
-
"snapshot:force:
|
430
|
-
"snapshot:
|
431
|
-
"snapshot:
|
432
|
-
"force:org:
|
433
|
-
"org:force:
|
434
|
-
"org:
|
435
|
-
"org:
|
436
|
-
"force:
|
437
|
-
"
|
438
|
-
"
|
439
|
-
"
|
440
|
-
"force:
|
441
|
-
"
|
442
|
-
"
|
443
|
-
"
|
460
|
+
"force:org:snapshot:delete",
|
461
|
+
"org:force:snapshot:delete",
|
462
|
+
"org:snapshot:force:delete",
|
463
|
+
"org:snapshot:delete:force",
|
464
|
+
"force:snapshot:org:delete",
|
465
|
+
"snapshot:force:org:delete",
|
466
|
+
"snapshot:org:force:delete",
|
467
|
+
"snapshot:org:delete:force",
|
468
|
+
"force:snapshot:delete:org",
|
469
|
+
"snapshot:force:delete:org",
|
470
|
+
"snapshot:delete:force:org",
|
471
|
+
"snapshot:delete:org:force",
|
472
|
+
"force:org:delete:snapshot",
|
473
|
+
"org:force:delete:snapshot",
|
474
|
+
"org:delete:force:snapshot",
|
475
|
+
"org:delete:snapshot:force",
|
476
|
+
"force:delete:org:snapshot",
|
477
|
+
"delete:force:org:snapshot",
|
478
|
+
"delete:org:force:snapshot",
|
479
|
+
"delete:org:snapshot:force",
|
480
|
+
"force:delete:snapshot:org",
|
481
|
+
"delete:force:snapshot:org",
|
482
|
+
"delete:snapshot:force:org",
|
483
|
+
"delete:snapshot:org:force"
|
444
484
|
],
|
445
485
|
"permutations": [
|
446
|
-
"org:
|
447
|
-
"
|
448
|
-
"
|
449
|
-
"org:snapshot:
|
450
|
-
"snapshot:org:
|
451
|
-
"snapshot:
|
486
|
+
"org:delete:snapshot",
|
487
|
+
"delete:org:snapshot",
|
488
|
+
"delete:snapshot:org",
|
489
|
+
"org:snapshot:delete",
|
490
|
+
"snapshot:org:delete",
|
491
|
+
"snapshot:delete:org"
|
452
492
|
]
|
453
493
|
},
|
454
494
|
"org:get:snapshot": {
|
@@ -570,16 +610,16 @@
|
|
570
610
|
"snapshot:get:org"
|
571
611
|
]
|
572
612
|
},
|
573
|
-
"org:
|
613
|
+
"org:list:shape": {
|
574
614
|
"aliases": [
|
575
|
-
"force:org:shape:
|
615
|
+
"force:org:shape:list"
|
576
616
|
],
|
577
617
|
"args": {},
|
578
618
|
"deprecateAliases": true,
|
579
|
-
"description": "
|
619
|
+
"description": "The output includes the alias, username, and ID of the source org, the status of the org shape creation, and more. Use the org ID to update your scratch org configuration file so you can create a scratch org based on this org shape.",
|
580
620
|
"examples": [
|
581
|
-
"
|
582
|
-
"
|
621
|
+
"List all org shapes you've created:\n<%= config.bin %> <%= command.id %>",
|
622
|
+
"List all org shapes in JSON format and write the output to a file:\n<%= config.bin %> <%= command.id %> --json > tmp/MyOrgShapeList.json"
|
583
623
|
],
|
584
624
|
"flags": {
|
585
625
|
"json": {
|
@@ -589,31 +629,12 @@
|
|
589
629
|
"allowNo": false,
|
590
630
|
"type": "boolean"
|
591
631
|
},
|
592
|
-
"
|
593
|
-
"
|
594
|
-
|
595
|
-
|
596
|
-
|
597
|
-
"
|
598
|
-
"deprecateAliases": true,
|
599
|
-
"name": "target-org",
|
600
|
-
"noCacheDefault": true,
|
601
|
-
"required": true,
|
602
|
-
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
603
|
-
"hasDynamicHelp": true,
|
604
|
-
"multiple": false,
|
605
|
-
"type": "option"
|
606
|
-
},
|
607
|
-
"api-version": {
|
608
|
-
"aliases": [
|
609
|
-
"apiversion"
|
610
|
-
],
|
611
|
-
"deprecateAliases": true,
|
612
|
-
"description": "Override the api version used for api requests made by this command",
|
613
|
-
"name": "api-version",
|
614
|
-
"hasDynamicHelp": false,
|
615
|
-
"multiple": false,
|
616
|
-
"type": "option"
|
632
|
+
"verbose": {
|
633
|
+
"hidden": true,
|
634
|
+
"name": "verbose",
|
635
|
+
"summary": "List more information about each org shape.",
|
636
|
+
"allowNo": false,
|
637
|
+
"type": "boolean"
|
617
638
|
},
|
618
639
|
"loglevel": {
|
619
640
|
"deprecated": {
|
@@ -624,27 +645,16 @@
|
|
624
645
|
"hasDynamicHelp": false,
|
625
646
|
"multiple": false,
|
626
647
|
"type": "option"
|
627
|
-
},
|
628
|
-
"no-prompt": {
|
629
|
-
"aliases": [
|
630
|
-
"noprompt"
|
631
|
-
],
|
632
|
-
"char": "p",
|
633
|
-
"deprecateAliases": true,
|
634
|
-
"name": "no-prompt",
|
635
|
-
"summary": "Don't prompt for confirmation.",
|
636
|
-
"allowNo": false,
|
637
|
-
"type": "boolean"
|
638
648
|
}
|
639
649
|
},
|
640
|
-
"hasDynamicHelp":
|
650
|
+
"hasDynamicHelp": false,
|
641
651
|
"hiddenAliases": [],
|
642
|
-
"id": "org:
|
652
|
+
"id": "org:list:shape",
|
643
653
|
"pluginAlias": "@salesforce/plugin-signups",
|
644
654
|
"pluginName": "@salesforce/plugin-signups",
|
645
655
|
"pluginType": "core",
|
646
656
|
"strict": true,
|
647
|
-
"summary": "
|
657
|
+
"summary": "List all org shapes you’ve created.",
|
648
658
|
"enableJsonFlag": true,
|
649
659
|
"SF_ENV": "SF_ENV",
|
650
660
|
"isESM": true,
|
@@ -652,54 +662,54 @@
|
|
652
662
|
"lib",
|
653
663
|
"commands",
|
654
664
|
"org",
|
655
|
-
"
|
665
|
+
"list",
|
656
666
|
"shape.js"
|
657
667
|
],
|
658
668
|
"aliasPermutations": [
|
659
|
-
"force:org:shape:
|
660
|
-
"org:force:shape:
|
661
|
-
"org:shape:force:
|
662
|
-
"org:shape:
|
663
|
-
"force:shape:org:
|
664
|
-
"shape:force:org:
|
665
|
-
"shape:org:force:
|
666
|
-
"shape:org:
|
667
|
-
"force:shape:
|
668
|
-
"shape:force:
|
669
|
-
"shape:
|
670
|
-
"shape:
|
671
|
-
"force:org:
|
672
|
-
"org:force:
|
673
|
-
"org:
|
674
|
-
"org:
|
675
|
-
"force:
|
676
|
-
"
|
677
|
-
"
|
678
|
-
"
|
679
|
-
"force:
|
680
|
-
"
|
681
|
-
"
|
682
|
-
"
|
669
|
+
"force:org:shape:list",
|
670
|
+
"org:force:shape:list",
|
671
|
+
"org:shape:force:list",
|
672
|
+
"org:shape:list:force",
|
673
|
+
"force:shape:org:list",
|
674
|
+
"shape:force:org:list",
|
675
|
+
"shape:org:force:list",
|
676
|
+
"shape:org:list:force",
|
677
|
+
"force:shape:list:org",
|
678
|
+
"shape:force:list:org",
|
679
|
+
"shape:list:force:org",
|
680
|
+
"shape:list:org:force",
|
681
|
+
"force:org:list:shape",
|
682
|
+
"org:force:list:shape",
|
683
|
+
"org:list:force:shape",
|
684
|
+
"org:list:shape:force",
|
685
|
+
"force:list:org:shape",
|
686
|
+
"list:force:org:shape",
|
687
|
+
"list:org:force:shape",
|
688
|
+
"list:org:shape:force",
|
689
|
+
"force:list:shape:org",
|
690
|
+
"list:force:shape:org",
|
691
|
+
"list:shape:force:org",
|
692
|
+
"list:shape:org:force"
|
683
693
|
],
|
684
694
|
"permutations": [
|
685
|
-
"org:
|
686
|
-
"
|
687
|
-
"
|
688
|
-
"org:shape:
|
689
|
-
"shape:org:
|
690
|
-
"shape:
|
695
|
+
"org:list:shape",
|
696
|
+
"list:org:shape",
|
697
|
+
"list:shape:org",
|
698
|
+
"org:shape:list",
|
699
|
+
"shape:org:list",
|
700
|
+
"shape:list:org"
|
691
701
|
]
|
692
702
|
},
|
693
|
-
"org:
|
703
|
+
"org:list:snapshot": {
|
694
704
|
"aliases": [
|
695
|
-
"force:org:snapshot:
|
705
|
+
"force:org:snapshot:list"
|
696
706
|
],
|
697
707
|
"args": {},
|
698
708
|
"deprecateAliases": true,
|
699
|
-
"description": "Dev Hub
|
709
|
+
"description": "You can view all the snapshots in a Dev Hub that you have access to. If you’re an admin, you can see all snapshots associated with the Dev Hub org. If you’re a user, you can see only your snapshots unless a Dev Hub admin gives you View All permissions.\n\nTo create a snapshot, use the \"<%= config.bin %> org create snapshot\" command. To get details about a snapshot request, use \"<%= config.bin %> org get snapshot\".",
|
700
710
|
"examples": [
|
701
|
-
"
|
702
|
-
"
|
711
|
+
"List snapshots in the default Dev Hub:\n<%= config.bin %> <%= command.id %>",
|
712
|
+
"List snapshots in the Dev Hub with alias SnapshotDevHub:\n<%= config.bin %> <%= command.id %> --target-dev-hub SnapshotDevHub"
|
703
713
|
],
|
704
714
|
"flags": {
|
705
715
|
"json": {
|
@@ -743,27 +753,17 @@
|
|
743
753
|
"hasDynamicHelp": false,
|
744
754
|
"multiple": false,
|
745
755
|
"type": "option"
|
746
|
-
},
|
747
|
-
"snapshot": {
|
748
|
-
"char": "s",
|
749
|
-
"description": "The IDs of scratch org snapshots start with 0Oo.",
|
750
|
-
"name": "snapshot",
|
751
|
-
"required": true,
|
752
|
-
"summary": "Name or ID of snapshot to delete.",
|
753
|
-
"hasDynamicHelp": false,
|
754
|
-
"multiple": false,
|
755
|
-
"type": "option"
|
756
756
|
}
|
757
757
|
},
|
758
758
|
"hasDynamicHelp": true,
|
759
759
|
"hiddenAliases": [],
|
760
|
-
"id": "org:
|
760
|
+
"id": "org:list:snapshot",
|
761
761
|
"pluginAlias": "@salesforce/plugin-signups",
|
762
762
|
"pluginName": "@salesforce/plugin-signups",
|
763
763
|
"pluginType": "core",
|
764
764
|
"state": "beta",
|
765
765
|
"strict": true,
|
766
|
-
"summary": "
|
766
|
+
"summary": "List scratch org snapshots.",
|
767
767
|
"enableJsonFlag": true,
|
768
768
|
"SF_ENV": "SF_ENV",
|
769
769
|
"isESM": true,
|
@@ -771,44 +771,44 @@
|
|
771
771
|
"lib",
|
772
772
|
"commands",
|
773
773
|
"org",
|
774
|
-
"
|
774
|
+
"list",
|
775
775
|
"snapshot.js"
|
776
776
|
],
|
777
777
|
"aliasPermutations": [
|
778
|
-
"force:org:snapshot:
|
779
|
-
"org:force:snapshot:
|
780
|
-
"org:snapshot:force:
|
781
|
-
"org:snapshot:
|
782
|
-
"force:snapshot:org:
|
783
|
-
"snapshot:force:org:
|
784
|
-
"snapshot:org:force:
|
785
|
-
"snapshot:org:
|
786
|
-
"force:snapshot:
|
787
|
-
"snapshot:force:
|
788
|
-
"snapshot:
|
789
|
-
"snapshot:
|
790
|
-
"force:org:
|
791
|
-
"org:force:
|
792
|
-
"org:
|
793
|
-
"org:
|
794
|
-
"force:
|
795
|
-
"
|
796
|
-
"
|
797
|
-
"
|
798
|
-
"force:
|
799
|
-
"
|
800
|
-
"
|
801
|
-
"
|
778
|
+
"force:org:snapshot:list",
|
779
|
+
"org:force:snapshot:list",
|
780
|
+
"org:snapshot:force:list",
|
781
|
+
"org:snapshot:list:force",
|
782
|
+
"force:snapshot:org:list",
|
783
|
+
"snapshot:force:org:list",
|
784
|
+
"snapshot:org:force:list",
|
785
|
+
"snapshot:org:list:force",
|
786
|
+
"force:snapshot:list:org",
|
787
|
+
"snapshot:force:list:org",
|
788
|
+
"snapshot:list:force:org",
|
789
|
+
"snapshot:list:org:force",
|
790
|
+
"force:org:list:snapshot",
|
791
|
+
"org:force:list:snapshot",
|
792
|
+
"org:list:force:snapshot",
|
793
|
+
"org:list:snapshot:force",
|
794
|
+
"force:list:org:snapshot",
|
795
|
+
"list:force:org:snapshot",
|
796
|
+
"list:org:force:snapshot",
|
797
|
+
"list:org:snapshot:force",
|
798
|
+
"force:list:snapshot:org",
|
799
|
+
"list:force:snapshot:org",
|
800
|
+
"list:snapshot:force:org",
|
801
|
+
"list:snapshot:org:force"
|
802
802
|
],
|
803
803
|
"permutations": [
|
804
|
-
"org:
|
805
|
-
"
|
806
|
-
"
|
807
|
-
"org:snapshot:
|
808
|
-
"snapshot:org:
|
809
|
-
"snapshot:
|
804
|
+
"org:list:snapshot",
|
805
|
+
"list:org:snapshot",
|
806
|
+
"list:snapshot:org",
|
807
|
+
"org:snapshot:list",
|
808
|
+
"snapshot:org:list",
|
809
|
+
"snapshot:list:org"
|
810
810
|
]
|
811
811
|
}
|
812
812
|
},
|
813
|
-
"version": "2.0.
|
813
|
+
"version": "2.0.12"
|
814
814
|
}
|
package/package.json
CHANGED
@@ -1,22 +1,22 @@
|
|
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.12",
|
5
5
|
"author": "Salesforce",
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
7
7
|
"dependencies": {
|
8
|
-
"@oclif/core": "^3.
|
8
|
+
"@oclif/core": "^3.15.1",
|
9
9
|
"@salesforce/core": "^6.4.0",
|
10
10
|
"@salesforce/kit": "^3.0.15",
|
11
|
-
"@salesforce/sf-plugins-core": "^5.0.
|
11
|
+
"@salesforce/sf-plugins-core": "^5.0.12",
|
12
12
|
"chalk": "^5.3.0",
|
13
13
|
"change-case": "^5.3.0"
|
14
14
|
},
|
15
15
|
"devDependencies": {
|
16
|
-
"@oclif/plugin-command-snapshot": "^5.0.
|
17
|
-
"@salesforce/cli-plugins-testkit": "^5.1.
|
16
|
+
"@oclif/plugin-command-snapshot": "^5.0.5",
|
17
|
+
"@salesforce/cli-plugins-testkit": "^5.1.2",
|
18
18
|
"@salesforce/dev-scripts": "^8.1.2",
|
19
|
-
"@salesforce/plugin-command-reference": "^3.0.
|
19
|
+
"@salesforce/plugin-command-reference": "^3.0.54",
|
20
20
|
"@salesforce/ts-types": "^2.0.9",
|
21
21
|
"@types/chai-as-promised": "^7.1.8",
|
22
22
|
"@types/chai-string": "^1.4.5",
|
@@ -24,7 +24,7 @@
|
|
24
24
|
"chai-string": "^1.5.0",
|
25
25
|
"eslint-plugin-sf-plugin": "^1.16.15",
|
26
26
|
"jsforce": "^2.0.0-beta.28",
|
27
|
-
"oclif": "^4.0
|
27
|
+
"oclif": "^4.1.0",
|
28
28
|
"shx": "0.3.4",
|
29
29
|
"ts-node": "^10.9.2",
|
30
30
|
"typescript": "^5.2.2"
|
@@ -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.12.crt",
|
261
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/2.0.12.sig"
|
262
262
|
}
|
263
263
|
}
|