@salesforce/plugin-apex 3.0.21 → 3.0.22
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 -6
- package/oclif.lock +124 -827
- package/oclif.manifest.json +109 -109
- package/package.json +6 -6
package/README.md
CHANGED
|
@@ -146,7 +146,7 @@ FLAG DESCRIPTIONS
|
|
|
146
146
|
directory.
|
|
147
147
|
```
|
|
148
148
|
|
|
149
|
-
_See code: [src/commands/apex/get/log.ts](https://github.com/salesforcecli/plugin-apex/blob/3.0.
|
|
149
|
+
_See code: [src/commands/apex/get/log.ts](https://github.com/salesforcecli/plugin-apex/blob/3.0.22/src/commands/apex/get/log.ts)_
|
|
150
150
|
|
|
151
151
|
## `sf apex get test`
|
|
152
152
|
|
|
@@ -199,7 +199,7 @@ EXAMPLES
|
|
|
199
199
|
me@myorg',
|
|
200
200
|
```
|
|
201
201
|
|
|
202
|
-
_See code: [src/commands/apex/get/test.ts](https://github.com/salesforcecli/plugin-apex/blob/3.0.
|
|
202
|
+
_See code: [src/commands/apex/get/test.ts](https://github.com/salesforcecli/plugin-apex/blob/3.0.22/src/commands/apex/get/test.ts)_
|
|
203
203
|
|
|
204
204
|
## `sf apex list log`
|
|
205
205
|
|
|
@@ -238,7 +238,7 @@ EXAMPLES
|
|
|
238
238
|
$ sf apex list log --target-org me@my.org
|
|
239
239
|
```
|
|
240
240
|
|
|
241
|
-
_See code: [src/commands/apex/list/log.ts](https://github.com/salesforcecli/plugin-apex/blob/3.0.
|
|
241
|
+
_See code: [src/commands/apex/list/log.ts](https://github.com/salesforcecli/plugin-apex/blob/3.0.22/src/commands/apex/list/log.ts)_
|
|
242
242
|
|
|
243
243
|
## `sf apex run`
|
|
244
244
|
|
|
@@ -284,7 +284,7 @@ EXAMPLES
|
|
|
284
284
|
$ sf apex run
|
|
285
285
|
```
|
|
286
286
|
|
|
287
|
-
_See code: [src/commands/apex/run.ts](https://github.com/salesforcecli/plugin-apex/blob/3.0.
|
|
287
|
+
_See code: [src/commands/apex/run.ts](https://github.com/salesforcecli/plugin-apex/blob/3.0.22/src/commands/apex/run.ts)_
|
|
288
288
|
|
|
289
289
|
## `sf apex run test`
|
|
290
290
|
|
|
@@ -391,7 +391,7 @@ FLAG DESCRIPTIONS
|
|
|
391
391
|
--tests Test1 --tests Test2
|
|
392
392
|
```
|
|
393
393
|
|
|
394
|
-
_See code: [src/commands/apex/run/test.ts](https://github.com/salesforcecli/plugin-apex/blob/3.0.
|
|
394
|
+
_See code: [src/commands/apex/run/test.ts](https://github.com/salesforcecli/plugin-apex/blob/3.0.22/src/commands/apex/run/test.ts)_
|
|
395
395
|
|
|
396
396
|
## `sf apex tail log`
|
|
397
397
|
|
|
@@ -431,6 +431,6 @@ EXAMPLES
|
|
|
431
431
|
$ sf apex tail log --color --skip-trace-flag
|
|
432
432
|
```
|
|
433
433
|
|
|
434
|
-
_See code: [src/commands/apex/tail/log.ts](https://github.com/salesforcecli/plugin-apex/blob/3.0.
|
|
434
|
+
_See code: [src/commands/apex/tail/log.ts](https://github.com/salesforcecli/plugin-apex/blob/3.0.22/src/commands/apex/tail/log.ts)_
|
|
435
435
|
|
|
436
436
|
<!-- commandsstop -->
|