Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@bfly/smartling-cli

Package Overview
Dependencies
Maintainers
7
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bfly/smartling-cli

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

  • 1.11.0
  • unpublished
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
Maintainers
7
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 30 Aug 2022

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc