Class: UnlightCLI::Commands::Start Private
- Inherits:
-
Thor::Group
- Object
- Thor::Group
- UnlightCLI::Commands::Start
- Defined in:
- lib/unlight_cli/commands/start.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.
Start server
Instance Method Summary collapse
-
#start ⇒ Object
private
Start server as daemon.
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.
Start server as daemon
16 17 18 |
# File 'lib/unlight_cli/commands/start.rb', line 16 def start system 'docker-compose up -d' end |