XeroAPI / xoauth

A CLI tool for obtaining JWTs from OpenId Connect providers
MIT License
49 stars 16 forks source link

Passing arguments programatically #26

Open smith558 opened 3 years ago

smith558 commented 3 years ago

Hello!

How may I pass arguments to the tool programmatically? Is it possible? I would like to automate it for my use case.

I am looking for something such as ./xoauth setup xero https://identity.xero.com client_id authorization_code [...more arguments]

Thanks!