-
Notifications
You must be signed in to change notification settings - Fork 9
Examples
Dmitry Studynsky edited this page Jul 10, 2025
·
4 revisions
All examples assume that you have already used the init command to configure your credentials, project ID, and account ID. However, you can use "global options" to override any configuration parameters. For example:
-c, --config string Config file in YAML format.
By default CLI will look for file named
"smartling.yml" in current directory and in all
intermediate parents, emulating git behavior.
-a, --account string Account ID to operate on.
This option overrides config value "account_id".
-p, --project string Project ID to operate on.
This option overrides config value "project_id".
--user string User ID which will be used for authentication.
This option overrides config value "user_id".
--secret string Token Secret which will be used for authentication.
This option overrides config value "secret".
We also recommend reviewing the template for the configuration file smartling.yml.example. This is particularly useful if you already have a "localization project" that needs to be synchronized with Smartling TMS.
Links to detailed examples of each command: