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

SYNOPSIS

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

DESCRIPTION

ARGUMENTS

<command>

The command to run. Available commands:

    build                   - Build the site
    daemon                  - Run an HTTP daemon to test the built site
    deploy                  - Deploy the site
    bundle theme <name>     - Bundle a theme in the site 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:

  • Reading and writing files

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