accent-cli
Advanced tools
Comparing version 0.6.0 to 0.6.1
@@ -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 @@ |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Shell access
Supply chain riskThis module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 2 instances in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 2 instances 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
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
43936
58
900
182
5