Class: UnlightCLI::Commands::Stop Private
- Inherits:
-
Thor::Group
- Object
- Thor::Group
- UnlightCLI::Commands::Stop
- Defined in:
- lib/unlight_cli/commands/stop.rb
Overview
This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.
Stop server
Instance Method Summary collapse
-
#start ⇒ Object
private
Stop server.
Instance Method Details
#start ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
Stop server
16 17 18 |
# File 'lib/unlight_cli/commands/stop.rb', line 16 def start system 'docker-compose stop' end |