Project

General

Profile

« Previous | Next » 

Revision 6498291e

Added by Thomas McKay over 7 years ago

fixes #16880 - add --search option to export

View differences:

lib/hammer_cli_csv/content_hosts.rb
@api.resource(:hosts).call(:index, {
'per_page' => 999999,
'search' => option_search,
'organization_id' => foreman_organization(:name => organization['name'])
})['results'].each do |host|
host = @api.resource(:hosts).call(:show, {

Also available in: Unified diff