Skip to content

Commit 204c01d

Browse files
CLI-152 Regenerate README docs (#109)
1 parent c89f8cd commit 204c01d

File tree

1 file changed

+16
-2
lines changed

1 file changed

+16
-2
lines changed

README.md

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -286,9 +286,23 @@ cat .env | sonar analyze secrets --stdin
286286

287287
---
288288

289-
#### `sonar analyze a3s`
289+
#### `sonar analyze sqaa`
290290

291-
Run A3S server-side analysis on a file (SonarQube Cloud only)
291+
Run SQAA server-side analysis on a file (SonarQube Cloud only)
292+
293+
**Options:**
294+
295+
| Option | Type | Required | Description | Default |
296+
| ----------- | ------ | -------- | -------------------------------------------------------- | ------- |
297+
| `--file` | string | Yes | File path to analyze | - |
298+
| `--branch` | string | No | Branch name for analysis context | - |
299+
| `--project` | string | No | SonarCloud project key (overrides auto-detected project) | - |
300+
301+
---
302+
303+
### `sonar verify`
304+
305+
Analyze a file for issues
292306

293307
**Options:**
294308

0 commit comments

Comments
 (0)