mirror of
https://github.com/hackacad/bastille.git
synced 2025-12-16 23:31:20 +01:00
23 lines
945 B
ReStructuredText
23 lines
945 B
ReStructuredText
list
|
|
====
|
|
|
|
List jails, ports, releases, templates, logs, limits, exports and imports and much more
|
|
managed by bastille.
|
|
|
|
Using `bastille list` without args will print with all 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)] [RELEASE (-p)] [all] [backup(s)] [export(s)] [import(s)] [ip(s)] [jail(s)] [limit(s)] [log(s)]
|
|
[path(s)] [port(s)] [prio|priority] [state(s)] [template(s)]
|
|
Options:
|
|
|
|
-d | --down List stopped jails only.
|
|
-j | --json List jails or sub-arg(s) in json format.
|
|
-p | --pretty Print JSON in columns.
|
|
-u | --up List running jails only.
|
|
-x | --debug Enable debug mode. |