@salesforce/plugin-limits 3.0.2 → 3.0.3
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 +6 -4
- package/oclif.lock +85 -55
- package/oclif.manifest.json +3 -3
- package/package.json +8 -8
package/README.md
CHANGED
|
@@ -82,7 +82,8 @@ USAGE
|
|
|
82
82
|
$ sf org list limits -o <value> [--json] [--api-version <value>]
|
|
83
83
|
|
|
84
84
|
FLAGS
|
|
85
|
-
-o, --target-org=<value> (required) Username or alias of the target org.
|
|
85
|
+
-o, --target-org=<value> (required) Username or alias of the target org. Not required if the `target-org`
|
|
86
|
+
configuration variable is already set.
|
|
86
87
|
--api-version=<value> Override the api version used for api requests made by this command
|
|
87
88
|
|
|
88
89
|
GLOBAL FLAGS
|
|
@@ -109,7 +110,7 @@ EXAMPLES
|
|
|
109
110
|
$ sf org list limits --target-org my-scratch-org
|
|
110
111
|
```
|
|
111
112
|
|
|
112
|
-
_See code: [src/commands/org/list/limits.ts](https://github.com/salesforcecli/plugin-limits/blob/3.0.
|
|
113
|
+
_See code: [src/commands/org/list/limits.ts](https://github.com/salesforcecli/plugin-limits/blob/3.0.3/src/commands/org/list/limits.ts)_
|
|
113
114
|
|
|
114
115
|
## `sf org list sobject record-counts`
|
|
115
116
|
|
|
@@ -120,7 +121,8 @@ USAGE
|
|
|
120
121
|
$ sf org list sobject record-counts -o <value> [--json] [-s <value>] [--api-version <value>]
|
|
121
122
|
|
|
122
123
|
FLAGS
|
|
123
|
-
-o, --target-org=<value> (required) Username or alias of the target org.
|
|
124
|
+
-o, --target-org=<value> (required) Username or alias of the target org. Not required if the `target-org`
|
|
125
|
+
configuration variable is already set.
|
|
124
126
|
-s, --sobject=<value>... [default: ] API name of the standard or custom object for which to display record counts.
|
|
125
127
|
--api-version=<value> Override the api version used for api requests made by this command
|
|
126
128
|
|
|
@@ -153,6 +155,6 @@ EXAMPLES
|
|
|
153
155
|
$ sf org list sobject record-counts --sobject Account --sobject Lead --target-org my-scratch-org
|
|
154
156
|
```
|
|
155
157
|
|
|
156
|
-
_See code: [src/commands/org/list/sobject/record-counts.ts](https://github.com/salesforcecli/plugin-limits/blob/3.0.
|
|
158
|
+
_See code: [src/commands/org/list/sobject/record-counts.ts](https://github.com/salesforcecli/plugin-limits/blob/3.0.3/src/commands/org/list/sobject/record-counts.ts)_
|
|
157
159
|
|
|
158
160
|
<!-- commandsstop -->
|
package/oclif.lock
CHANGED
|
@@ -691,7 +691,7 @@
|
|
|
691
691
|
supports-color "^8.1.1"
|
|
692
692
|
tslib "^2"
|
|
693
693
|
|
|
694
|
-
"@oclif/core@^2.11.1", "@oclif/core@^2.
|
|
694
|
+
"@oclif/core@^2.11.1", "@oclif/core@^2.9.4":
|
|
695
695
|
version "2.15.0"
|
|
696
696
|
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-2.15.0.tgz#f27797b30a77d13279fba88c1698fc34a0bd0d2a"
|
|
697
697
|
integrity sha512-fNEMG5DzJHhYmI3MgpByTvltBOMyFcnRIUMxbiz2ai8rhaYgaTHMG3Q38HcosfIvtw9nCjxpcQtC8MN8QtVCcA==
|
|
@@ -725,10 +725,10 @@
|
|
|
725
725
|
wordwrap "^1.0.0"
|
|
726
726
|
wrap-ansi "^7.0.0"
|
|
727
727
|
|
|
728
|
-
"@oclif/core@^3.0.
|
|
729
|
-
version "3.
|
|
730
|
-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.
|
|
731
|
-
integrity sha512-
|
|
728
|
+
"@oclif/core@^3.0.0", "@oclif/core@^3.0.4", "@oclif/core@^3.10.8", "@oclif/core@^3.11.0", "@oclif/core@^3.3.1", "@oclif/core@^3.9.0":
|
|
729
|
+
version "3.12.0"
|
|
730
|
+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.12.0.tgz#4b38b1b5dab2f7585f89c3927a8a157b258b4bd6"
|
|
731
|
+
integrity sha512-mT1Vpd1E20IJ7P6GDYOivylPdTHq/xVgFjeCDjitFW86UAklFM8BEFyFB7KpsTvpmjRbCoda3yU10lSI1224lw==
|
|
732
732
|
dependencies:
|
|
733
733
|
ansi-escapes "^4.3.2"
|
|
734
734
|
ansi-styles "^4.3.0"
|
|
@@ -736,6 +736,7 @@
|
|
|
736
736
|
chalk "^4.1.2"
|
|
737
737
|
clean-stack "^3.0.1"
|
|
738
738
|
cli-progress "^3.12.0"
|
|
739
|
+
color "^4.2.3"
|
|
739
740
|
debug "^4.3.4"
|
|
740
741
|
ejs "^3.1.9"
|
|
741
742
|
get-package-type "^0.1.0"
|
|
@@ -757,12 +758,12 @@
|
|
|
757
758
|
wordwrap "^1.0.0"
|
|
758
759
|
wrap-ansi "^7.0.0"
|
|
759
760
|
|
|
760
|
-
"@oclif/plugin-command-snapshot@^5.0.
|
|
761
|
-
version "5.0.
|
|
762
|
-
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.0.
|
|
763
|
-
integrity sha512-
|
|
761
|
+
"@oclif/plugin-command-snapshot@^5.0.2":
|
|
762
|
+
version "5.0.2"
|
|
763
|
+
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.0.2.tgz#41e88d245e1ffb1822b4cb127df39f61672cf2b1"
|
|
764
|
+
integrity sha512-4Aun0P/K9uVC5JLmG968OJhDT5HMiOs4mmw7A2cWmf1Paw8zp4xZ40PvYOOKN86gaKukKFDTQ1sDuLBzqNhZow==
|
|
764
765
|
dependencies:
|
|
765
|
-
"@oclif/core" "^3.
|
|
766
|
+
"@oclif/core" "^3.10.8"
|
|
766
767
|
"@types/lodash.difference" "^4.5.8"
|
|
767
768
|
chalk "^5.3.0"
|
|
768
769
|
just-diff "^5.2.0"
|
|
@@ -800,11 +801,11 @@
|
|
|
800
801
|
lodash.template "^4.5.0"
|
|
801
802
|
|
|
802
803
|
"@oclif/test@^3":
|
|
803
|
-
version "3.1.
|
|
804
|
-
resolved "https://registry.yarnpkg.com/@oclif/test/-/test-3.1.
|
|
805
|
-
integrity sha512-
|
|
804
|
+
version "3.1.2"
|
|
805
|
+
resolved "https://registry.yarnpkg.com/@oclif/test/-/test-3.1.2.tgz#cd3d4cf033bd50014be504f432717ae509b775a6"
|
|
806
|
+
integrity sha512-M9W80z7U/1zhwiI3mzh/BiJAXNKow5p8Yh7KcCWvmZfkBge8OV85ujUR96iMzdWaP7omsWpqu6UPSfdtk05b6g==
|
|
806
807
|
dependencies:
|
|
807
|
-
"@oclif/core" "^3.
|
|
808
|
+
"@oclif/core" "^3.10.8"
|
|
808
809
|
chai "^4.3.10"
|
|
809
810
|
fancy-test "^3.0.1"
|
|
810
811
|
|
|
@@ -910,21 +911,21 @@
|
|
|
910
911
|
"@octokit/openapi-types" "^12.11.0"
|
|
911
912
|
|
|
912
913
|
"@salesforce/cli-plugins-testkit@^5":
|
|
913
|
-
version "5.0.
|
|
914
|
-
resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.0.
|
|
915
|
-
integrity sha512-
|
|
914
|
+
version "5.0.4"
|
|
915
|
+
resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.0.4.tgz#523c459f43822d7b24bff5117aeda7f77ed5e26c"
|
|
916
|
+
integrity sha512-8pquViVBCd5sF6nBXgLgwymEBE6pSAS376R9qq7rxuV+PSFCC5bnzQaKm2ugY+s5vXKNcV6WcmBHNCQnGv+M7Q==
|
|
916
917
|
dependencies:
|
|
917
|
-
"@salesforce/core" "^5.3.
|
|
918
|
+
"@salesforce/core" "^5.3.20"
|
|
918
919
|
"@salesforce/kit" "^3.0.15"
|
|
919
920
|
"@salesforce/ts-types" "^2.0.6"
|
|
920
|
-
"@types/shelljs" "^0.8.
|
|
921
|
+
"@types/shelljs" "^0.8.15"
|
|
921
922
|
debug "^4.3.1"
|
|
922
923
|
jszip "^3.10.1"
|
|
923
924
|
shelljs "^0.8.4"
|
|
924
925
|
strip-ansi "6.0.1"
|
|
925
926
|
ts-retry-promise "^0.7.1"
|
|
926
927
|
|
|
927
|
-
"@salesforce/core@^5.3.
|
|
928
|
+
"@salesforce/core@^5.3.20":
|
|
928
929
|
version "5.3.20"
|
|
929
930
|
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-5.3.20.tgz#4e934d4551bb70423cb1c4115615bc41cffca41e"
|
|
930
931
|
integrity sha512-y+O6O2c8OYFDrAy2qsG+pAcNxoyL14nmBXcBRRcYA7Huj8ikK+aLJK84PuVAYdQz+hNwImQF+69IWtDkpK4Irg==
|
|
@@ -948,10 +949,10 @@
|
|
|
948
949
|
semver "^7.5.4"
|
|
949
950
|
ts-retry-promise "^0.7.1"
|
|
950
951
|
|
|
951
|
-
"@salesforce/core@^6.1.0":
|
|
952
|
-
version "6.1.
|
|
953
|
-
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-6.1.
|
|
954
|
-
integrity sha512-
|
|
952
|
+
"@salesforce/core@^6.1.0", "@salesforce/core@^6.1.3":
|
|
953
|
+
version "6.1.3"
|
|
954
|
+
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-6.1.3.tgz#32e71846cad033e0d2b369ecf0fafb4f76d63ad7"
|
|
955
|
+
integrity sha512-M7EQ4+LSXU4ZqD4R5ttY4RqSaYNaNBGDG0KC51IdDfpGtL4kJXeQHdr5HfMfgyCyYNM9LqqfBS7zQTBY1rf+Yg==
|
|
955
956
|
dependencies:
|
|
956
957
|
"@salesforce/kit" "^3.0.15"
|
|
957
958
|
"@salesforce/schemas" "^1.6.1"
|
|
@@ -977,10 +978,10 @@
|
|
|
977
978
|
resolved "https://registry.yarnpkg.com/@salesforce/dev-config/-/dev-config-4.1.0.tgz#e529576466d074e7a5f1441236510fef123da01e"
|
|
978
979
|
integrity sha512-2iDDepiIwjXHS5IVY7pwv8jMo4xWosJ7p/UTj+lllpB/gnJiYLhjJPE4Z3FCGFKyvfg5jGaimCd8Ca6bLGsCQA==
|
|
979
980
|
|
|
980
|
-
"@salesforce/dev-scripts@^7.1.
|
|
981
|
-
version "7.1.
|
|
982
|
-
resolved "https://registry.yarnpkg.com/@salesforce/dev-scripts/-/dev-scripts-7.1.
|
|
983
|
-
integrity sha512-
|
|
981
|
+
"@salesforce/dev-scripts@^7.1.1":
|
|
982
|
+
version "7.1.1"
|
|
983
|
+
resolved "https://registry.yarnpkg.com/@salesforce/dev-scripts/-/dev-scripts-7.1.1.tgz#549b58fb7e8c2410ce594c46f780a0907618f19f"
|
|
984
|
+
integrity sha512-6SL+QDOMZCnmU4Lu2ZCjqsMRcHw96mnjUOPE7b2HcfmfPo2a/hAYUtv8v7UsZ/+3UPbSf+XsLJfUsF15QIUWrg==
|
|
984
985
|
dependencies:
|
|
985
986
|
"@commitlint/cli" "^17.1.2"
|
|
986
987
|
"@commitlint/config-conventional" "^17.1.0"
|
|
@@ -1008,7 +1009,7 @@
|
|
|
1008
1009
|
typescript "^4.9.5"
|
|
1009
1010
|
wireit "^0.14.1"
|
|
1010
1011
|
|
|
1011
|
-
"@salesforce/kit@^3.0.
|
|
1012
|
+
"@salesforce/kit@^3.0.15":
|
|
1012
1013
|
version "3.0.15"
|
|
1013
1014
|
resolved "https://registry.yarnpkg.com/@salesforce/kit/-/kit-3.0.15.tgz#713df3f5767f874c70a2e731c7cb5ba677989559"
|
|
1014
1015
|
integrity sha512-XkA8jsuLvVnyP460dAbU3pBFP2IkmmmsVxMQVifcKKbNWaIBbZBzAfj+vdaQfnvZyflLhsrFT3q2xkb0vHouPg==
|
|
@@ -1016,15 +1017,15 @@
|
|
|
1016
1017
|
"@salesforce/ts-types" "^2.0.9"
|
|
1017
1018
|
tslib "^2.6.2"
|
|
1018
1019
|
|
|
1019
|
-
"@salesforce/plugin-command-reference@^3.0.
|
|
1020
|
-
version "3.0.
|
|
1021
|
-
resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.0.
|
|
1022
|
-
integrity sha512-
|
|
1020
|
+
"@salesforce/plugin-command-reference@^3.0.47":
|
|
1021
|
+
version "3.0.47"
|
|
1022
|
+
resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.0.47.tgz#477c3384402ef08458f4259b100447e136384e85"
|
|
1023
|
+
integrity sha512-A3syaw8bf8Bovne6WDiYOcOeLFKTqf1T+MXlxXPwDkDM0X5squkwVvE6wun7S54Q3n4gCSlCPiAMbJfpF8wwaw==
|
|
1023
1024
|
dependencies:
|
|
1024
|
-
"@oclif/core" "^
|
|
1025
|
-
"@salesforce/core" "^5.3.
|
|
1025
|
+
"@oclif/core" "^3.0.0"
|
|
1026
|
+
"@salesforce/core" "^5.3.20"
|
|
1026
1027
|
"@salesforce/kit" "^3.0.15"
|
|
1027
|
-
"@salesforce/sf-plugins-core" "^
|
|
1028
|
+
"@salesforce/sf-plugins-core" "^4"
|
|
1028
1029
|
"@salesforce/ts-types" "^2.0.9"
|
|
1029
1030
|
chalk "^4"
|
|
1030
1031
|
handlebars "^4.7.8"
|
|
@@ -1040,32 +1041,33 @@
|
|
|
1040
1041
|
resolved "https://registry.yarnpkg.com/@salesforce/schemas/-/schemas-1.6.1.tgz#7d1c071e1e509ca9d2d8a6e48ac7447dd67a534d"
|
|
1041
1042
|
integrity sha512-eVy947ZMxCJReKJdgfddUIsBIbPTa/i8RwQGwxq4/ss38H5sLOAeSTaun9V7HpJ1hkpDznWKfgzYvjsst9K6ig==
|
|
1042
1043
|
|
|
1043
|
-
"@salesforce/sf-plugins-core@^
|
|
1044
|
-
version "
|
|
1045
|
-
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-
|
|
1046
|
-
integrity sha512-
|
|
1044
|
+
"@salesforce/sf-plugins-core@^4":
|
|
1045
|
+
version "4.1.3"
|
|
1046
|
+
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-4.1.3.tgz#06fa96fec1903fe945def9303eb8c43058625a3d"
|
|
1047
|
+
integrity sha512-cia0FRknxeQU0IK5gOxlP2KGxqc5zxwSmHLKJsd5+sUFWpn3Hnun/3rDO94UXIDjuGKV7HK08hQNBKkSLeYaRA==
|
|
1047
1048
|
dependencies:
|
|
1048
|
-
"@oclif/core" "^
|
|
1049
|
-
"@salesforce/core" "^
|
|
1050
|
-
"@salesforce/kit" "^3.0.
|
|
1051
|
-
"@salesforce/ts-types" "^2.0.
|
|
1049
|
+
"@oclif/core" "^3.11.0"
|
|
1050
|
+
"@salesforce/core" "^6.1.0"
|
|
1051
|
+
"@salesforce/kit" "^3.0.15"
|
|
1052
|
+
"@salesforce/ts-types" "^2.0.9"
|
|
1053
|
+
"@types/inquirer" "^8.2.3"
|
|
1052
1054
|
chalk "^4"
|
|
1053
1055
|
inquirer "^8.2.5"
|
|
1054
1056
|
|
|
1055
|
-
"@salesforce/sf-plugins-core@^5.0.
|
|
1056
|
-
version "5.0.
|
|
1057
|
-
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-5.0.
|
|
1058
|
-
integrity sha512-
|
|
1057
|
+
"@salesforce/sf-plugins-core@^5.0.3":
|
|
1058
|
+
version "5.0.3"
|
|
1059
|
+
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-5.0.3.tgz#a771dc887c0a13ac23a5b1c16a6965791914f3aa"
|
|
1060
|
+
integrity sha512-D+RCUzrYIWpJakNfxtHXJd6LZr6bK4gA4e7jLPR1G1FmDFss13PT7hOdFRxmAqTPbcp1jf65vwYZzu5nbqzmvQ==
|
|
1059
1061
|
dependencies:
|
|
1060
1062
|
"@oclif/core" "^3.11.0"
|
|
1061
|
-
"@salesforce/core" "^6.1.
|
|
1063
|
+
"@salesforce/core" "^6.1.3"
|
|
1062
1064
|
"@salesforce/kit" "^3.0.15"
|
|
1063
1065
|
"@salesforce/ts-types" "^2.0.9"
|
|
1064
1066
|
"@types/inquirer" "^8.2.3"
|
|
1065
1067
|
chalk "^4"
|
|
1066
1068
|
inquirer "^8.2.5"
|
|
1067
1069
|
|
|
1068
|
-
"@salesforce/ts-types@^2.0.6", "@salesforce/ts-types@^2.0.
|
|
1070
|
+
"@salesforce/ts-types@^2.0.6", "@salesforce/ts-types@^2.0.9":
|
|
1069
1071
|
version "2.0.9"
|
|
1070
1072
|
resolved "https://registry.yarnpkg.com/@salesforce/ts-types/-/ts-types-2.0.9.tgz#66bff7b41720065d6b01631b6f6a3ccca02857c5"
|
|
1071
1073
|
integrity sha512-boUD9jw5vQpTCPCCmK/NFTWjSuuW+lsaxOynkyNXLW+zxOc4GDjhtKc4j0vWZJQvolpafbyS8ZLFHZJvs12gYA==
|
|
@@ -1308,10 +1310,10 @@
|
|
|
1308
1310
|
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.5.5.tgz#deed5ab7019756c9c90ea86139106b0346223f35"
|
|
1309
1311
|
integrity sha512-+d+WYC1BxJ6yVOgUgzK8gWvp5qF8ssV5r4nsDcZWKRWcDQLQ619tvWAxJQYGgBrO1MnLJC7a5GtiYsAoQ47dJg==
|
|
1310
1312
|
|
|
1311
|
-
"@types/shelljs@^0.8.
|
|
1312
|
-
version "0.8.
|
|
1313
|
-
resolved "https://registry.yarnpkg.com/@types/shelljs/-/shelljs-0.8.
|
|
1314
|
-
integrity sha512-
|
|
1313
|
+
"@types/shelljs@^0.8.15":
|
|
1314
|
+
version "0.8.15"
|
|
1315
|
+
resolved "https://registry.yarnpkg.com/@types/shelljs/-/shelljs-0.8.15.tgz#22c6ab9dfe05cec57d8e6cb1a95ea173aee9fcac"
|
|
1316
|
+
integrity sha512-vzmnCHl6hViPu9GNLQJ+DZFd6BQI2DBTUeOvYHqkWQLMfKAAQYMb/xAmZkTogZI/vqXHCWkqDRymDI5p0QTi5Q==
|
|
1315
1317
|
dependencies:
|
|
1316
1318
|
"@types/glob" "~7.2.0"
|
|
1317
1319
|
"@types/node" "*"
|
|
@@ -2324,16 +2326,32 @@ color-name@1.1.3:
|
|
|
2324
2326
|
resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.3.tgz#a7d0558bd89c42f795dd42328f740831ca53bc25"
|
|
2325
2327
|
integrity sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==
|
|
2326
2328
|
|
|
2327
|
-
color-name@~1.1.4:
|
|
2329
|
+
color-name@^1.0.0, color-name@~1.1.4:
|
|
2328
2330
|
version "1.1.4"
|
|
2329
2331
|
resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.4.tgz#c2a09a87acbde69543de6f63fa3995c826c536a2"
|
|
2330
2332
|
integrity sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==
|
|
2331
2333
|
|
|
2334
|
+
color-string@^1.9.0:
|
|
2335
|
+
version "1.9.1"
|
|
2336
|
+
resolved "https://registry.yarnpkg.com/color-string/-/color-string-1.9.1.tgz#4467f9146f036f855b764dfb5bf8582bf342c7a4"
|
|
2337
|
+
integrity sha512-shrVawQFojnZv6xM40anx4CkoDP+fZsw/ZerEMsW/pyzsRbElpsL/DBVW7q3ExxwusdNXI3lXpuhEZkzs8p5Eg==
|
|
2338
|
+
dependencies:
|
|
2339
|
+
color-name "^1.0.0"
|
|
2340
|
+
simple-swizzle "^0.2.2"
|
|
2341
|
+
|
|
2332
2342
|
color-support@^1.1.2, color-support@^1.1.3:
|
|
2333
2343
|
version "1.1.3"
|
|
2334
2344
|
resolved "https://registry.yarnpkg.com/color-support/-/color-support-1.1.3.tgz#93834379a1cc9a0c61f82f52f0d04322251bd5a2"
|
|
2335
2345
|
integrity sha512-qiBjkpbMLO/HL68y+lh4q0/O1MZFj2RX6X/KmMa3+gJD3z+WwI1ZzDHysvqHGS3mP6mznPckpXmw1nI9cJjyRg==
|
|
2336
2346
|
|
|
2347
|
+
color@^4.2.3:
|
|
2348
|
+
version "4.2.3"
|
|
2349
|
+
resolved "https://registry.yarnpkg.com/color/-/color-4.2.3.tgz#d781ecb5e57224ee43ea9627560107c0e0c6463a"
|
|
2350
|
+
integrity sha512-1rXeuUUiGGrykh+CeBdu5Ie7OJwinCgQY0bc7GCRxy5xVHy+moaqkpL/jqQq0MtQOeYcrqEz4abc5f0KtU7W4A==
|
|
2351
|
+
dependencies:
|
|
2352
|
+
color-convert "^2.0.1"
|
|
2353
|
+
color-string "^1.9.0"
|
|
2354
|
+
|
|
2337
2355
|
colorette@^2.0.7:
|
|
2338
2356
|
version "2.0.20"
|
|
2339
2357
|
resolved "https://registry.yarnpkg.com/colorette/-/colorette-2.0.20.tgz#9eb793e6833067f7235902fcd3b09917a000a95a"
|
|
@@ -4026,6 +4044,11 @@ is-arrayish@^0.2.1:
|
|
|
4026
4044
|
resolved "https://registry.yarnpkg.com/is-arrayish/-/is-arrayish-0.2.1.tgz#77c99840527aa8ecb1a8ba697b80645a7a926a9d"
|
|
4027
4045
|
integrity sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg==
|
|
4028
4046
|
|
|
4047
|
+
is-arrayish@^0.3.1:
|
|
4048
|
+
version "0.3.2"
|
|
4049
|
+
resolved "https://registry.yarnpkg.com/is-arrayish/-/is-arrayish-0.3.2.tgz#4574a2ae56f7ab206896fb431eaeed066fdf8f03"
|
|
4050
|
+
integrity sha512-eVRqCvVlZbuw3GrM63ovNSNAeA1K16kaR/LRY/92w0zxQ5/1YzwblUX652i4Xs9RwAGjW9d9y6X88t8OaAJfWQ==
|
|
4051
|
+
|
|
4029
4052
|
is-bigint@^1.0.1:
|
|
4030
4053
|
version "1.0.4"
|
|
4031
4054
|
resolved "https://registry.yarnpkg.com/is-bigint/-/is-bigint-1.0.4.tgz#08147a1875bc2b32005d41ccd8291dffc6691df3"
|
|
@@ -6528,6 +6551,13 @@ signal-exit@^3.0.0, signal-exit@^3.0.2, signal-exit@^3.0.3, signal-exit@^3.0.7:
|
|
|
6528
6551
|
resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.7.tgz#a9a1767f8af84155114eaabd73f99273c8f59ad9"
|
|
6529
6552
|
integrity sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==
|
|
6530
6553
|
|
|
6554
|
+
simple-swizzle@^0.2.2:
|
|
6555
|
+
version "0.2.2"
|
|
6556
|
+
resolved "https://registry.yarnpkg.com/simple-swizzle/-/simple-swizzle-0.2.2.tgz#a4da6b635ffcccca33f70d17cb92592de95e557a"
|
|
6557
|
+
integrity sha512-JA//kQgZtbuY83m+xT+tXJkmJncGMTFT+C+g2h2R9uxkYIrE2yy9sgmcLhCnw57/WSD+Eh3J97FPEDFnbXnDUg==
|
|
6558
|
+
dependencies:
|
|
6559
|
+
is-arrayish "^0.3.1"
|
|
6560
|
+
|
|
6531
6561
|
sinon@10.0.0:
|
|
6532
6562
|
version "10.0.0"
|
|
6533
6563
|
resolved "https://registry.yarnpkg.com/sinon/-/sinon-10.0.0.tgz#52279f97e35646ff73d23207d0307977c9b81430"
|
package/oclif.manifest.json
CHANGED
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"name": "target-org",
|
|
30
30
|
"noCacheDefault": true,
|
|
31
31
|
"required": true,
|
|
32
|
-
"summary": "Username or alias of the target org.",
|
|
32
|
+
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
33
33
|
"hasDynamicHelp": true,
|
|
34
34
|
"multiple": false,
|
|
35
35
|
"type": "option"
|
|
@@ -158,7 +158,7 @@
|
|
|
158
158
|
"name": "target-org",
|
|
159
159
|
"noCacheDefault": true,
|
|
160
160
|
"required": true,
|
|
161
|
-
"summary": "Username or alias of the target org.",
|
|
161
|
+
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
162
162
|
"hasDynamicHelp": true,
|
|
163
163
|
"multiple": false,
|
|
164
164
|
"type": "option"
|
|
@@ -264,5 +264,5 @@
|
|
|
264
264
|
]
|
|
265
265
|
}
|
|
266
266
|
},
|
|
267
|
-
"version": "3.0.
|
|
267
|
+
"version": "3.0.3"
|
|
268
268
|
}
|
package/package.json
CHANGED
|
@@ -1,22 +1,22 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-limits",
|
|
3
3
|
"description": "commands to display api limits to your org",
|
|
4
|
-
"version": "3.0.
|
|
4
|
+
"version": "3.0.3",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
7
7
|
"dependencies": {
|
|
8
8
|
"@oclif/core": "^3.9.0",
|
|
9
|
-
"@salesforce/core": "^6.1.
|
|
9
|
+
"@salesforce/core": "^6.1.3",
|
|
10
10
|
"@salesforce/kit": "^3.0.15",
|
|
11
|
-
"@salesforce/sf-plugins-core": "^5.0.
|
|
11
|
+
"@salesforce/sf-plugins-core": "^5.0.3",
|
|
12
12
|
"@salesforce/ts-types": "^2.0.9"
|
|
13
13
|
},
|
|
14
14
|
"devDependencies": {
|
|
15
|
-
"@oclif/plugin-command-snapshot": "^5.0.
|
|
15
|
+
"@oclif/plugin-command-snapshot": "^5.0.2",
|
|
16
16
|
"@oclif/test": "^3",
|
|
17
17
|
"@salesforce/cli-plugins-testkit": "^5",
|
|
18
|
-
"@salesforce/dev-scripts": "^7.1.
|
|
19
|
-
"@salesforce/plugin-command-reference": "^3.0.
|
|
18
|
+
"@salesforce/dev-scripts": "^7.1.1",
|
|
19
|
+
"@salesforce/plugin-command-reference": "^3.0.47",
|
|
20
20
|
"eslint-plugin-sf-plugin": "^1.16.15",
|
|
21
21
|
"oclif": "^4.0.3",
|
|
22
22
|
"shx": "0.3.4",
|
|
@@ -202,7 +202,7 @@
|
|
|
202
202
|
"exports": "./lib/index.js",
|
|
203
203
|
"type": "module",
|
|
204
204
|
"sfdx": {
|
|
205
|
-
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-limits/3.0.
|
|
206
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-limits/3.0.
|
|
205
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-limits/3.0.3.crt",
|
|
206
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-limits/3.0.3.sig"
|
|
207
207
|
}
|
|
208
208
|
}
|