LKDevelopment / hetzner-cloud-php-sdk

A PHP SDK for the Hetzner Cloud API
MIT License
107 stars 52 forks source link

Describe requests missing #38

Closed fliespl closed 4 years ago

fliespl commented 4 years ago

Would be great if this script could also handle describe commands :)

hcloud server describe NAME hcloud floating-ip describe NAME

getByName could utilize it

LKaemmerling commented 4 years ago

As this is an PHP library it does not support commands, you can use the library to create a commandline Interface.

The specific commands you requested are already part of the official Hcloud Cli: https://github.com/hetznercloud/cli

fliespl commented 4 years ago

You are totally right - I didn't look properly how getByName works :)

Thanks!