wuttjamaican.cmd.make_appdir

WuttJamaican - subcommand make-appdir

class wuttjamaican.cmd.make_appdir.MakeAppDir(command)[source]

Make or refresh the “app dir” for virtual environment

make_appdir(appdir, args)[source]

Make the app dir for the given path.

Calls make_appdir() to do the heavy lifting.

run(args)[source]

This may be used during setup to establish the app dir for a virtual environment. This folder will contain config files, log files etc. used by the app.

usage: wutta make-appdir [-h] [--path APPDIR]

Make or refresh the "app dir" for virtual environment

options:
  -h, --help     show this help message and exit
  --path APPDIR  Optional path to desired app dir. If not specified it will be
                 named ``app`` and placed in the root of the virtual
                 environment.