Pagd

Template. Context. Page.

script – Command line script

Command line script. Almost all functions of command line script are implemented as sub-commands. To get a quick summary of available sub-commads,

$ pagd commands

To learn more about available subcommand refer to pagd.commands package. Since sub commands are implemented as plugins, there can be other sub-commands implemented by different package. Refer to corresponding package for their documentation.

You can also use –help on the sub-command for supported options.

$ pagd --help

Related Topics

This Page