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.015

SYNOPSIS

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

DESCRIPTION

ARGUMENTS

<command>

The command to run. Available commands:

    build       - Build the site
    deploy      - Deploy the site
    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.

-h | --help

Display this help file

AUTHOR

Doug Bell <preaction@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2014 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.