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

get-translations-file

Package Overview
Dependencies
Maintainers
2
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

get-translations-file

Get translation file in json format from onesky. Used by web-onboarding.

  • 1.0.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
decreased by-100%
Maintainers
2
Weekly downloads
 
Created
Source

get-translations-file

Get multilingual translations file in json format from onesky.

Intallation

npm i get-translations-file

Usage

The args can be provided directly in the command line: get-translations-file --secret [onesky_secret_key] --apiKey [onesky_api_key] --projectId [onesky_project_id]

or by using a json config file: get-translations-file --settings onesky-config.json

{
  "secret": "onesky_secret_key",
  "apiKey": "onesky_api_key",
  "projectId": "123",
  "fileName": "someExistingFileName.po",
  "outputFile": "outputFile.json"
}

Documentation

Option nameOptionalDescription
secretnoOnesky secret key
apiKeynoOnesky api key
projectIdnoOnesky Project ID
fileNameyesThe name of a .po file in the Onesky project
outputFileyesThe name of json file that you want to generate

If you do not provide a fileName or outputFile the cli will ask for them.

FAQs

Package last updated on 06 Jan 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