You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A summary of what was added:
1. Commands table (line 72) — new row for completions between clean and config
2. ## Completions section (lines 471–535) — full reference entry including:
- Description with supported shells
- Tip that the command runs locally without the agent service
- Usage block
- Positional argument table (bash, zsh, fish)
- Installation examples for all three shells with per-shell notes (system-wide for bash, fpath/compinit reminder for zsh, fish completions directory)
The section follows the same formatting conventions as the rest of the CLI reference (<div class="notranslate">, <span class="notranslate">, :::tip, etc.).
Copy file name to clipboardExpand all lines: docs/command_line_interface/README.md
+66Lines changed: 66 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -69,6 +69,7 @@ Available commands:
69
69
|[<spanclass="notranslate">`check-domains`</span>](/command_line_interface/#check-domains)|Send domain list check|
70
70
|[<spanclass="notranslate">`check modsec directives`</span>](/command_line_interface/#check-modsec-directives)|Allows to check whether the global ModSecurity<br>directives have values recommended by Imunify360|
71
71
|[<spanclass="notranslate">`clean`</span>](/command_line_interface/#clean)|Clean the incidents|
|[<spanclass="notranslate">`config`</span>](/command_line_interface/#config)|Allows to update and show configuration file via CLI|
73
74
|[<spanclass="notranslate">`doctor`</span>](/command_line_interface/#doctor)|Collect info about system and send it to the Imunify support team|
74
75
|[<spanclass="notranslate">`eula`</span>](/command_line_interface/#eula)|Allows to show and accept the end-user license agreement to automate installation|
@@ -467,6 +468,71 @@ The following command deletes all incidents that are older than 5 days from toda
467
468
468
469
</div>
469
470
471
+
## Completions
472
+
473
+
Prints a shell auto-completion script for <spanclass="notranslate">`imunify360-agent`</span> to stdout. Once installed, it enables tab-completion for all subcommands and flags.
Ensure <spanclass="notranslate">`~/.zsh/completions`</span> is on your <spanclass="notranslate">`fpath`</span> and <spanclass="notranslate">`compinit`</span> is loaded in your <spanclass="notranslate">`~/.zshrc`</span>.
525
+
526
+
3. Install for <spanclass="notranslate">Fish</span> (per-user):
527
+
528
+
<divclass="notranslate">
529
+
530
+
```
531
+
imunify360-agent completions fish > ~/.config/fish/completions/imunify360-agent.fish
532
+
```
533
+
534
+
</div>
535
+
470
536
## Config
471
537
472
538
Allows to update and show configuration file via CLI.
0 commit comments