hammer_cli_katello 1.8.0 → 1.8.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d83abbd0229ddf739847af3cc5021ed7f1c333e155d2a0fde6ccd9149336e4c8
|
|
4
|
+
data.tar.gz: 4d64bacd34bbd39ea0ea2de9dcd24cb5ec189d70ae3ce70fbac7be803c42d843
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6291c53c16eba7a09c121a9c0c945217802fd77d7118812e0c0374463195ade0bd6cc86a325194425a4c073e65c4bf0a07c8852d1f3c4e76f5028fa9a1a17d36
|
|
7
|
+
data.tar.gz: 26c5a09e17368652ab410fb1c8062f3c2007d4cd9e4d86b9541acdabd73b79f23690baa124897729ecf0a9b8b3044b7fa5b7b85163a2e2b622252f539f62310e
|
|
@@ -57,8 +57,9 @@ module HammerCLIKatello
|
|
|
57
57
|
def create_lifecycle_environments_search_options(options, mode = nil)
|
|
58
58
|
search_options = {}
|
|
59
59
|
if mode != :multi
|
|
60
|
-
name = options[HammerCLI.option_accessor_name("
|
|
61
|
-
options[HammerCLI.option_accessor_name("
|
|
60
|
+
name = options[HammerCLI.option_accessor_name("name")] ||
|
|
61
|
+
options[HammerCLI.option_accessor_name("environment_name")]
|
|
62
|
+
|
|
62
63
|
search_options['name'] = name if name
|
|
63
64
|
end
|
|
64
65
|
organization_id = organization_id(scoped_options('organization', options, :single))
|