Common errors you might run into.
You haven't initialised the folder yet, or you're in the wrong directory. Run jtranslate init <cli_key> from your project root.
CLI keys start with jtcli_. Make sure you copied the full key from the web app.
The key is either wrong or has been revoked. Generate a new one from the project integrations page and run jtranslate init again.
The CLI requires an active JTranslate Professional subscription or trial.
Your source file has a syntax error. You can use the JSON validator to fix this.
The path in .jtranslate.config.json points to a file that doesn't exist. Either fix the path manually or delete the config and run jtranslate init again.