bootstrap-vz/docs/switches.rst

15 lines
602 B
ReStructuredText
Raw Normal View History

2014-05-10 16:56:12 +02:00
Commandline switches
====================
As a developer, there are commandline switches available which can
make your life a lot easier.
+ ``--debug``: Enables debug output in the console. This includes output
from all commands that are invoked during bootstrapping.
+ ``--pause-on-error``: Pauses the execution when an exception occurs
before rolling back. This allows you to debug by inspecting the volume
at the time the error occured.
+ ``--dry-run``: Prevents the ``run()`` function from being called on all
tasks. This is useful if you want to see whether the task order is
correct.