The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

statocles - Run Statocles commands

VERSION

version 0.035

SYNOPSIS

    statocles [-v] [--config <file>] [--site <site>] <command>
    statocles -h|--help

DESCRIPTION

The Statocles command-line interface. This command manages Statocles sites: building, testing, and deploying.

This command also helps to manage content in Statocles apps.

ARGUMENTS

<command>

The command to run. Available commands:

    build                       - Build the site
    daemon                      - Run an HTTP daemon to test the site
    deploy                      - Deploy the site
    bundle theme <name> <dir>   - Bundle a theme in the given directory
    apps                        - List the applications in this site
    <app> help                  - Get help for a specific application

OPTIONS

config <file>

The configuration file to read for Sites. Defaults to site.yml.

The configuration file is a Beam::Wire container file.

site <name>

The site to use, which is the name of an object in the config file. Defaults to site.

-v | --verbose

Display diagnostic information:

-h | --help

Display this help file

AUTHOR

Doug Bell <preaction@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2015 by Doug Bell.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.