Node:Managing the WebPublish database, Next:Using the WebPublish database, Up:Two modes of operation
When you execute WebPublish for the first time, WebPublish will
create a hidden directory in your home directory. The hidden
directory is named $HOME/.webpublish
. WebPublish uses this
hidden directory to store several database files.
There are four commands that are used to maintain the information in the WebPublish database. The four commands are:
--add
--change
--remove
--list
There are five database files that the database commands can operate on. The five database files are:
account
shell
synch
publish
mode
The -file (-F
) command line option is used to specify the
database file that a given database command will operate on. For
example, the following command string will add a new record to
the account database file.
webpublish --add -F account (additional information)