mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-27 02:53:08 +00:00
Update cheatsheets
This commit is contained in:
29
tldr/wlc
Normal file
29
tldr/wlc
Normal file
@@ -0,0 +1,29 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# 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]}}`
|
||||
Reference in New Issue
Block a user