JamesClonk / vultr

:penguin: Vultr CLI and API client library
https://jamesclonk.github.io/vultr/
MIT License
379 stars 75 forks source link

App Info Feature #62

Closed anomalyze closed 5 years ago

anomalyze commented 5 years ago

The Vultr API has a 'get_app_info' request for finding out the details of the application installed. at https://www.vultr.com/api/#server_get_app_info I couldn't find any feature related to this within the Vultr CLI.

Use case: I spin up a OpenVPN server, and the login credentials (different to the VPS credentials) are detailed within this API call.

JamesClonk commented 5 years ago

@anomalyze Sorry for the long delay, I've been a bit busy the last few weeks. I had planned to put it on my todo list, but saw that you already provided the feature with this pull request https://github.com/JamesClonk/vultr/pull/63 now. Thanks for your work! 😄 👍