ipt commandsΒΆ
Ipt consists of a list of different modules, where each performs its own task. All modules are combined in a single binary. These modules can be selected through command line arguments. This gives ipt a similar structure as the well-known application git.
A specific command can be addressed using ipt <name of command> (e.g.,
ipt lint). Further information on all commands can be found on the
respective subpages (see below) or by entering --help after the command
(e.g., ipt lint --help).
ipt --help does also provide a list of all available commands.