Class: Deck::CommandLine
- Inherits:
-
Thor
- Object
- Thor
- Deck::CommandLine
- Defined in:
- lib/deck/command_line.rb
Defined Under Namespace
Classes: ContainerHelper
Instance Method Summary collapse
Instance Method Details
#design(name) ⇒ Object
11 12 13 14 15 16 17 18 19 |
# File 'lib/deck/command_line.rb', line 11 def design(name) reload_local_config ensure_user_config helper = ContainerHelper.new name, system helper.build_command system helper.update_latest_tag end |