@salesforce/plugin-apex 3.6.17 → 3.6.18

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 CHANGED
@@ -148,7 +148,7 @@ FLAG DESCRIPTIONS
148
148
  directory.
149
149
  ```
150
150
 
151
- _See code: [src/commands/apex/get/log.ts](https://github.com/salesforcecli/plugin-apex/blob/3.6.17/src/commands/apex/get/log.ts)_
151
+ _See code: [src/commands/apex/get/log.ts](https://github.com/salesforcecli/plugin-apex/blob/3.6.18/src/commands/apex/get/log.ts)_
152
152
 
153
153
  ## `sf apex get test`
154
154
 
@@ -208,7 +208,7 @@ EXAMPLES
208
208
  me@myorg'
209
209
  ```
210
210
 
211
- _See code: [src/commands/apex/get/test.ts](https://github.com/salesforcecli/plugin-apex/blob/3.6.17/src/commands/apex/get/test.ts)_
211
+ _See code: [src/commands/apex/get/test.ts](https://github.com/salesforcecli/plugin-apex/blob/3.6.18/src/commands/apex/get/test.ts)_
212
212
 
213
213
  ## `sf apex list log`
214
214
 
@@ -248,7 +248,7 @@ EXAMPLES
248
248
  $ sf apex list log --target-org me@my.org
249
249
  ```
250
250
 
251
- _See code: [src/commands/apex/list/log.ts](https://github.com/salesforcecli/plugin-apex/blob/3.6.17/src/commands/apex/list/log.ts)_
251
+ _See code: [src/commands/apex/list/log.ts](https://github.com/salesforcecli/plugin-apex/blob/3.6.18/src/commands/apex/list/log.ts)_
252
252
 
253
253
  ## `sf apex run`
254
254
 
@@ -295,7 +295,7 @@ EXAMPLES
295
295
  $ sf apex run
296
296
  ```
297
297
 
298
- _See code: [src/commands/apex/run.ts](https://github.com/salesforcecli/plugin-apex/blob/3.6.17/src/commands/apex/run.ts)_
298
+ _See code: [src/commands/apex/run.ts](https://github.com/salesforcecli/plugin-apex/blob/3.6.18/src/commands/apex/run.ts)_
299
299
 
300
300
  ## `sf apex run test`
301
301
 
@@ -438,7 +438,7 @@ FLAG DESCRIPTIONS
438
438
  --tests Test1 --tests Test2
439
439
  ```
440
440
 
441
- _See code: [src/commands/apex/run/test.ts](https://github.com/salesforcecli/plugin-apex/blob/3.6.17/src/commands/apex/run/test.ts)_
441
+ _See code: [src/commands/apex/run/test.ts](https://github.com/salesforcecli/plugin-apex/blob/3.6.18/src/commands/apex/run/test.ts)_
442
442
 
443
443
  ## `sf apex tail log`
444
444
 
@@ -481,6 +481,6 @@ EXAMPLES
481
481
  $ sf apex tail log --color --skip-trace-flag
482
482
  ```
483
483
 
484
- _See code: [src/commands/apex/tail/log.ts](https://github.com/salesforcecli/plugin-apex/blob/3.6.17/src/commands/apex/tail/log.ts)_
484
+ _See code: [src/commands/apex/tail/log.ts](https://github.com/salesforcecli/plugin-apex/blob/3.6.18/src/commands/apex/tail/log.ts)_
485
485
 
486
486
  <!-- commandsstop -->
@@ -106,122 +106,6 @@
106
106
  "run:apex"
107
107
  ]
108
108
  },
109
- "apex:list:log": {
110
- "aliases": [
111
- "force:apex:log:list"
112
- ],
113
- "args": {},
114
- "deprecateAliases": true,
115
- "description": "Run this command in a project to list the IDs and general information for all debug logs in your default org.\n\nTo fetch a specific log from your org, obtain the ID from this command's output, then run the “<%= config.bin %> apex log get” command.",
116
- "examples": [
117
- "List the IDs and information about the debug logs in your default org:\n<%= config.bin %> <%= command.id %>",
118
- "Similar to previous example, but use the org with the specified username:\n<%= config.bin %> <%= command.id %> --target-org me@my.org"
119
- ],
120
- "flags": {
121
- "json": {
122
- "description": "Format output as json.",
123
- "helpGroup": "GLOBAL",
124
- "name": "json",
125
- "allowNo": false,
126
- "type": "boolean"
127
- },
128
- "flags-dir": {
129
- "helpGroup": "GLOBAL",
130
- "name": "flags-dir",
131
- "summary": "Import flag values from a directory.",
132
- "hasDynamicHelp": false,
133
- "multiple": false,
134
- "type": "option"
135
- },
136
- "target-org": {
137
- "aliases": [
138
- "targetusername",
139
- "u"
140
- ],
141
- "char": "o",
142
- "deprecateAliases": true,
143
- "name": "target-org",
144
- "noCacheDefault": true,
145
- "required": true,
146
- "summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
147
- "hasDynamicHelp": true,
148
- "multiple": false,
149
- "type": "option"
150
- },
151
- "api-version": {
152
- "aliases": [
153
- "apiversion"
154
- ],
155
- "deprecateAliases": true,
156
- "description": "Override the api version used for api requests made by this command",
157
- "name": "api-version",
158
- "hasDynamicHelp": false,
159
- "multiple": false,
160
- "type": "option"
161
- },
162
- "loglevel": {
163
- "deprecated": {
164
- "message": "The loglevel flag is no longer in use on this command. You may use it without error, but it will be ignored.\nSet the log level using the `SFDX_LOG_LEVEL` environment variable."
165
- },
166
- "hidden": true,
167
- "name": "loglevel",
168
- "hasDynamicHelp": false,
169
- "multiple": false,
170
- "type": "option"
171
- }
172
- },
173
- "hasDynamicHelp": true,
174
- "hiddenAliases": [],
175
- "id": "apex:list:log",
176
- "pluginAlias": "@salesforce/plugin-apex",
177
- "pluginName": "@salesforce/plugin-apex",
178
- "pluginType": "core",
179
- "strict": true,
180
- "summary": "Display a list of IDs and general information about debug logs.",
181
- "enableJsonFlag": true,
182
- "isESM": true,
183
- "relativePath": [
184
- "lib",
185
- "commands",
186
- "apex",
187
- "list",
188
- "log.js"
189
- ],
190
- "aliasPermutations": [
191
- "force:apex:log:list",
192
- "apex:force:log:list",
193
- "apex:log:force:list",
194
- "apex:log:list:force",
195
- "force:log:apex:list",
196
- "log:force:apex:list",
197
- "log:apex:force:list",
198
- "log:apex:list:force",
199
- "force:log:list:apex",
200
- "log:force:list:apex",
201
- "log:list:force:apex",
202
- "log:list:apex:force",
203
- "force:apex:list:log",
204
- "apex:force:list:log",
205
- "apex:list:force:log",
206
- "apex:list:log:force",
207
- "force:list:apex:log",
208
- "list:force:apex:log",
209
- "list:apex:force:log",
210
- "list:apex:log:force",
211
- "force:list:log:apex",
212
- "list:force:log:apex",
213
- "list:log:force:apex",
214
- "list:log:apex:force"
215
- ],
216
- "permutations": [
217
- "apex:list:log",
218
- "list:apex:log",
219
- "list:log:apex",
220
- "apex:log:list",
221
- "log:apex:list",
222
- "log:list:apex"
223
- ]
224
- },
225
109
  "apex:run:test": {
226
110
  "aliases": [
227
111
  "force:apex:test:run"
@@ -834,6 +718,122 @@
834
718
  "test:get:apex"
835
719
  ]
836
720
  },
721
+ "apex:list:log": {
722
+ "aliases": [
723
+ "force:apex:log:list"
724
+ ],
725
+ "args": {},
726
+ "deprecateAliases": true,
727
+ "description": "Run this command in a project to list the IDs and general information for all debug logs in your default org.\n\nTo fetch a specific log from your org, obtain the ID from this command's output, then run the “<%= config.bin %> apex log get” command.",
728
+ "examples": [
729
+ "List the IDs and information about the debug logs in your default org:\n<%= config.bin %> <%= command.id %>",
730
+ "Similar to previous example, but use the org with the specified username:\n<%= config.bin %> <%= command.id %> --target-org me@my.org"
731
+ ],
732
+ "flags": {
733
+ "json": {
734
+ "description": "Format output as json.",
735
+ "helpGroup": "GLOBAL",
736
+ "name": "json",
737
+ "allowNo": false,
738
+ "type": "boolean"
739
+ },
740
+ "flags-dir": {
741
+ "helpGroup": "GLOBAL",
742
+ "name": "flags-dir",
743
+ "summary": "Import flag values from a directory.",
744
+ "hasDynamicHelp": false,
745
+ "multiple": false,
746
+ "type": "option"
747
+ },
748
+ "target-org": {
749
+ "aliases": [
750
+ "targetusername",
751
+ "u"
752
+ ],
753
+ "char": "o",
754
+ "deprecateAliases": true,
755
+ "name": "target-org",
756
+ "noCacheDefault": true,
757
+ "required": true,
758
+ "summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
759
+ "hasDynamicHelp": true,
760
+ "multiple": false,
761
+ "type": "option"
762
+ },
763
+ "api-version": {
764
+ "aliases": [
765
+ "apiversion"
766
+ ],
767
+ "deprecateAliases": true,
768
+ "description": "Override the api version used for api requests made by this command",
769
+ "name": "api-version",
770
+ "hasDynamicHelp": false,
771
+ "multiple": false,
772
+ "type": "option"
773
+ },
774
+ "loglevel": {
775
+ "deprecated": {
776
+ "message": "The loglevel flag is no longer in use on this command. You may use it without error, but it will be ignored.\nSet the log level using the `SFDX_LOG_LEVEL` environment variable."
777
+ },
778
+ "hidden": true,
779
+ "name": "loglevel",
780
+ "hasDynamicHelp": false,
781
+ "multiple": false,
782
+ "type": "option"
783
+ }
784
+ },
785
+ "hasDynamicHelp": true,
786
+ "hiddenAliases": [],
787
+ "id": "apex:list:log",
788
+ "pluginAlias": "@salesforce/plugin-apex",
789
+ "pluginName": "@salesforce/plugin-apex",
790
+ "pluginType": "core",
791
+ "strict": true,
792
+ "summary": "Display a list of IDs and general information about debug logs.",
793
+ "enableJsonFlag": true,
794
+ "isESM": true,
795
+ "relativePath": [
796
+ "lib",
797
+ "commands",
798
+ "apex",
799
+ "list",
800
+ "log.js"
801
+ ],
802
+ "aliasPermutations": [
803
+ "force:apex:log:list",
804
+ "apex:force:log:list",
805
+ "apex:log:force:list",
806
+ "apex:log:list:force",
807
+ "force:log:apex:list",
808
+ "log:force:apex:list",
809
+ "log:apex:force:list",
810
+ "log:apex:list:force",
811
+ "force:log:list:apex",
812
+ "log:force:list:apex",
813
+ "log:list:force:apex",
814
+ "log:list:apex:force",
815
+ "force:apex:list:log",
816
+ "apex:force:list:log",
817
+ "apex:list:force:log",
818
+ "apex:list:log:force",
819
+ "force:list:apex:log",
820
+ "list:force:apex:log",
821
+ "list:apex:force:log",
822
+ "list:apex:log:force",
823
+ "force:list:log:apex",
824
+ "list:force:log:apex",
825
+ "list:log:force:apex",
826
+ "list:log:apex:force"
827
+ ],
828
+ "permutations": [
829
+ "apex:list:log",
830
+ "list:apex:log",
831
+ "list:log:apex",
832
+ "apex:log:list",
833
+ "log:apex:list",
834
+ "log:list:apex"
835
+ ]
836
+ },
837
837
  "apex:tail:log": {
838
838
  "aliases": [
839
839
  "force:apex:log:tail"
@@ -978,5 +978,5 @@
978
978
  ]
979
979
  }
980
980
  },
981
- "version": "3.6.17"
981
+ "version": "3.6.18"
982
982
  }
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@salesforce/plugin-apex",
3
3
  "description": "Apex commands",
4
- "version": "3.6.17",
4
+ "version": "3.6.18",
5
5
  "author": "Salesforce",
6
6
  "bugs": "https://github.com/forcedotcom/cli/issues",
7
7
  "dependencies": {
8
- "@salesforce/apex-node": "^8.1.25",
8
+ "@salesforce/apex-node": "^8.1.26",
9
9
  "@salesforce/core": "^8.10.1",
10
10
  "@salesforce/kit": "^3.2.3",
11
11
  "@salesforce/sf-plugins-core": "^12.2.1",
@@ -16,8 +16,8 @@
16
16
  "@oclif/plugin-command-snapshot": "^5.2.37",
17
17
  "@salesforce/cli-plugins-testkit": "^5.3.39",
18
18
  "@salesforce/dev-scripts": "^10.2.11",
19
- "@salesforce/plugin-command-reference": "^3.1.51",
20
- "eslint-plugin-sf-plugin": "^1.20.19",
19
+ "@salesforce/plugin-command-reference": "^3.1.52",
20
+ "eslint-plugin-sf-plugin": "^1.20.22",
21
21
  "oclif": "^4.17.46",
22
22
  "ts-node": "^10.9.2",
23
23
  "typescript": "^5.8.3"
@@ -217,7 +217,7 @@
217
217
  "exports": "./lib/index.js",
218
218
  "type": "module",
219
219
  "sfdx": {
220
- "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-apex/3.6.17.crt",
221
- "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-apex/3.6.17.sig"
220
+ "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-apex/3.6.18.crt",
221
+ "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-apex/3.6.18.sig"
222
222
  }
223
223
  }