Skip to content

Commit c1be540

Browse files
committed
add sf cli link instructions
1 parent f8d6ee0 commit c1be540

File tree

1 file changed

+12
-5
lines changed

1 file changed

+12
-5
lines changed

README.md

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Customize the scan behavior using the following options:
4343

4444
--json set output format as json.
4545

46-
-z, --betamode a runtime toggle to enable experimental beta rules.
46+
-z, --betamode a runtime toggle to enable beta rules(experimental)
4747

4848
--loglevel=(trace|debug|info|warn|error|fatal) [default: warn] logging level.
4949
```
@@ -98,9 +98,9 @@ Note: if you prefer JSON format, you can create a `.flow-scanner.json` file usin
9898

9999
[![npm version](https://img.shields.io/npm/v/lightning-flow-scanner?label=npm)](https://www.npmjs.com/package/lightning-flow-scanner)
100100

101-
| **Install with sf (Salesforce CLI)** | **Install globally with npm** |
102-
|--------------------------------------|-------------------------------|
103-
| ```bash<br>sf plugins install lightning-flow-scanner``` | ```bash<br>npm install -g lightning-flow-scanner``` |
101+
| **Install with sf (Salesforce CLI)** | **Install globally with npm** |
102+
| ----------------------------------------------------- | ------------------------------------------------- |
103+
| ``bash<br>sf plugins install lightning-flow-scanner`` | ``bash<br>npm install -g lightning-flow-scanner`` |
104104

105105
---
106106

@@ -138,7 +138,14 @@ Note: if you prefer JSON format, you can create a `.flow-scanner.json` file usin
138138
npm run test
139139
```
140140

141-
5. **Linking** **Core Module (Optional)**
141+
5. **Linking SF CLI Plugin**
142+
to test changes in your local CLI run:
143+
144+
```bash
145+
sf plugins link .
146+
```
147+
148+
6. **Linking** **Core Module (Optional)**
142149

143150
If you’re developing or testing updates to the core module, you can link it locally:
144151

0 commit comments

Comments
 (0)