Class: HammerCLIKatello::ListCommand
- Inherits:
-
HammerCLIForeman::ListCommand
- Object
- HammerCLIForeman::ListCommand
- HammerCLIKatello::ListCommand
- Includes:
- ResolverCommons
- Defined in:
- lib/hammer_cli_katello/commands.rb
Direct Known Subclasses
AcsCommand::ListCommand, ActivationKeyCommand::HostCollectionsCommand, ActivationKeyCommand::ListCommand, ActivationKeyCommand::SubscriptionsCommand, Capsule::Content::ListAvailableLifecycleEnvironmentsCommand, Capsule::Content::ListLifecycleEnvironmentsCommand, ContentCredentialCommand::ListCommand, ContentExport::ListCommand, ContentImport::ListCommand, ContentUnitsCommand::ListCommand, ContentView::ListCommand, ContentViewComponent::ListCommand, ContentViewEnvironment::ListCommand, ContentViewVersion::ListCommand, DebPackageCommand::ListCommand, DockerManifestCommand::ListCommand, DockerTagCommand::ListCommand, ErratumCommand::ListCommand, FileCommand::ListCommand, Filter::ListCommand, FilterRule::ListCommand, HostCollection::HostsCommand, HostCollection::ListCommand, HostDebPackage::ListCommand, HostErrata::ListCommand, HostPackage::ListCommand, HostSubscription::EnabledRepositoriesCommand, HostTraces::ListCommand, HammerCLIKatello::LifecycleEnvironmentCommand::ListCommand, HammerCLIKatello::LifecycleEnvironmentCommand::PathsCommand, ModuleStreamCommand::ListCommand, PackageCommand::ListCommand, PackageGroupCommand::ListCommand, Product::ListCommand, ProductContentBase::ProductContentCommand, Repository::ListCommand, RepositorySetCommand::AvailableRepositoriesCommand, RepositorySetCommand::ListCommand, SrpmCommand::ListCommand, SubscriptionCommand::ListCommand, SubscriptionCommand::ManifestHistoryCommand, SyncPlan::ListCommand
Class Method Summary collapse
Methods included from ResolverCommons
Class Method Details
.build_options(builder_params = {}, &block) ⇒ Object
55 56 57 58 59 60 |
# File 'lib/hammer_cli_katello/commands.rb', line 55 def self.(builder_params = {}, &block) # remove --sort-by and --sort-order in favor of the Foreman's --order builder_params[:without] ||= [] builder_params[:without] += %i(sort_by sort_order) super(builder_params, &block) end |