class HammerCLIKatello::HostPackage::UpgradeCommand

Public Instance Methods

execute() click to toggle source
Calls superclass method
# File lib/hammer_cli_katello/host_package.rb, line 46
def execute
  warn "This command uses katello agent and will be removed in favor of remote execution " \
    "in a future release."
  warn "The remote execution equivalent is `hammer job-invocation create --feature " \
    "katello_package_update`."
  super
end