Skip to content

Commit 6f07d2f

Browse files
committed
gdna: update generated docs
1 parent 1100d09 commit 6f07d2f

File tree

5 files changed

+20
-7
lines changed

5 files changed

+20
-7
lines changed

gdna/docs/gdna_add_group.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ gdna add group [FLAGS] CATEGORY NAME PATTERN...
99
### Options
1010

1111
```text
12-
--allocation int add allocation
12+
--allocation int add allocation (use -1 for no change) (default -1)
1313
--token string token to allocate (default "server")
1414
```
1515

gdna/docs/gdna_email.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,10 @@ gdna email
1313
### Options
1414

1515
```text
16-
-r, --report string report names
16+
-r, --report string Run only the matching reports, for multiple reports use a
17+
comma-separated list. Report names can include shell-style wildcards.
18+
Split reports can be suffixed with ':value' to limit the report
19+
to the value given.
1720
--contents string Override configured email contents
1821
--subject string Override configured email Subject
1922
--from string Override configured email From

gdna/docs/gdna_list_reports.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,10 @@ gdna list reports
1313
### Options
1414

1515
```text
16-
-r, --report string report names
16+
-r, --report string Run only the matching reports, for multiple reports use a
17+
comma-separated list. Report names can include shell-style wildcards.
18+
Split reports can be suffixed with ':value' to limit the report
19+
to the value given.
1720
```
1821

1922
## SEE ALSO

gdna/docs/gdna_report.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,13 @@ gdna report
2626
### Options
2727

2828
```text
29-
-o, --output file output destination file, default is console (default "-")
30-
-F, --format format output format - one of: dataview, table, html, toolkit (or csv), xslx (default "dataview")
31-
-r, --reports string Run only matching (file globbing style) reports
29+
-o, --output file output destination file, default is console (stdout) (default "-")
30+
-F, --format format output format - one of: dataview, table, html, markdown,
31+
toolkit (or csv), xslx (default "dataview")
32+
-r, --reports string Run only the matching reports, for multiple reports use a
33+
comma-separated list. Report names can include shell-style wildcards.
34+
Split reports can be suffixed with ':value' to limit the report
35+
to the value given.
3236
-S, --scramble Scramble configured column of data in reports with sensitive data
3337
-H, --hostname hostname Connect to netprobe at hostname (default "localhost")
3438
-P, --port port Connect to netprobe on port (default 7036)

gdna/docs/gdna_start.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,10 @@ gdna start
1414
-1, --once Run once and exit
1515
-O, --on-start Run immediately on start-up, then follow schedule
1616
-E, --on-start-email Run immediately on start-up, send email report, then follow schedule
17-
-r, --reports string Run only matching (file globbing style) reports
17+
-r, --reports string Run only the matching reports, for multiple reports use a
18+
comma-separated list. Report names can include shell-style wildcards.
19+
Split reports can be suffixed with ':value' to limit the report
20+
to the value given.
1821
-H, --hostname hostname Connect to netprobe at hostname (default "localhost")
1922
-P, --port port Connect to netprobe on port (default 7036)
2023
-S, --secure Use TLS connection to Netprobe

0 commit comments

Comments
 (0)