1FABRIC(1) User Commands FABRIC(1)
2
3
4
6 Fabric - manual page for Fabric 2.6.0
7
9 fab [--core-opts] task1 [--task1-opts] ... taskN [--taskN-opts]
10
12 Core options:
13
14 --complete
15 Print tab-completion candidates for given parse remainder.
16
17 --hide=STRING
18 Set default value of run()'s 'hide' kwarg.
19
20 --no-dedupe
21 Disable task deduplication.
22
23 --print-completion-script=STRING
24 Print the tab-completion script for your preferred shell
25 (bash|zsh|fish).
26
27 --prompt-for-login-password
28 Request an upfront SSH-auth password prompt.
29
30 --prompt-for-passphrase
31 Request an upfront SSH key passphrase prompt.
32
33 --prompt-for-sudo-password
34 Prompt user at start of session for the sudo.password config
35 value.
36
37 --write-pyc
38 Enable creation of .pyc files.
39
40 -c STRING, --collection=STRING
41 Specify collection name to load.
42
43 -d, --debug
44 Enable debug output.
45
46 -D INT, --list-depth=INT
47 When listing tasks, only show the first INT levels.
48
49 -e, --echo
50 Echo executed commands before running.
51
52 -f STRING, --config=STRING
53 Runtime configuration file to use.
54
55 -F STRING, --list-format=STRING
56 Change the display format used when listing tasks. Should be one
57 of: flat (default), nested, json.
58
59 -h [STRING], --help[=STRING]
60 Show core or per-task help and exit.
61
62 -H STRING, --hosts=STRING
63 Comma-separated host name(s) to execute tasks against.
64
65 -i, --identity
66 Path to runtime SSH identity (key) file. May be given multiple
67 times.
68
69 -l [STRING], --list[=STRING]
70 List available tasks, optionally limited to a namespace.
71
72 -p, --pty
73 Use a pty when executing shell commands.
74
75 -r STRING, --search-root=STRING
76 Change root directory used for finding task modules.
77
78 -R, --dry
79 Echo commands instead of running.
80
81 -S STRING, --ssh-config=STRING
82 Path to runtime SSH config file.
83
84 -t INT, --connect-timeout=INT
85 Specifies default connection timeout, in seconds.
86
87 -T INT, --command-timeout=INT
88 Specify a global command execution timeout, in seconds.
89
90 -V, --version
91 Show version and exit.
92
93 -w, --warn-only
94 Warn, instead of failing, when shell commands fail.
95
96 Paramiko 2.7.2 Invoke 1.5.0
97
98
99
100Fabric 2.6.0 July 2021 FABRIC(1)