Sha256: caf7625f29c65b0edfbd4d62154c44fa44ad732aa84cd5985df8b0dcfcc91f76
Contents?: true
Size: 668 Bytes
Versions: 56
Compression:
Stored size: 668 Bytes
Contents
require 'hammer_cli_foreman/status' module HammerCLIKatello class StatusCommand < HammerCLIKatello::Command resource :ping, :server_status output do field :version, _('Version') field :timeUTC, _('Time UTC'), Fields::Date end def request_options { with_authentication: false } end end HammerCLIForeman::StatusCommand.subcommand 'katello', HammerCLIKatello::StatusCommand.desc, HammerCLIKatello::StatusCommand HammerCLIForeman::StatusCommand::ForemanCommand.extend_with( HammerCLIKatello::CommandExtensions::Ping.new ) end
Version data entries
56 entries across 56 versions & 1 rubygems