uday-rana / codeshift

A command-line tool that translates source code files into a chosen programming language.
MIT License
5 stars 4 forks source link

Add support for specifying API key through CLI #29

Open uday-rana opened 5 days ago

uday-rana commented 5 days ago

Is your feature request related to a problem? Please describe. The API key can only be specified through the .env file.

Describe the solution you'd like Add support for users to specify the API key to use through the CLI options --api-key and -a.

Describe alternatives you've considered N/A

Additional context N/A