Actions
Bug #36961
openHammer shell and 'command line' hammer behave differently with certain inputs
Status:
New
Priority:
Low
Assignee:
-
Category:
-
Target version:
-
Description
Some commands fail unexpectedly when using `hammer shell`.
How to reproduce:- Run `hammer report-template list` to find the id of your 'Subscription - Entitlement Report'. Please substitute this id for commands below.
- Run `hammer report-template generate --id <id> --report-format yaml --inputs "Days from Now"="no limit"`. This should execute without error and return the report.
- Run `hammer shell` to enter the hammer shell.
- Inside the shell, run `report-template generate --id 150 --report-format yaml --inputs "Days from Now"="no limit"`. My shell unexpectedly errors with the following: `Error: Option '--inputs': Value must be defined as a comma-separated list of key=value or valid JSON..`
Updated by Quinn James over 1 year ago
- Project changed from Katello to Hammer CLI
- Category deleted (
Hammer)
Actions