hammer_cli_katello 1.19.0 → 1.20.0
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: 62849cb793a60091b25862132a397e7a4be7bd7d0fcd414a9e0bb2d91e14a233
|
|
4
|
+
data.tar.gz: c2cee4bf499b868e824701686c27b47b0daa03811401e4df386afef84c0e6b1d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 25b41f455b7b2ad89809c8d456595b375302c051df8814c0dbc0e7c8d94540c041534d6826ac7c506e7a1d5b67b2ad262b88bc4294dda27f72644d1ae8603be6
|
|
7
|
+
data.tar.gz: ba54df4c7b69ce8822dde14fbddb71e64fbe8e3c9e9ed37aed2cc7fd379553f9eae2e9b265d89577da6d92b9d4195b58cfefc06539dabff54d6e71de6143f165
|
|
@@ -47,6 +47,9 @@ module HammerCLIKatello
|
|
|
47
47
|
field :bootc_rollback_digest, _('Rollback image digest'), nil, :sets => ['ALL']
|
|
48
48
|
end
|
|
49
49
|
field :traces_status_label, _('Trace Status')
|
|
50
|
+
from :subscription_facet_attributes do
|
|
51
|
+
field :last_checkin, _("Last Checkin")
|
|
52
|
+
end
|
|
50
53
|
end
|
|
51
54
|
end
|
|
52
55
|
|
|
@@ -7,6 +7,7 @@ module HammerCLIKatello
|
|
|
7
7
|
|
|
8
8
|
output do
|
|
9
9
|
field :nvra, _("Nvra")
|
|
10
|
+
field :persistence, _("Persistence"), nil, :sets => ['ALL']
|
|
10
11
|
end
|
|
11
12
|
|
|
12
13
|
build_options
|
|
@@ -51,6 +52,19 @@ module HammerCLIKatello
|
|
|
51
52
|
include UnsupportedKatelloAgentCommandHelper
|
|
52
53
|
end
|
|
53
54
|
|
|
55
|
+
class ContainerfileInstallCommand < HammerCLIKatello::Command
|
|
56
|
+
desc _("Generate a Containerfile RUN command from transiently installed packages on image mode hosts")
|
|
57
|
+
resource :host_packages, :containerfile_install_command
|
|
58
|
+
command_name "containerfile-install-command"
|
|
59
|
+
|
|
60
|
+
output do
|
|
61
|
+
field :command, nil, Fields::Field, :hide_blank => true
|
|
62
|
+
field :message, _("Message"), Fields::Field, :hide_blank => true
|
|
63
|
+
end
|
|
64
|
+
|
|
65
|
+
build_options
|
|
66
|
+
end
|
|
67
|
+
|
|
54
68
|
autoload_subcommands
|
|
55
69
|
end
|
|
56
70
|
end
|
|
@@ -13,8 +13,8 @@ describe 'host list' do
|
|
|
13
13
|
|
|
14
14
|
result = run_cmd(@cmd)
|
|
15
15
|
|
|
16
|
-
fields = ['CONTENT VIEW ENVIRONMENTS', 'MULTI CONTENT VIEW ENVIRONMENT', 'TRACE STATUS']
|
|
17
|
-
values = ['Library', 'no', 'updated']
|
|
16
|
+
fields = ['CONTENT VIEW ENVIRONMENTS', 'MULTI CONTENT VIEW ENVIRONMENT', 'TRACE STATUS', 'LAST CHECKIN']
|
|
17
|
+
values = ['Library', 'no', 'updated', '2016-05-26 10:46:18 -0400']
|
|
18
18
|
expected_result = success_result(IndexMatcher.new([fields, values]))
|
|
19
19
|
assert_cmd(expected_result, result)
|
|
20
20
|
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: hammer_cli_katello
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.20.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Adam Price
|
|
@@ -37,7 +37,7 @@ authors:
|
|
|
37
37
|
autorequire:
|
|
38
38
|
bindir: bin
|
|
39
39
|
cert_chain: []
|
|
40
|
-
date:
|
|
40
|
+
date: 2026-02-10 00:00:00.000000000 Z
|
|
41
41
|
dependencies:
|
|
42
42
|
- !ruby/object:Gem::Dependency
|
|
43
43
|
name: csv
|