We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Please provide an option to output the results of a CLI command in json format. For example:
# testflinger list-queues ATTENTION: This only shows a curated list of queues with descriptions, not ALL queues. If you can't find the queue you want to use, a job can still be submitted for queues not listed here. Advertised queues on this server: 201507-18697 - Dell Latitude E5570: Intel 8086:24f3 wifi, Core i5-6300U, dGPU AMD 1002:6900 201606-22346 - Dell XPS 15 9550: Broadcom 14e4:43ba wifi, Core i7-6700HQ, dGPU nVidia 10de:139b 201810-26513 - HP Z4 G4 Workstation - Z4 G4, ) XeonR W-2145 CPU, nVidia - 10de:1b30 GPU caracalla-gpa - Dell Caracalla (gpa sku) ... # testflinger --output json list-queues [ { "queue": "201507-18697", "description": "Dell Latitude E5570: Intel 8086:24f3 wifi, Core i5-6300U, dGPU AMD 1002:6900" }, { "queue": "201606-22346", "description": "Dell XPS 15 9550: Broadcom 14e4:43ba wifi, Core i7-6700HQ, dGPU nVidia 10de:139b" }, ... ]
The text was updated successfully, but these errors were encountered:
Thank you for reporting your feedback to us!
The internal ticket has been created: https://warthogs.atlassian.net/browse/CERTTF-478.
This message was autogenerated
Sorry, something went wrong.
No branches or pull requests
Please provide an option to output the results of a CLI command in json format. For example:
The text was updated successfully, but these errors were encountered: