Add command service
This commit is contained in:
parent
addf420ca2
commit
851955e1d4
@ -58,6 +58,7 @@ module VagrantPlugins
|
||||
s.handle(VagrantPlugins::CommandServe::Serve::ProviderService.new)
|
||||
s.handle(Service::InternalService.new)
|
||||
s.handle(Service::HostService.new)
|
||||
s.handle(Service::CommandService.new)
|
||||
|
||||
health_checker = Grpc::Health::Checker.new
|
||||
health_checker.add_status(
|
||||
|
||||
@ -19,6 +19,7 @@ module VagrantPlugins
|
||||
end
|
||||
|
||||
def synopsis_spec(*args)
|
||||
return Hashicorp::Vagrant::Sdk::FuncSpec.new
|
||||
Hashicorp::Vagrant::Sdk::FuncSpec.new(
|
||||
name: "synopsis",
|
||||
result: [
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user