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
Some list subcommands panic with the option json:
json
hcloud iso list -o json
interface conversion: interface {} is *hcloud.ISO, not hcloud.ISO
hcloud location list -o json
interface conversion: interface {} is *hcloud.Location, not hcloud.Location
Version: hcloud v1.28.0 Platform: macos
The text was updated successfully, but these errors were encountered:
Hey @opax,
thank you for the report! I submitted a fix with #361. When this MR was reviewed we will issue a Bugfix release.
Sorry, something went wrong.
That's great to hear, thank you for the quick reaction!
Successfully merging a pull request may close this issue.
Some list subcommands panic with the option
json
:hcloud iso list -o json
panics withinterface conversion: interface {} is *hcloud.ISO, not hcloud.ISO
hcloud location list -o json
panics withinterface conversion: interface {} is *hcloud.Location, not hcloud.Location
Version: hcloud v1.28.0
Platform: macos
The text was updated successfully, but these errors were encountered: