File: switches.rst

package info (click to toggle)
bootstrap-vz 0.9.11%2B20180121git-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 2,244 kB
  • sloc: python: 8,800; sh: 813; makefile: 16
file content (14 lines) | stat: -rw-r--r-- 603 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14

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 occurred.
+ ``--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.