You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The compute instance create command is missing an argument to set the reverse DNS domain. Such an argument is already available in compute instance update:
> exo compute instance update --help
This command updates an Instance .
[...]
Flags:
[...]
--reverse-dns string Reverse DNS Domain
The text was updated successfully, but these errors were encountered:
Hey @huerlisi
thanks for the request, we're considering it.
It sounds like a nice feature, but not very critical from my point of view. Is there a strong reason or a problem behind this idea or is it just for convenience(which is an OK reason :) )?
That's perfectly fine, thanks for the quick response.
I'm automating some VM setup and it's working as is, just two calls instead of one. And I believe it would be possible using terraform, so there's ready to use solutions available already:-)
What feature would you like to have in the cli?
The
compute instance create
command is missing an argument to set the reverse DNS domain. Such an argument is already available incompute instance update
:The text was updated successfully, but these errors were encountered: