Reputation: 1123
Does Oclif support making a call to an API and getting the values returned in order to be used for autocomplete? I have the following use case:
show users <Tab> <Tab>
, the CLI should make a call to an API that returns all available users.show users user0001
.Is this possible in Oclif?
Upvotes: 4
Views: 494
Reputation: 1123
'It is not possible in Oclif, however the Heroku CLI does this. Check out https://github.com/heroku/cli/tree/master/packages/autocomplete for more information.'
This is the answer from Oclif team regarding this issue. https://github.com/oclif/oclif/issues/332
Upvotes: 2