HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

wlc — Manage localization projects on a Weblate instance. More information: <https://docs.weblate.org/en/l

Submitted by: @import:tldr-pages··
0
Viewed 0 times
wlccommandlocalizationclimanageprojectsinstanceweblate

Problem

How to use the wlc command: Manage localization projects on a Weblate instance. More information: <https://docs.weblate.org/en/latest/wlc.html#commands>.

Solution

wlc — Manage localization projects on a Weblate instance. More information: <https://docs.weblate.org/en/latest/wlc.html#commands>.

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]}}

Code Snippets

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]}}

Context

tldr-pages: common/wlc

Revisions (0)

No revisions yet.