Nexmo / nexmo-cli

Nexmo CLI (Command Line Interface)
https://nexmo.com
MIT License
78 stars 52 forks source link

Add a way to run the CLI without storing credentials #86

Open cbetta opened 7 years ago

cbetta commented 7 years ago

I'm thinking it would be nice to be able to run the CLI without first signing in. This can be useful on shared PCs but mainly is also useful for running it as a one of command as part of build scripts or CI servers:

Example:

nexmo sms 447555555555 "Build succeeded" --api-key abc123 --api-secret cde234
leggetter commented 7 years ago

+1

On Wed, 24 Aug 2016, 09:15 Cristiano Betta, notifications@github.com wrote:

I'm thinking it would be nice to be able to run the CLI without first signing in. This can be useful on shared PCs but mainly is also useful for running it as a one of command as part of build scripts or CI servers:

Example:

nexmo sms 447555555555 "Build succeeded" --api-key abc123 --api-secret cde234

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/Nexmo/nexmo-cli/issues/86, or mute the thread https://github.com/notifications/unsubscribe-auth/AAUCrxoE8aDi9Z3NRFF2Tfuo7bFGvSs2ks5qi_2YgaJpZM4JrwBS .

WilliamHYZhang commented 3 years ago

Going to attempt to work on this for Hacktoberfest 👍