Sha256: 2bc616536ba256527b802b64bc68cf177ed9b0b0772ec1c41c701bb3a4608b58
Contents?: true
Size: 601 Bytes
Versions: 16
Compression:
Stored size: 601 Bytes
Contents
module HammerCLIForeman class PingCommand < HammerCLIForeman::Command resource :ping class ForemanCommand < HammerCLIForeman::Command action :ping command_name 'foreman' output do from 'foreman' do field :database, _('database'), Fields::Label do field :active, _('Status') field :duration_ms, _('Server Response') end end end extend_with(HammerCLIForeman::CommandExtensions::Ping.new) end self.default_subcommand = 'foreman' autoload_subcommands end end
Version data entries
16 entries across 16 versions & 1 rubygems