Does the CLI support CroQL? #449
-
Hi. Is it possible to use CroQL for source strings management via CLI? I can't find it in the docs. |
Beta Was this translation helpful? Give feedback.
Answered by
andrii-bodnar
May 16, 2022
Replies: 1 comment 5 replies
-
Hi @beshur! Yes, it's possible using the crowdin string list --croql="..." Also, you can use the % crowdin string list -h
SYNOPSIS:
crowdin string list [CONFIG OPTIONS] [OPTIONS]
DESCRIPTION:
Show a list of source strings in the current project
OPTIONS:
-b, --branch=... Specify branch name. Default: none
-c, --config=... Specify a path to the configuration file. Default: crowdin.yml or crowdin.yaml
--croql=... Retrieve needed localization resources from Crowdin based on specific conditions
--file=... Show a list of source strings filtered by file path
--filter=... Show a list of source strings filtered by text and context
-h, --help Show this help message and exit
--identity=... Specify a path to user-specific credentials
--no-colors Disable colors and styles
--no-progress Disable progress on executed command
-v, --verbose Provide more information on the command execution
-V, --version Print 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=... Numerical ID of the project
-T, --token=... Personal access token required for authentication |
Beta Was this translation helpful? Give feedback.
5 replies
Answer selected by
beshur
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @beshur!
Yes, it's possible using the
--croql
parameter:crowdin string list --croql="..."
Also, you can use the
-h
parameter to see the full options list: