Class: UnlightCLI::Commands::Stop Private

Inherits:
Thor::Group
  • Object
show all
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

Since:

  • 0.1.0

Instance Method Summary collapse

Instance Method Details

#startObject

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

Since:

  • 0.1.0



16
17
18
# File 'lib/unlight_cli/commands/stop.rb', line 16

def start
  system 'docker-compose stop'
end