Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

List available engines from the CLI #449

Open
TomV opened this issue Jun 24, 2013 · 1 comment
Open

List available engines from the CLI #449

TomV opened this issue Jun 24, 2013 · 1 comment

Comments

@TomV
Copy link

TomV commented Jun 24, 2013

Currently the only way to know what engines are supported by nodejitsu is to search the documentation or ask in irc.. I've been waiting for support for 0.10.x for a while now, and every now and then I need to search and see if it's supported.

Would be nice if it was as simple as

>>jitsu --engines
{ 
    supported    :  ["0.6.22","0.8.19", "0.8.25" ] 
  , deprecated   :  []
, experimental   :  ["10.12"] 
}

Then update the docs to explain how to get the currently supported engines, rather than needing to update the docs any time you update the engine support.

@edef1c
Copy link
Contributor

edef1c commented Jun 30, 2013

This is on our roadmap.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants