nexmo-cli icon indicating copy to clipboard operation
nexmo-cli copied to clipboard

Add a way to run the CLI without storing credentials

Open cbetta opened this issue 7 years ago • 2 comments

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

cbetta avatar Aug 24 '16 08:08 cbetta

+1

On Wed, 24 Aug 2016, 09:15 Cristiano Betta, [email protected] 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 .

leggetter avatar Aug 24 '16 08:08 leggetter

Going to attempt to work on this for Hacktoberfest 👍

WilliamHYZhang avatar Oct 02 '20 23:10 WilliamHYZhang