Class: Jets::CLI::Package
- Inherits:
-
Thor::Base
- Object
- Thor
- Thor::Base
- Jets::CLI::Package
- 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
#dockerfile ⇒ Object
4 5 6 |
# File 'lib/jets/cli/package.rb', line 4 def dockerfile Dockerfile.new().run end |