module RatDeployer
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.
Constants
- VERSION
Public Class Methods
print_rat()
click to toggle source
# 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