We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
--locale=<locale> works --locale <locale> does not work (the flag is ignored and no strings are authorized).
--locale=<locale>
--locale <locale>
smartling-cli (with no args) documents the working --locale=<locale> format:
smartling-cli
smartling-cli [options] [-v]... files push [(--authorize|--locale=...)] [--branch=] [--type=] [--directory=] [--directive=]... [<file>] [<uri>]
However,
bin/smartling-cli files push --help documents the not working --locale <locale> format:
bin/smartling-cli files push --help
smartling-cli files push <file> [<uri>] [--type <type>] [--branch (@auto|<branch name>)] [--authorize|--locale <locale>] [--directory <work dir>] [--directive <smartling directive>] ... --locale <locale> Authorize speicified locale only. Can be specified several times. Incompatible with --authorize option.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
--locale=<locale>
works--locale <locale>
does not work (the flag is ignored and no strings are authorized).smartling-cli
(with no args) documents the working--locale=<locale>
format:However,
bin/smartling-cli files push --help
documents the not working--locale <locale>
format:The text was updated successfully, but these errors were encountered: