Module: Larrow::Runner

Defined in:
lib/larrow/runner.rb,
lib/larrow/runner/cli.rb,
lib/larrow/runner/vcs.rb,
lib/larrow/runner/logger.rb,
lib/larrow/runner/manager.rb,
lib/larrow/runner/service.rb,
lib/larrow/runner/session.rb,
lib/larrow/runner/version.rb,
lib/larrow/runner/cli/main.rb,
lib/larrow/runner/manifest.rb,
lib/larrow/runner/vcs/base.rb,
lib/larrow/runner/cli/build.rb,
lib/larrow/runner/cli/tools.rb,
lib/larrow/runner/model/app.rb,
lib/larrow/runner/model/node.rb,
lib/larrow/runner/vcs/github.rb,
lib/larrow/runner/service/cloud.rb,
lib/larrow/runner/vcs/file_system.rb,
lib/larrow/runner/service/executor.rb,
lib/larrow/runner/manifest/base_loader.rb,
lib/larrow/runner/manifest/configuration.rb,
lib/larrow/runner/manifest/adapter/larrow.rb,
lib/larrow/runner/manifest/adapter/travis.rb

Defined Under Namespace

Modules: Cli, Manifest, Model, Service, Session, Vcs Classes: Logger, Manager

Constant Summary collapse

RunLogger =

default runtime logger

if ENV['RUN_AS']
  Logger.new "#{ENV['RUN_AS']}.log"
else
  Logger.new $stdout
end
RunOption =

global options

{}.with_indifferent_access
ResourcePath =

default resource file path

'.larrow.resource'
VERSION =
"0.0.3"