Class: VagrantPlugins::Solidus::Site::Command
- Inherits:
-
Command
- Object
- Command
- VagrantPlugins::Solidus::Site::Command
show all
- Defined in:
- lib/vagrant-solidus/site/command.rb
Class Method Summary
collapse
Instance Method Summary
collapse
Methods inherited from Command
#execute, #help, #initialize
Class Method Details
.synopsis ⇒ Object
7
8
9
|
# File 'lib/vagrant-solidus/site/command.rb', line 7
def self.synopsis
'manages Solidus sites'
end
|
Instance Method Details
#command ⇒ Object
11
12
13
|
# File 'lib/vagrant-solidus/site/command.rb', line 11
def command
'site'
end
|
#subcommands ⇒ Object
15
16
17
|
# File 'lib/vagrant-solidus/site/command.rb', line 15
def subcommands
%w[create log restart run start status stop update watch]
end
|