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

@crowdin/cli

Package Overview
Dependencies
Maintainers
5
Versions
62
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@crowdin/cli - npm Package Compare versions

Comparing version 3.2.2 to 3.3.0

17

CHANGELOG.md
# Changelog
All notable changes to this project will be documented in this file.
## [3.3.0] - 2020-09-28
### Added
- Glossary management. For more details - `crowdin glossary -h` ([#304](https://github.com/crowdin/crowdin-cli/pull/304))
- Translation memory management. For more details - `crowdin tm -h` ([#304](https://github.com/crowdin/crowdin-cli/pull/304))
### Updated
- Return non-zero code when errors presented in `upload` command ([#304](https://github.com/crowdin/crowdin-cli/pull/304/commits/2faae71c0102caa2c8bb6b64c2cc3f6ae405bb99))
- Update how CLI gets a list of project languages and in-context language ([#304](https://github.com/crowdin/crowdin-cli/pull/304/commits/8e3f8d0e6fbb1258ee942d5f81fa9eb4b8e0d86b))
### Fixed
- Fix Proxy ([#304](https://github.com/crowdin/crowdin-cli/pull/304))
- Fix `init` command to accept path formats on Windows ([#305](https://github.com/crowdin/crowdin-cli/pull/305))
## [3.2.2] - 2020-09-01

@@ -5,0 +22,0 @@

11

package.json

@@ -13,3 +13,3 @@ {

},
"version": "3.2.2",
"version": "3.3.0",
"jdeploy": {

@@ -28,3 +28,10 @@ "jar": "dist/crowdin-cli.jar"

"test": "echo \"Error: no test specified\" && exit 1"
}
},
"keywords": [
"Crowdin",
"CLI",
"Client",
"Sync",
"Localization"
]
}

@@ -18,2 +18,3 @@ [<p align="center"><img src="https://support.crowdin.com/assets/logos/crowdin-dark-symbol.png" data-canonical-src="https://support.crowdin.com/assets/logos/crowdin-dark-symbol.png" width="200" height="200" align="center"/></p>](https://crowdin.com)

[![Docker Pulls](https://img.shields.io/docker/pulls/crowdin/cli?logo=docker&cacheSeconds=2000)](https://hub.docker.com/r/crowdin/cli)
[![npm](https://img.shields.io/npm/dt/@crowdin/cli?logo=npm&cacheSeconds=2000)](https://www.npmjs.com/package/@crowdin/cli)
![Azure DevOps tests (branch)](https://img.shields.io/azure-devops/tests/crowdin/crowdin-cli-3/22/cli3?cacheSeconds=2000)

@@ -44,3 +45,3 @@ [![codecov](https://codecov.io/gh/crowdin/crowdin-cli/branch/cli3/graph/badge.svg)](https://codecov.io/gh/crowdin/crowdin-cli)

[<p align="center"><img src="https://github.com/crowdin/crowdin-cli/blob/docs/cli.png" data-canonical-src="https://github.com/crowdin/crowdin-cli/blob/docs/cli.png" width="700" height="auto" align="center"/></p>](https://crowdin.com)
[<p align="center"><img src="https://raw.githubusercontent.com/crowdin/crowdin-cli/docs/cli.png" data-canonical-src="https://raw.githubusercontent.com/crowdin/crowdin-cli/docs/cli.png" width="700" height="auto" align="center"/></p>](https://crowdin.com)

@@ -200,2 +201,9 @@ ## What's New

<details>
<summary><b>NPM</b></summary>
`npm i -g @crowdin/cli`
</details>
<details>
<summary><b>Standalone Version</b></summary>

@@ -422,2 +430,22 @@

## Glossary management
There is a possibility to upload/download glossaries.
| Command | Description |
|-----------------------------|------------------------------------|
| `crowdin glossary list` | Show a list of glossaries. <br>Use —verbose to show term lists for glossaries |
| `crowdin glossary upload` | Upload glossary from a file (in TBX, CSV, or XLSX file format) <br>either to the specified glossary or to a new one |
| `crowdin glossary download` | Download glossary file (in TBX, CSV, or XLSX file format) <br>from the specified glossary |
## Translation memory management
To manage translation memories use the following commands:
| Command | Description |
|-------------------------|----------------------------------------|
| `crowdin tm list` | Show a list of translation memories |
| `crowdin tm upload` | Upload translation memory from a file <br/>(Supported file formats: TMX, CSV, XLS/XLSX) |
| `crowdin tm download` | Download translation memory to a file |
## Seeking Assistance

@@ -424,0 +452,0 @@

Sorry, the diff of this file is not supported yet

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