Pushing a partial hardware json config will cause the tink hardware list command to panic. The tink hardware push --file hw.json command succeeds without complaint, but the tink hardware list and tink hardware get commands will panic.
# tink hardware list
panic: runtime error: invalid memory address or nil poin
kind/bug
Categorizes issue or PR as related to a bug.
help wanted
Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.
good first issue
Denotes an issue ready for a new contributor, according to the "help wanted" guidelines.
area/tink-cli
An easy to deploy foundation for automating the provisioning of baremetal infrastructure, with a user-friendly web interface for managing OS configurations and tracking hardware inventory.
Pushing a partial hardware json config will cause the
tink hardware listcommand to panic. Thetink hardware push --file hw.jsoncommand succeeds without complaint, but thetink hardware listandtink hardware getcommands will panic.# tink hardware list panic: runtime error: invalid memory address or nil poin