Auth
Authenticate your project with General Translation
Usage
npx gtx-cli authOverview
Use this CLI command to generate an API key and project ID for your project. This command will:
- Prompt the user to signin to the General Translation dashboard.
- Generate an API key and project ID for your project.
- Create a
.env.localfile in the root of your project and add it to your.gitignorefile (if it doesn't already exist). - Add the API key and project ID to the
.env.localfile.
How is this guide?