File: command_list.md.j2

package info (click to toggle)
zabbix-cli 3.5.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,860 kB
  • sloc: python: 18,557; makefile: 3
file content (26 lines) | stat: -rw-r--r-- 421 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Commands

There are currently {{ commandlist | length }} available commands.

For more information about a specific command, use:

```
zabbix-cli <command> --help
```

See [Commands](../commands/index.md) for usage info of each command.




## List of commands

```
{% for command in commandlist -%}
{{ command }}
{% endfor %}
```

{% for category, path in pages.items() -%}
* [{{ category }}]({{ path }})
{% endfor %}