Class: Jets::CLI::Package

Inherits:
Thor::Base show all
Defined in:
lib/jets/cli/package.rb,
lib/jets/cli/package/dockerfile.rb

Defined Under Namespace

Classes: Dockerfile

Instance Method Summary collapse

Methods inherited from Thor::Base

dispatch, exit_on_failure?, help_flags, version_flags, website

Methods included from Thor::Help

#capture_stdout_for_help, #help, #paginate_output

Instance Method Details

#dockerfileObject



4
5
6
# File 'lib/jets/cli/package.rb', line 4

def dockerfile
  Dockerfile.new(options).run
end