@@ -20,7 +20,7 @@ $ npm install -g accent-cli
20
20
$ accent COMMAND
21
21
running command...
22
22
$ accent (-v| --version| version)
23
- accent-cli/0.14.2 darwin-arm64 node-v16.15 .1
23
+ accent-cli/0.15.0 darwin-arm64 node-v16.19 .1
24
24
$ accent --help [COMMAND]
25
25
USAGE
26
26
$ accent COMMAND
@@ -177,7 +177,7 @@ EXAMPLES
177
177
$ accent export --order-by=key --version=build.myapp.com:0.12.345
178
178
```
179
179
180
- _ See code: [ src/commands/export.ts] ( https://github.com/mirego/accent/blob/v0.14.2 /src/commands/export.ts ) _
180
+ _ See code: [ src/commands/export.ts] ( https://github.com/mirego/accent/blob/v0.15.0 /src/commands/export.ts ) _
181
181
182
182
## ` accent format `
183
183
@@ -195,7 +195,7 @@ EXAMPLE
195
195
$ accent format
196
196
```
197
197
198
- _ See code: [ src/commands/format.ts] ( https://github.com/mirego/accent/blob/v0.14.2 /src/commands/format.ts ) _
198
+ _ See code: [ src/commands/format.ts] ( https://github.com/mirego/accent/blob/v0.15.0 /src/commands/format.ts ) _
199
199
200
200
## ` accent help [COMMAND] `
201
201
@@ -232,7 +232,7 @@ EXAMPLE
232
232
$ accent jipt
233
233
```
234
234
235
- _ See code: [ src/commands/jipt.ts] ( https://github.com/mirego/accent/blob/v0.14.2 /src/commands/jipt.ts ) _
235
+ _ See code: [ src/commands/jipt.ts] ( https://github.com/mirego/accent/blob/v0.15.0 /src/commands/jipt.ts ) _
236
236
237
237
## ` accent lint `
238
238
@@ -249,24 +249,27 @@ EXAMPLE
249
249
$ accent lint
250
250
```
251
251
252
- _ See code: [ src/commands/lint.ts] ( https://github.com/mirego/accent/blob/v0.14.2 /src/commands/lint.ts ) _
252
+ _ See code: [ src/commands/lint.ts] ( https://github.com/mirego/accent/blob/v0.15.0 /src/commands/lint.ts ) _
253
253
254
254
## ` accent stats `
255
255
256
- Fetch stats from the API and display it beautifully
256
+ Fetch stats from the API and display them beautifully
257
257
258
258
```
259
259
USAGE
260
260
$ accent stats
261
261
262
262
OPTIONS
263
- --config=config [default: accent.json] Path to the config file
263
+ --check-reviewed Exit 1 when reviewed percentage is not 100%
264
+ --check-translated Exit 1 when translated percentage is not 100%
265
+ --config=config [default: accent.json] Path to the config file
266
+ --version=version View stats for a specific version
264
267
265
268
EXAMPLE
266
269
$ accent stats
267
270
```
268
271
269
- _ See code: [ src/commands/stats.ts] ( https://github.com/mirego/accent/blob/v0.14.2 /src/commands/stats.ts ) _
272
+ _ See code: [ src/commands/stats.ts] ( https://github.com/mirego/accent/blob/v0.15.0 /src/commands/stats.ts ) _
270
273
271
274
## ` accent sync `
272
275
@@ -298,7 +301,7 @@ EXAMPLES
298
301
$ accent sync --add-translations --merge-type=smart --order-key=key --version=v0.23
299
302
```
300
303
301
- _ See code: [ src/commands/sync.ts] ( https://github.com/mirego/accent/blob/v0.14.2 /src/commands/sync.ts ) _
304
+ _ See code: [ src/commands/sync.ts] ( https://github.com/mirego/accent/blob/v0.15.0 /src/commands/sync.ts ) _
302
305
<!-- commandsstop -->
303
306
304
307
# GitHub Actions
0 commit comments