Bump cli to 0.13.3

This commit is contained in:
Simon Prévost 2023-05-17 10:07:09 -04:00
parent f2717817fe
commit e7504d4e2f
3 changed files with 9 additions and 9 deletions

View File

@ -20,7 +20,7 @@ $ npm install -g accent-cli
$ accent COMMAND
running command...
$ accent (-v|--version|version)
accent-cli/0.13.2 darwin-arm64 node-v16.15.1
accent-cli/0.13.3 darwin-arm64 node-v16.15.1
$ accent --help [COMMAND]
USAGE
$ accent COMMAND
@ -98,7 +98,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.13.2/src/commands/export.ts)_
_See code: [src/commands/export.ts](https://github.com/mirego/accent/blob/v0.13.3/src/commands/export.ts)_
## `accent format`
@ -116,7 +116,7 @@ EXAMPLE
$ accent format
```
_See code: [src/commands/format.ts](https://github.com/mirego/accent/blob/v0.13.2/src/commands/format.ts)_
_See code: [src/commands/format.ts](https://github.com/mirego/accent/blob/v0.13.3/src/commands/format.ts)_
## `accent help [COMMAND]`
@ -153,7 +153,7 @@ EXAMPLE
$ accent jipt
```
_See code: [src/commands/jipt.ts](https://github.com/mirego/accent/blob/v0.13.2/src/commands/jipt.ts)_
_See code: [src/commands/jipt.ts](https://github.com/mirego/accent/blob/v0.13.3/src/commands/jipt.ts)_
## `accent lint`
@ -170,7 +170,7 @@ EXAMPLE
$ accent lint
```
_See code: [src/commands/lint.ts](https://github.com/mirego/accent/blob/v0.13.2/src/commands/lint.ts)_
_See code: [src/commands/lint.ts](https://github.com/mirego/accent/blob/v0.13.3/src/commands/lint.ts)_
## `accent stats`
@ -187,7 +187,7 @@ EXAMPLE
$ accent stats
```
_See code: [src/commands/stats.ts](https://github.com/mirego/accent/blob/v0.13.2/src/commands/stats.ts)_
_See code: [src/commands/stats.ts](https://github.com/mirego/accent/blob/v0.13.3/src/commands/stats.ts)_
## `accent sync`
@ -219,7 +219,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.13.2/src/commands/sync.ts)_
_See code: [src/commands/sync.ts](https://github.com/mirego/accent/blob/v0.13.3/src/commands/sync.ts)_
<!-- commandsstop -->
# GitHub Actions

2
cli/package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "accent-cli",
"version": "0.13.2",
"version": "0.13.3",
"lockfileVersion": 2,
"requires": true,
"packages": {

View File

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