@salesforce/plugin-apex 3.1.2 → 3.1.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 -6
- package/npm-shrinkwrap.json +9405 -14157
- package/oclif.lock +1113 -3532
- package/oclif.manifest.json +1 -1
- package/package.json +5 -5
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.1.
|
|
151
|
+
_See code: [src/commands/apex/get/log.ts](https://github.com/salesforcecli/plugin-apex/blob/3.1.3/src/commands/apex/get/log.ts)_
|
|
152
152
|
|
|
153
153
|
## `sf apex get test`
|
|
154
154
|
|
|
@@ -202,7 +202,7 @@ EXAMPLES
|
|
|
202
202
|
me@myorg',
|
|
203
203
|
```
|
|
204
204
|
|
|
205
|
-
_See code: [src/commands/apex/get/test.ts](https://github.com/salesforcecli/plugin-apex/blob/3.1.
|
|
205
|
+
_See code: [src/commands/apex/get/test.ts](https://github.com/salesforcecli/plugin-apex/blob/3.1.3/src/commands/apex/get/test.ts)_
|
|
206
206
|
|
|
207
207
|
## `sf apex list log`
|
|
208
208
|
|
|
@@ -242,7 +242,7 @@ EXAMPLES
|
|
|
242
242
|
$ sf apex list log --target-org me@my.org
|
|
243
243
|
```
|
|
244
244
|
|
|
245
|
-
_See code: [src/commands/apex/list/log.ts](https://github.com/salesforcecli/plugin-apex/blob/3.1.
|
|
245
|
+
_See code: [src/commands/apex/list/log.ts](https://github.com/salesforcecli/plugin-apex/blob/3.1.3/src/commands/apex/list/log.ts)_
|
|
246
246
|
|
|
247
247
|
## `sf apex run`
|
|
248
248
|
|
|
@@ -289,7 +289,7 @@ EXAMPLES
|
|
|
289
289
|
$ sf apex run
|
|
290
290
|
```
|
|
291
291
|
|
|
292
|
-
_See code: [src/commands/apex/run.ts](https://github.com/salesforcecli/plugin-apex/blob/3.1.
|
|
292
|
+
_See code: [src/commands/apex/run.ts](https://github.com/salesforcecli/plugin-apex/blob/3.1.3/src/commands/apex/run.ts)_
|
|
293
293
|
|
|
294
294
|
## `sf apex run test`
|
|
295
295
|
|
|
@@ -397,7 +397,7 @@ FLAG DESCRIPTIONS
|
|
|
397
397
|
--tests Test1 --tests Test2
|
|
398
398
|
```
|
|
399
399
|
|
|
400
|
-
_See code: [src/commands/apex/run/test.ts](https://github.com/salesforcecli/plugin-apex/blob/3.1.
|
|
400
|
+
_See code: [src/commands/apex/run/test.ts](https://github.com/salesforcecli/plugin-apex/blob/3.1.3/src/commands/apex/run/test.ts)_
|
|
401
401
|
|
|
402
402
|
## `sf apex tail log`
|
|
403
403
|
|
|
@@ -440,6 +440,6 @@ EXAMPLES
|
|
|
440
440
|
$ sf apex tail log --color --skip-trace-flag
|
|
441
441
|
```
|
|
442
442
|
|
|
443
|
-
_See code: [src/commands/apex/tail/log.ts](https://github.com/salesforcecli/plugin-apex/blob/3.1.
|
|
443
|
+
_See code: [src/commands/apex/tail/log.ts](https://github.com/salesforcecli/plugin-apex/blob/3.1.3/src/commands/apex/tail/log.ts)_
|
|
444
444
|
|
|
445
445
|
<!-- commandsstop -->
|