commands.sh

wlc

all

Manage localization projects on a Weblate instance.

More info →

Options (5)

-c, --configboolean

List projects using a configuration file

Example: wlc {{[-c|--config]}} {{path/to/file}} list-projects
-u, --urlboolean

List components in a project and override API URL and API key

Example: wlc {{[-u|--url]}} {{URL}} {{[-k|--key]}} {{key}} ls {{project}}
-k, --keyboolean

List components in a project and override API URL and API key

Example: wlc {{[-u|--url]}} {{URL}} {{[-k|--key]}} {{key}} ls {{project}}
-f, --formatboolean

List translations from a component in a specific format

Example: wlc {{[-f|--format]}} {{text|csv|json|html}} ls {{project}}/{{component}}
-h, --helpboolean

Display help

Example: wlc {{[-h|--help]}}

Examples (5)

List projects using a configuration file

wlc [-c|--config] path/to/file list-projects

List components in a project and override API URL and API key

wlc [-u|--url] URL [-k|--key] key ls project

List translations from a component in a specific format

wlc [-f|--format] text|csv|json|html ls project/component

Print statistics for a project

wlc stats project

Display help

wlc [-h|--help]
made by @shridhargupta | data from tldr-pages