mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-05 08:55:42 +02:00
wlc: add page (#17232)
Co-authored-by: Managor <42655600+Managor@users.noreply.github.com> Co-authored-by: Dylan <145150333+dmmqz@users.noreply.github.com> Co-authored-by: Wiktor Perskawiec <wiktor@perskawiec.cc>
This commit is contained in:
parent
b23bd6dad7
commit
f4f0c16aad
1 changed files with 24 additions and 0 deletions
24
pages/common/wlc.md
Normal file
24
pages/common/wlc.md
Normal file
|
@ -0,0 +1,24 @@
|
|||
# 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]}}`
|
Loading…
Add table
Reference in a new issue