New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@bfly/smartling-cli

Package Overview
Dependencies
Maintainers
32
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

@bfly/smartling-cli

Tool to upload messages and download translations from Smartling as part of the Cloud deployments.

1.9.0
unpublished
Source
npm
Version published
Weekly downloads
0
Maintainers
32
Weekly downloads
 
Created
Source

Smartling CLI

Tool to upload messages and download translations from Smartling as part of the Cloud deployments.

To run it, first install dependencies:

$ yarn

Then set environment variables that grant access to the smartling account:

export SMARTLING_USER_IDENTIFIER=my-user-id
export SMARTLING_USER_SECRET=my-user-secret
export SMARTLING_PROJECT_ID=my-project-id

Finally, run it, passing in the File URI that Smartling uses to identify messages:

yarn bfly-smartling download --env dev --smartling-file-uri="/telemed-frontend/messages.en.json"

This uses default paths for input and output that can be overridden by CLI arguments.

FAQs

Package last updated on 15 Oct 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts