class Utopia::Command::Site

Local site setup commands.

Constants

CONFIGURATION_FILES

Configuration files which should be installed/updated:

DIRECTORIES

Directories that should exist:

OLD_PATHS

Directories that should be removed during upgrade process:

ROOT

The root directory of the template site:

Public Instance Methods

call() click to toggle source
# File lib/utopia/command/site.rb, line 228
def call
        @command.call
end
root() click to toggle source
# File lib/utopia/command/site.rb, line 224
def root
        @parent.root
end