Pluggdapps

Component system. Web framework. And more ...

pa – Command line script.

Control and inspect pluggdapps environment using command line script. Almost all functions of command line script are implemented as sub-commands. To get a quick summary of available sub-commads, do,

1
$ pa commands

To learn more about available subcommand refer to pluggdapps.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.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
$ pa --help

usage: pa [-h] [-m] [-c CONFIG] [-w]

Pluggdapps command line script.

optional arguments:
  -h, --help  show this help message and exit
  -m          Start monitor process.
  -c CONFIG   Specify config file.
  -w          Load platform with web-framework

Related Topics

This Page