mirror of
https://github.com/BastilleBSD/bastille.git
synced 2025-12-11 17:39:52 +01:00
docs: Add upgrade subcommand
This commit is contained in:
16
docs/chapters/subcommands/upgrade.rst
Normal file
16
docs/chapters/subcommands/upgrade.rst
Normal file
@@ -0,0 +1,16 @@
|
||||
=======
|
||||
upgrade
|
||||
=======
|
||||
|
||||
The `upgrade` command targets a thick or thin jail. Thin jails will be updated by changing the
|
||||
release mount point that it is based on. Thick jails will be upgraded normally.
|
||||
|
||||
.. code-block:: shell
|
||||
|
||||
ishmael ~ # bastille upgrade help
|
||||
Usage: bastille upgrade [option(s)] TARGET [NEWRELEASE|install]
|
||||
Options:
|
||||
|
||||
-a | --auto Auto mode. Start/stop jail(s) if required.
|
||||
-f | --force Force upgrade a jail.
|
||||
-x | --debug Enable debug mode.
|
||||
Reference in New Issue
Block a user