File: pyinfra.1

package info (click to toggle)
pyinfra 0.2.2%2Bgit20161227.ec708ef-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 11,804 kB
  • ctags: 677
  • sloc: python: 5,944; sh: 71; makefile: 11
file content (15 lines) | stat: -rw-r--r-- 649 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
.TH "PYINFRA" 1 "" "" "pyinfra"
.SH NAME
\fBpyinfra\fP \- state based and programmable server deployment tool
.SH SYNOPSIS
$ pyinfra -i <inventory script name/single host> --run <operation> <args>
.PP
$ pyinfra -i <IP address> --run \fIserver.user\fP \fIwww-data\fP --user \fIroot\fP --key \fI~/.ssh/sshkey\fP -v
.PP
$ pyinfra -i <inventory script name/single host> <deploy script name>
.SH DOCUMENTATION
Please see </usr/share/doc/pyinfra/html/index.html> for the documentation.
.SH OPTIONS
Please see the output of \fB$ pyinfra --help\fP for a complete list of options.
.SH AUTHORS
Pyinfra is written by Nick Barrett <pointlessrambler@gmail.com>.