mirror of
https://github.com/hackacad/bastille.git
synced 2026-03-27 11:14:54 +01:00
26 lines
918 B
ReStructuredText
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.
|