Module: Dapp
- Defined in:
- lib/dapp.rb,
lib/dapp/cli.rb,
lib/dapp/version.rb,
lib/dapp/cli/base.rb,
lib/dapp/cli/list.rb,
lib/dapp/cli/push.rb,
lib/dapp/filelock.rb,
lib/dapp/cli/build.rb,
lib/dapp/cli/flush.rb,
lib/dapp/controller.rb,
lib/dapp/error/base.rb,
lib/dapp/helper/cli.rb,
lib/dapp/helper/log.rb,
lib/dapp/application.rb,
lib/dapp/config/chef.rb,
lib/dapp/config/main.rb,
lib/dapp/error/build.rb,
lib/dapp/helper/i18n.rb,
lib/dapp/stage_image.rb,
lib/dapp/builder/base.rb,
lib/dapp/builder/chef.rb,
lib/dapp/config/shell.rb,
lib/dapp/docker_image.rb,
lib/dapp/error/config.rb,
lib/dapp/git_artifact.rb,
lib/dapp/git_repo/own.rb,
lib/dapp/helper/paint.rb,
lib/dapp/builder/shell.rb,
lib/dapp/cli/smartpush.rb,
lib/dapp/config/docker.rb,
lib/dapp/git_repo/base.rb,
lib/dapp/helper/sha256.rb,
lib/dapp/helper/trivia.rb,
lib/dapp/error/shellout.rb,
lib/dapp/exception/base.rb,
lib/dapp/git_repo/remote.rb,
lib/dapp/helper/shellout.rb,
lib/dapp/application/path.rb,
lib/dapp/application/tags.rb,
lib/dapp/build/stage/base.rb,
lib/dapp/build/stage/from.rb,
lib/dapp/error/controller.rb,
lib/dapp/helper/streaming.rb,
lib/dapp/error/application.rb,
lib/dapp/helper/net_status.rb,
lib/dapp/config/application.rb,
lib/dapp/application/logging.rb,
lib/dapp/config/git_artifact.rb,
lib/dapp/build/stage/source_1.rb,
lib/dapp/build/stage/source_2.rb,
lib/dapp/build/stage/source_3.rb,
lib/dapp/build/stage/source_4.rb,
lib/dapp/build/stage/source_5.rb,
lib/dapp/build/stage/app_setup.rb,
lib/dapp/cli/flush/build_cache.rb,
lib/dapp/cli/flush/stage_cache.rb,
lib/dapp/builder/chef/berksfile.rb,
lib/dapp/build/stage/app_install.rb,
lib/dapp/build/stage/infra_setup.rb,
lib/dapp/build/stage/source_base.rb,
lib/dapp/application/git_artifact.rb,
lib/dapp/build/stage/infra_install.rb,
lib/dapp/build/stage/chef_cookbooks.rb,
lib/dapp/exception/introspect_image.rb,
lib/dapp/build/stage/source_1_archive.rb,
lib/dapp/builder/chef/cookbook_metadata.rb
Overview
Version
Defined Under Namespace
Modules: Build, Builder, Config, Error, Exception, Filelock, GitRepo, Helper Classes: Application, CLI, Controller, DockerImage, GitArtifact, StageImage
Constant Summary collapse
- VERSION =
'0.2.4'.freeze
- BUILD_CACHE_VERSION =
1
Class Method Summary collapse
Class Method Details
.root ⇒ Object
86 87 88 |
# File 'lib/dapp.rb', line 86 def self.root File.('../..', __FILE__) end |