Skip to content

Troubleshooting

  • No Dart files found: Ensure you’re in a Flutter project directory
  • Permission errors: Check file permissions and try running with appropriate privileges
  • Backup creation fails: Ensure you have write permissions in the project directory
  • API key not found: Use transflow-cli set-api-key -k <your-key> to save your API key
  • Translation API errors: Check your API key and network connection
Terminal window
# Show help
transflow-cli --help
# Show help for specific command
transflow-cli extract --help
transflow-cli translate --help
transflow-cli set-api-key --help
# Show version
transflow-cli version