add mor man pages

bastille
bootstrap
clone
config
cmd
This commit is contained in:
tschettervictor
2025-12-04 23:08:59 -07:00
parent 34696eaa29
commit cb7e9811fc
15 changed files with 339 additions and 259 deletions

View File

@@ -1,6 +1,8 @@
bootstrap
=========
Bootstrap a release or template(s).
The bootstrap sub-command is used to download and extract releases and templates
for use with Bastille containers. A valid release is needed before containers
can be created. Templates are optional but are managed in the same manner.

View File

@@ -1,7 +1,7 @@
clone
=====
Clone/duplicate an existing jail to a new jail.
Clone an existing jail.
Limitations
-----------
@@ -19,6 +19,6 @@ Limitations
Options:
-a | --auto Auto mode. Start/stop jail(s) if required. Cannot be used with [-l|--live].
-l | --live Clone a running jail (ZFS only). Cannot be used with [-a|--auto].
-x | --debug Enable debug mode.
-a | --auto Auto mode. Start/stop jail(s) if required. Cannot be used with [-l|--live].
-l | --live Clone a running jail (ZFS only). Cannot be used with [-a|--auto].
-x | --debug Enable debug mode.

View File

@@ -1,7 +1,7 @@
cmd
===
Execute commands inside targeted jail(s).
Execute command inside targeted jail(s).
.. code-block:: shell
@@ -19,5 +19,5 @@ Execute commands inside targeted jail(s).
Options:
-a | --auto Auto mode. Start/stop jail(s) if required.
-x | --debug Enable debug mode.
-a | --auto Auto mode. Start/stop jail(s) if required.
-x | --debug Enable debug mode.

View File

@@ -1,7 +1,7 @@
config
======
Get, set or remove properties from targeted jail(s).
Get, set, add or remove properties from targeted jail(s).
Getting a property that *is* defined in jail.conf:
@@ -38,7 +38,8 @@ The restart message will appear every time a property is removed.
.. code-block:: shell
ishmael ~ # bastille config help
Usage: bastille config [option(s)] TARGET [get|(set|add)|remove] PROPERTY [VALUE]
Usage: bastille config [option(s)] TARGET set|add PROPERTY [VALUE]
get|remove PROPERTY
Options:

View File

@@ -11,10 +11,10 @@ Usage
bastille [option(s)] command [option(s)] TARGET ARGS
Available Commands:
bootstrap Bootstrap a release for jail base.
bootstrap Bootstrap a release or template(s).
clone Clone an existing jail.
cmd Execute arbitrary command on targeted jail(s).
config Get, set or remove a config value for the targeted jail(s).
cmd Execute command inside targeted jail(s).
config Get, set, add or remove properties from targeted jail(s).
console Console into a jail.
convert Convert thin jail to thick jail, or convert a jail to a custom release.
cp cp(1) files from host to targeted jail(s).