Bug #4488
Using --show-ids does not display the ID for the created resource
Status:
Rejected
Priority:
Normal
Assignee:
-
Category:
Hammer core
Target version:
-
Team Backlog:
Fixed in Releases:
Found in Releases:
In Kanboard:
Description
I believe that if I use --show-ids while creating a new resource via the CLI, I should get the ID for the newly created resource displayed in the output:
# hammer -v --show-ids organization create --name "NY Data Store" Organization created
Am I missing something?
History
#1
Updated by Tomáš Strachota over 8 years ago
--show-ids is meant to be used for displaying ids of associated resources in show/list actions. In perfect world all the resources are searchable by their names and associated ids kind of pollute the output.
Please use --csv to display ids and names of just created items.
#2
Updated by Og Maciel over 8 years ago
As I misunderstood what the feature works, please feel free to close it.
#3
Updated by Dominic Cleal over 8 years ago
- Status changed from New to Rejected