Skip to main content

crowdin task add

Description​

Add a new task

Synopsis​

crowdin task add <title> [OPTIONS]

Arguments​

<title>
Task title

Options​

--type=…
Task type. Possible values: translate, proofread

--language=…
Task Language Identifier

--file=…
File path in the Crowdin project. Can be specified multiple times

-b, --branch=…
Specify branch name (default: "none")

--workflow-step=…
Task workflow step (Crowdin Enterprise only)

--description=…
Task description

--skip-assigned-strings
Skip strings already included in other tasks

--include-pre-translated-strings-only
Defines whether to export only pre-translated strings

--label=…
Label title. Could be specified multiple times

-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")