Files
hackacad/docs/chapters/subcommands/list.rst
tschettervictor b60af850c9 Finish man pages
2025-12-06 23:19:19 -07:00

26 lines
918 B
ReStructuredText

list
====
List jails, ports, releases, templates, logs, limits, exports and imports and
much more managed by bastille. See the ``help`` output below.
Using `bastille list` without args will print all jails with the info we feel is
most important.
Most options can be printed in JSON format by including the ``-j|--json`` flag.
Use ``-p|--pretty`` to print in columns instead of rows.
.. code-block:: shell
ishmael ~ # bastille list help
Usage: bastille list [option(s)] [all|backup|export|import|ip|jail|limit]"
[log|path|port|priority|release|snapshot|state|template|type]"
Options:
-d | --down List stopped jails only.
-j | --json List jails or sub-arg(s) in json format.
-p | --pretty Print JSON in columns. Must be used with -j|--json.
-u | --up List running jails only.
-x | --debug Enable debug mode.