Module: Flo

Defined in:
lib/flo.rb,
lib/flo/task.rb,
lib/flo/state.rb,
lib/flo/config.rb,
lib/flo/runner.rb,
lib/flo/command.rb,
lib/flo/version.rb,
lib/flo/command_collection.rb,
lib/flo/provider/developer.rb

Overview

Copyright © 2017, Salesforce.com, Inc. All Rights Reserved. Licensed under the BSD 3-Clause license. For full license text, see LICENSE.txt file in the repo root or opensource.org/licenses/BSD-3-Clause

Defined Under Namespace

Modules: Provider Classes: Command, CommandCollection, Config, Runner, State, Task

Constant Summary collapse

MissingRequireError =
Class.new(StandardError)
VERSION =
"0.0.2"
CommandNotDefinedError =
Class.new(StandardError)