Closed leggetter closed 7 years ago
Would be easy to add a convenience method. Can look at this when I'm back.
@leggetter isn't this visible in nexmo app:show <app_id>
?
Ah ignore me, it doesn't
you can do this with a pipe and grep nexmo numbers -V | grep [APP-ID]
thats the beauty of CLI you can connect stuff with other utils as well
As I'm building apps I'm frequently thinking to myself "What numbers are associated with this application?"
It'd be great to be able to do something like:
And get a list of the numbers that are associated with the APP_ID.
For the moment, the only way I can do this is:
And manually look for my application ID in the output.
Open to the feedback that I'm just being lazy or rubbish at CLIs 😄