yadutaf / ovh-cli

Bare simple Command Line Interface (CLI) for OVH.
Other
31 stars 13 forks source link

ovh-xxx can not be use outside of the repository #9

Open matclab opened 7 years ago

matclab commented 7 years ago

It reloads the schema in the current directory every times, and does not found some python files.

yadutaf commented 7 years ago

Thanks for your PR ! The way it currently works is not solid and needs to be addressed. Just give me some time to wrap my head around. This is not perfect as this will not work if installed globally / used by a user. But still, that's better than the current solution.

Maybe a better compromise would be to store it in /var/cache/ovh-cli if run as root and in $HOME/.cache/ovh-cli if run as user. Then when using, probe both sequentially ?

Feel free to ping me If I somehow forget to get back to this PR.

adarshaj commented 6 years ago

@yadutaf - ping! I'm interested in using this as installed tool globally. looking forward to it!