Skip to main content

crowdin context upload

Description​

Upload strings context

Synopsis​

crowdin context upload [OPTIONS]

Options​

--from=…
The file path to upload the context from. Only files previously downloaded by the context download command are supported. Default: crowdin-context.jsonl (default: "crowdin-context.jsonl")

--overwrite
Also update strings where ai_context is empty (removes their AI section). Default: false

--dryrun
Print a command output without execution

-h, --help
Display help message and exit

Config Options​

-T, --token=…
Personal access token required for authentication

--base-url=…
Base URL of Crowdin server for API requests execution

--base-path=…
Path to your project directory on a local machine

-i, --project-id=…
Numeric ID of the project

Global Options​

-v, --verbose
Provide more information about the command execution

-c, --config=…
Specify a path to the configuration file

--identity=…
Specify a path to user-specific credentials

--no-colors
Disable colors and styles

--no-progress
Disable progress on executed command

-o, --output=…
Change output format (choices: "json", "toon", "plain")

Notes​

Only files previously downloaded by context download are supported. AI-generated context never overwrites manually written context - it is added as a separate section alongside it.