@transifex/cli
Advanced tools
Comparing version 0.1.0 to 0.2.0
@@ -1,1 +0,1 @@ | ||
{"version":"0.1.0","commands":{"push":{"id":"push","description":"Detect translatable strings and push content to Transifex\nParse .js or .jsx files and detect phrases marked for\ntranslation by Transifex Native toolkit for Javascript and\nupload them to Transifex for translation.\n\nTo push content some environment variables must be set:\nTRANSIFEX_TOKEN=<Transifex Native Project Token>\nTRANSIFEX_SECRET=<Transifex Native Project Secret>\n(optional) TRANSIFEX_CDS_HOST=<CDS HOST>\n\nor passed as --token=<TOKEN> --secret=<SECRET> parameters\n\nDefault CDS Host is https://cds.svc.transifex.net\n\nExamples:\ntxjs-cli push -v\ntxjs-cli push src/\ntxjs-cli push /home/repo/src\ntxjs-cli push \"*.js\"\ntxjs-cli push --dry-run\ntxjs-cli push --tags=\"master,release:2.5\"\ntxjs-cli push --token=mytoken --secret=mysecret\nTRANSIFEX_TOKEN=mytoken TRANSIFEX_SECRET=mysecret txjs-cli push\n","pluginName":"@transifex/cli","pluginType":"core","aliases":[],"flags":{"dry-run":{"name":"dry-run","type":"boolean","description":"Dry run, do not push to Transifex","allowNo":false},"verbose":{"name":"verbose","type":"boolean","char":"v","description":"Verbose output","allowNo":false},"purge":{"name":"purge","type":"boolean","description":"Purge content on Transifex","allowNo":false},"token":{"name":"token","type":"option","description":"Native project public token","default":""},"secret":{"name":"secret","type":"option","description":"Native project secret","default":""},"tags":{"name":"tags","type":"option","description":"Globally tag strings","default":""},"cds-host":{"name":"cds-host","type":"option","description":"CDS host URL","default":""}},"args":[{"name":"pattern","description":"file pattern to scan for strings","required":false,"default":"**/*.{js,jsx}"}]}}} | ||
{"version":"0.2.0","commands":{"push":{"id":"push","description":"Detect translatable strings and push content to Transifex\nParse .js or .jsx files and detect phrases marked for\ntranslation by Transifex Native toolkit for Javascript and\nupload them to Transifex for translation.\n\nTo push content some environment variables must be set:\nTRANSIFEX_TOKEN=<Transifex Native Project Token>\nTRANSIFEX_SECRET=<Transifex Native Project Secret>\n(optional) TRANSIFEX_CDS_HOST=<CDS HOST>\n\nor passed as --token=<TOKEN> --secret=<SECRET> parameters\n\nDefault CDS Host is https://cds.svc.transifex.net\n\nExamples:\ntxjs-cli push -v\ntxjs-cli push src/\ntxjs-cli push /home/repo/src\ntxjs-cli push \"*.js\"\ntxjs-cli push --dry-run\ntxjs-cli push --tags=\"master,release:2.5\"\ntxjs-cli push --token=mytoken --secret=mysecret\nTRANSIFEX_TOKEN=mytoken TRANSIFEX_SECRET=mysecret txjs-cli push\n","pluginName":"@transifex/cli","pluginType":"core","aliases":[],"flags":{"dry-run":{"name":"dry-run","type":"boolean","description":"Dry run, do not push to Transifex","allowNo":false},"verbose":{"name":"verbose","type":"boolean","char":"v","description":"Verbose output","allowNo":false},"purge":{"name":"purge","type":"boolean","description":"Purge content on Transifex","allowNo":false},"token":{"name":"token","type":"option","description":"Native project public token","default":""},"secret":{"name":"secret","type":"option","description":"Native project secret","default":""},"tags":{"name":"tags","type":"option","description":"Globally tag strings","default":""},"cds-host":{"name":"cds-host","type":"option","description":"CDS host URL","default":""}},"args":[{"name":"pattern","description":"file pattern to scan for strings","required":false,"default":"**/*.{js,jsx}"}]}}} |
{ | ||
"name": "@transifex/cli", | ||
"description": "Transifex Native CLI", | ||
"version": "0.1.0", | ||
"version": "0.2.0", | ||
"author": "Transifex", | ||
@@ -10,3 +10,4 @@ "keywords": [ | ||
"l10n", | ||
"localization" | ||
"localization", | ||
"cli" | ||
], | ||
@@ -27,3 +28,3 @@ "homepage": "https://github.com/transifex/transifex-javascript/tree/master/packages/cli", | ||
"@oclif/plugin-help": "^3.1.0", | ||
"@transifex/native": "^0.1.0", | ||
"@transifex/native": "^0.2.0", | ||
"acorn": "^7.3.1", | ||
@@ -30,0 +31,0 @@ "acorn-jsx": "^5.2.0", |
@@ -1,10 +0,8 @@ | ||
# @transifex/cli | ||
# Transifex Native CLI | ||
Transifex Native Javascript CLI. | ||
A command line tool that parses `.js` or `.jsx` source files, extracts phrases marked for localization by [Transifex Native](https://www.transifex.com/native/) and pushes them to [Transifex](https:/www.transifex.com) for translation. | ||
Parse `.js` or `.jsx` files and scan for Transifex Native phrases. | ||
Push phrases to Transifex for localization. | ||
Related packages: | ||
[@transifex/native](https://www.npmjs.com/package/@transifex/native) | ||
* [@transifex/native](https://www.npmjs.com/package/@transifex/native) | ||
* [@transifex/react](https://www.npmjs.com/package/@transifex/react) | ||
@@ -11,0 +9,0 @@ # Usage |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
20873
19893
119
+ Added@transifex/native@0.2.1(transitive)
- Removed@transifex/native@0.1.0(transitive)
Updated@transifex/native@^0.2.0