Skip to content

Latest commit

 

History

History
52 lines (43 loc) · 2.69 KB

File metadata and controls

52 lines (43 loc) · 2.69 KB

smartling-cli

Manage translation files using Smartling CLI.

Synopsis

Manage translation files using Smartling CLI. Complete documentation is available at https://www.smartling.com

smartling-cli [flags]

Options

  -a, --account string               Account ID to operate on.
                                     This option overrides config value "account_id".
  -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.
  -h, --help                         help for smartling-cli
  -k, --insecure                     Skip HTTPS certificate validation.
      --operation-directory string   Sets directory to operate on, usually, to store or to
                                     read files.  Depends on command. (default ".")
  -p, --project string               Project ID to operate on.
                                     This option overrides config value "project_id".
      --proxy string                 Use specified URL as proxy server.
      --secret string                Token Secret which will be used for authentication.
                                     This option overrides config value "secret".
      --show-config                  Print the resolved account, project, user, and config file path
                                     to stderr before the command runs.
      --smartling-url string         Specify base Smartling URL, merely for testing
                                     purposes.
      --user string                  User ID which will be used for authentication.
                                     This option overrides config value "user_id".
  -v, --verbose count                Verbose logging

SEE ALSO

Auto generated by spf13/cobra on 5-Jun-2026