Bump cli to 0.16.2

This commit is contained in:
Simon Prévost 2024-03-06 08:55:27 -05:00
parent c61e9a5d8c
commit 388c07a227
3 changed files with 11 additions and 11 deletions

View File

@ -20,7 +20,7 @@ $ npm install -g accent-cli
$ accent COMMAND
running command...
$ accent (-v|--version|version)
accent-cli/0.16.1 darwin-arm64 node-v21.6.1
accent-cli/0.16.2 darwin-arm64 node-v21.6.1
$ accent --help [COMMAND]
USAGE
$ accent COMMAND
@ -47,7 +47,7 @@ accent-cli reads from a `accent.json` file. The file should contain valid JSON r
"source": "localization/fr/*.json",
"target": "localization/%slug%/%document_path%.json",
"hooks": {
"afterSync": "touch sync-done.txt"
"afterSync": ["touch sync-done.txt", "echo 'Done!'"]
}
}
]
@ -207,7 +207,7 @@ EXAMPLES
$ accent export --order-by=key --version=build.myapp.com:0.12.345
```
_See code: [src/commands/export.ts](https://github.com/mirego/accent/blob/v0.16.1/src/commands/export.ts)_
_See code: [src/commands/export.ts](https://github.com/mirego/accent/blob/v0.16.2/src/commands/export.ts)_
## `accent format`
@ -225,7 +225,7 @@ EXAMPLE
$ accent format
```
_See code: [src/commands/format.ts](https://github.com/mirego/accent/blob/v0.16.1/src/commands/format.ts)_
_See code: [src/commands/format.ts](https://github.com/mirego/accent/blob/v0.16.2/src/commands/format.ts)_
## `accent help [COMMAND]`
@ -262,7 +262,7 @@ EXAMPLE
$ accent jipt
```
_See code: [src/commands/jipt.ts](https://github.com/mirego/accent/blob/v0.16.1/src/commands/jipt.ts)_
_See code: [src/commands/jipt.ts](https://github.com/mirego/accent/blob/v0.16.2/src/commands/jipt.ts)_
## `accent lint`
@ -279,7 +279,7 @@ EXAMPLE
$ accent lint
```
_See code: [src/commands/lint.ts](https://github.com/mirego/accent/blob/v0.16.1/src/commands/lint.ts)_
_See code: [src/commands/lint.ts](https://github.com/mirego/accent/blob/v0.16.2/src/commands/lint.ts)_
## `accent stats`
@ -299,7 +299,7 @@ EXAMPLE
$ accent stats
```
_See code: [src/commands/stats.ts](https://github.com/mirego/accent/blob/v0.16.1/src/commands/stats.ts)_
_See code: [src/commands/stats.ts](https://github.com/mirego/accent/blob/v0.16.2/src/commands/stats.ts)_
## `accent sync`
@ -331,7 +331,7 @@ EXAMPLES
$ accent sync --add-translations --merge-type=smart --order-key=key --version=v0.23
```
_See code: [src/commands/sync.ts](https://github.com/mirego/accent/blob/v0.16.1/src/commands/sync.ts)_
_See code: [src/commands/sync.ts](https://github.com/mirego/accent/blob/v0.16.2/src/commands/sync.ts)_
<!-- commandsstop -->
# GitHub Actions

4
cli/package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "accent-cli",
"version": "0.16.1",
"version": "0.16.2",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "accent-cli",
"version": "0.16.0",
"version": "0.16.2",
"license": "MIT",
"dependencies": {
"@oclif/command": "^1.8.22",

View File

@ -1,6 +1,6 @@
{
"name": "accent-cli",
"version": "0.16.1",
"version": "0.16.2",
"author": "Simon Prévost",
"description": "Accent CLI",
"bin": {