1PFT-PUB(1)            User Contributed Perl Documentation           PFT-PUB(1)
2
3
4

NAME

6       pft pub - Publish content
7

SYNOPSIS

9       pft pub
10

DESCRIPTION

12       Publish content (e.g. on a remote webserver).
13
14       The publishing method is defined in the "pft.yaml" configuration file,
15       and can be specified with the --publishing-method flag of pft-init(1).
16
17       Each of the supported publishing methods requires a different set of
18       parameters: a comprehensive list of methods and parameters can be
19       obtained by invoking pft pub --list-required-conf.
20
21       install
22           Copy the "ROOT/build" directory in another part of the filesystem.
23
24           This installation method will clear the target directory before
25           reconstructing it: any data contained in such directory will be
26           lost.  Consider using the "ROOT/inject" directory for auxiliary
27           files (see pft(1)).
28
29       rsync+ssh
30           Copy the "ROOT/build" directory via rsync(1) onto a remote server,
31           using ssh(1) as transport protocol.
32

OPTIONS

34       --list-required-conf
35           List available publishing methods and the expected parameters in
36           the configuration file.
37
38           The output is compatible with the option specification of
39           pft-init(1).
40
41       --help | -h
42           Show this help
43

SEE ALSO

45       pft-init(1)
46
47
48
49perl v5.32.0                      2020-07-28                        PFT-PUB(1)
Impressum