Quick Start
Install (PowerShell)
Section titled “Install (PowerShell)”iex (iwr 'https://raw.githubusercontent.com/winorg394/transflowcli/refs/heads/main/install.ps1' -UseBasicParsing).ContentBasic Usage
Section titled “Basic Usage”# Extract text from current directorytransflow-cli extract
# Extract from specific project pathtransflow-cli extract -p ./my_flutter_app
# Generate only JSON formattransflow-cli extract -f json
# Replace text with translation keys in filestransflow-cli extract -r
# List project folderstransflow-cli list
# Save API key for future usetransflow-cli set-api-key -k your-api-key
# Translate ARB file to French (uses saved API key)transflow-cli translate -f app_en.arb -t fr
# Show version informationtransflow-cli version --verbose