Re: Cloudmonkey without default config

2023-04-06 Thread jordan j
Thank you Nux! :) On Thu, Apr 6, 2023 at 4:24 PM Nux wrote: > It'd be nice if cmk could read this stuff from env vars, but alas it > doesn't seem to be the case. Ask for a feature. :) > > Otherwise, what you can do is set stuff up temporarily then delete it > when done, for example: > (let's use

Re: Cloudmonkey without default config

2023-04-06 Thread Nux
It'd be nice if cmk could read this stuff from env vars, but alas it doesn't seem to be the case. Ask for a feature. :) Otherwise, what you can do is set stuff up temporarily then delete it when done, for example: (let's use a non-default config path, so it's extra disposable) cmkconfig=$(mkt

Cloudmonkey without default config

2023-04-06 Thread jordan j
Do you know if it is possible and what is the syntax to use cloudmonkey commands without configuring profile? I dont want to have credentials or keys on the server disk. Is it possible to do something like this? cmk list instances -key my_key -secret my_secret I see no such arguments in the docu