Module: RatDeployer

Defined in:
lib/rat_deployer.rb,
lib/rat_deployer/cli.rb,
lib/rat_deployer/config.rb,
lib/rat_deployer/command.rb,
lib/rat_deployer/version.rb,
lib/rat_deployer/notifier.rb

Overview

Rat is a deploy tool for docker users. It implements a facade around 2 docker CLIs:

- docker
- docler-compose

It is not very flexible and it is lightly tested. I named it rat because it is a rather little and ugly ball of code, but it does the job for now.

Defined Under Namespace

Modules: Command, Config, Notifier Classes: Cli

Constant Summary collapse

VERSION =
'0.5.0'.freeze

Class Method Summary collapse

Class Method Details



13
14
15
16
# File 'lib/rat_deployer.rb', line 13

def self.print_rat
  return unless RatDeployer::Config.prompt_enabled?
  puts File.read(File.join(__dir__, '../vendor/rat.txt'))
end