Docs » webapp
command-line WebApp administrative tool
TABLE OF CONTENTS
NAME
webapp - command-line WebApp administrative tool
SYNOPSIS
# to get built-in help $ webapp help # to see what version of webapp is installs $ webapp version # to clone the template app $ webapp Create # to inquire as to the status of an app $ webapp Status app=foo # to add a new user identity to an app $ webapp NewUser app=foo # more commands documented below ...
DESCRIPTION
The webapp command-line utility is really just a front end to the WebApp perl module, which contains all of the actual code. This POD describes command-line use in more detail than the WebApp POD.
OPTIONS
All options are specified without dashes. We prompt for any unspecified options whose values are required.
verbose=int
app=name
AUTHOR
Sean Levy <mailto:snl@cluefactory.com>
COPYRIGHT AND LICENSE
(C) 2002-2006 by Sean Levy <mailto:snl@cluefactory.com>. all rights reserved.
This code is released under a BSD license. Please see the LICENSE file that came with the source distribution, or visit http://cluefactory.com/oss/WebApp/license.html