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

accent-cli

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

accent-cli - npm Package Compare versions

Comparing version 0.6.0 to 0.6.1

lib/base.d.ts

2

.oclif.manifest.json

@@ -1,1 +0,1 @@

{"version":"0.6.0","commands":{"export":{"id":"export","description":"Export files from Accent and write them to your local filesystem","pluginName":"accent-cli","pluginType":"core","aliases":[],"examples":["$ accent export"],"flags":{"order-by":{"name":"order-by","type":"option","description":"Will be used in the export call as the order of the keys","options":["index","key-asc"],"default":"index"}},"args":[]},"jipt":{"id":"jipt","description":"Export jipt files from Accent and write them to your local filesystem","pluginName":"accent-cli","pluginType":"core","aliases":[],"examples":["$ accent jipt"],"flags":{},"args":[{"name":"pseudoLanguageName","description":"The pseudo language for in-place-translation-editing","required":true}]},"stats":{"id":"stats","description":"Fetch stats from the API and display it beautifully","pluginName":"accent-cli","pluginType":"core","aliases":[],"examples":["$ accent stats"],"flags":{},"args":[]},"sync":{"id":"sync","description":"Sync files in Accent and write them to your local filesystem","pluginName":"accent-cli","pluginType":"core","aliases":[],"examples":["$ accent sync"],"flags":{"add-translations":{"name":"add-translations","type":"boolean","description":"Add translations in Accent to help translators if you already have translated strings","allowNo":false},"merge-type":{"name":"merge-type","type":"option","description":"Will be used in the add translations call as the \"merge_type\" param","options":["smart","passive","force"],"default":"smart"},"order-by":{"name":"order-by","type":"option","description":"Will be used in the export call as the order of the keys","options":["index","key-asc"],"default":"index"},"sync-type":{"name":"sync-type","type":"option","description":"Will be used in the sync call as the \"sync_type\" param","options":["smart","passive"],"default":"smart"},"write":{"name":"write","type":"boolean","description":"Write the file from the export _after_ the operation","allowNo":false}},"args":[]}}}
{"version":"0.6.1","commands":{"export":{"id":"export","description":"Export files from Accent and write them to your local filesystem","pluginName":"accent-cli","pluginType":"core","aliases":[],"examples":["$ accent export"],"flags":{"order-by":{"name":"order-by","type":"option","description":"Will be used in the export call as the order of the keys","options":["index","key-asc"],"default":"index"}},"args":[]},"jipt":{"id":"jipt","description":"Export jipt files from Accent and write them to your local filesystem","pluginName":"accent-cli","pluginType":"core","aliases":[],"examples":["$ accent jipt"],"flags":{},"args":[{"name":"pseudoLanguageName","description":"The pseudo language for in-place-translation-editing","required":true}]},"stats":{"id":"stats","description":"Fetch stats from the API and display it beautifully","pluginName":"accent-cli","pluginType":"core","aliases":[],"examples":["$ accent stats"],"flags":{},"args":[]},"sync":{"id":"sync","description":"Sync files in Accent and write them to your local filesystem","pluginName":"accent-cli","pluginType":"core","aliases":[],"examples":["$ accent sync"],"flags":{"add-translations":{"name":"add-translations","type":"boolean","description":"Add translations in Accent to help translators if you already have translated strings","allowNo":false},"merge-type":{"name":"merge-type","type":"option","description":"Will be used in the add translations call as the \"merge_type\" param","options":["smart","passive","force"],"default":"smart"},"order-by":{"name":"order-by","type":"option","description":"Will be used in the export call as the order of the keys","options":["index","key-asc"],"default":"index"},"sync-type":{"name":"sync-type","type":"option","description":"Will be used in the sync call as the \"sync_type\" param","options":["smart","passive"],"default":"smart"},"write":{"name":"write","type":"boolean","description":"Write the file from the export _after_ the operation","allowNo":false}},"args":[]}}}
{
"name": "accent-cli",
"version": "0.6.0",
"version": "0.6.1",
"author": "Simon Prévost",

@@ -64,2 +64,6 @@ "description": "Accent CLI",

},
"repository": {
"type": "git",
"url": "https://github.com/mirego/accent.git"
},
"scripts": {

@@ -66,0 +70,0 @@ "build": "rm -rf lib && tsc",

@@ -22,3 +22,3 @@ Accent CLI

$ accent (-v|--version|version)
accent-cli/0.6.0 darwin-x64 node-v9.5.0
accent-cli/0.6.1 darwin-x64 node-v9.5.0
$ accent --help [COMMAND]

@@ -97,2 +97,4 @@ USAGE

_See code: [src/commands/export.ts](https://github.com/mirego/accent/blob/v0.6.1/src/commands/export.ts)_
## `accent help [COMMAND]`

@@ -130,2 +132,4 @@

_See code: [src/commands/jipt.ts](https://github.com/mirego/accent/blob/v0.6.1/src/commands/jipt.ts)_
## `accent stats`

@@ -143,2 +147,4 @@

_See code: [src/commands/stats.ts](https://github.com/mirego/accent/blob/v0.6.1/src/commands/stats.ts)_
## `accent sync`

@@ -167,2 +173,4 @@

```
_See code: [src/commands/sync.ts](https://github.com/mirego/accent/blob/v0.6.1/src/commands/sync.ts)_
<!-- commandsstop -->

@@ -169,0 +177,0 @@

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