Class
HammerCLICsv::BaseCommand
In:
lib/hammer_cli_csv/base.rb
Parent:
HammerCLI::Apipie::Command
Methods
associate_locations
associate_organizations
build_os_name
collect_column
execute
export_column
foreman_architecture
foreman_domain
foreman_environment
foreman_filter
foreman_location
foreman_operatingsystem
foreman_organization
foreman_partitiontable
foreman_permission
foreman_role
foreman_template_kind
hammer
hammer_context
katello_contentview
katello_hostcollection
katello_repository
katello_subscription
labelize
lifecycle_environment
namify
pluralize
split_os_name
thread_import
Constants
NAME
=
'Name'
COUNT
=
'Count'
Public Instance methods
associate_locations
(id, locations, name)
associate_organizations
(id, organizations, name)
build_os_name
(name, major, minor)
collect_column
(column) {|value| ...}
execute
()
export_column
(object, name, field)
foreman_architecture
(options = {})
foreman_domain
(options = {})
foreman_environment
(options = {})
foreman_filter
(role, resource, search)
foreman_location
(options = {})
foreman_operatingsystem
(options = {})
foreman_organization
(options = {})
foreman_partitiontable
(options = {})
foreman_permission
(options = {})
foreman_role
(options = {})
foreman_template_kind
(options = {})
hammer
(context = nil)
hammer_context
()
katello_contentview
(organization, options = {})
katello_hostcollection
(organization, options = {})
katello_repository
(organization, options = {})
katello_subscription
(organization, options = {})
labelize
(name)
lifecycle_environment
(organization, options = {})
namify
(name_format, number = 0)
pluralize
(name)
split_os_name
(name)
"Red Hat 6.4" => "Red Hat", "6", "4" "Red Hat 6" => "Red Hat", "6", ’’
thread_import
(return_headers = false) {|line| ...}
[Validate]