Add command service

This commit is contained in:
Chris Roberts 2021-01-20 09:17:04 -08:00 committed by Paul Hinze
parent addf420ca2
commit 851955e1d4
No known key found for this signature in database
GPG Key ID: B69DEDF2D55501C0
2 changed files with 2 additions and 0 deletions

View File

@ -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(

View File

@ -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: [