Skip to main content

crowdin bundle add

Description​

Add a new bundle

Synopsis​

crowdin bundle add <name> [CONFIG OPTIONS] [OPTIONS]

Arguments​

<name>
Bundle name

Options​

-c, --config=…
Specify a path to the configuration file. Default: crowdin.yml or crowdin.yaml

--format=…
Defines export file format

-h, --help
Display help message and exit

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

--ignore=…
Ignore pattern. Could be specified multiple times

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

--no-colors
Disable colors and styles

--no-progress
Disable progress on executed command

--plain
Provide plain, processable output

--source=…
Source pattern. Could be specified multiple times

--translation=…
Bundle export pattern. Defines bundle name in resulting translations bundle

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

-V, --version
Display version information and exit

Config Options​

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

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

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

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

See also​