Class: HammerCLIKatello::HostPackage::UpgradeAllCommand

Inherits:
SingleResourceCommand
  • Object
show all
Includes:
HammerCLIForemanTasks::Async
Defined in:
lib/hammer_cli_katello/host_package.rb

Instance Method Summary collapse

Methods included from ResolverCommons

included

Instance Method Details

#executeObject



64
65
66
67
68
69
70
# File 'lib/hammer_cli_katello/host_package.rb', line 64

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