Skip to content

Commit 27fd526

Browse files
committed
Bump cli to 0.15.0
1 parent 1d10cfb commit 27fd526

File tree

3 files changed

+14
-11
lines changed

3 files changed

+14
-11
lines changed

cli/README.md

+12-9
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ $ npm install -g accent-cli
2020
$ accent COMMAND
2121
running command...
2222
$ 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
2424
$ accent --help [COMMAND]
2525
USAGE
2626
$ accent COMMAND
@@ -177,7 +177,7 @@ EXAMPLES
177177
$ accent export --order-by=key --version=build.myapp.com:0.12.345
178178
```
179179

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)_
181181

182182
## `accent format`
183183

@@ -195,7 +195,7 @@ EXAMPLE
195195
$ accent format
196196
```
197197

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)_
199199

200200
## `accent help [COMMAND]`
201201

@@ -232,7 +232,7 @@ EXAMPLE
232232
$ accent jipt
233233
```
234234

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)_
236236

237237
## `accent lint`
238238

@@ -249,24 +249,27 @@ EXAMPLE
249249
$ accent lint
250250
```
251251

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)_
253253

254254
## `accent stats`
255255

256-
Fetch stats from the API and display it beautifully
256+
Fetch stats from the API and display them beautifully
257257

258258
```
259259
USAGE
260260
$ accent stats
261261
262262
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
264267
265268
EXAMPLE
266269
$ accent stats
267270
```
268271

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)_
270273

271274
## `accent sync`
272275

@@ -298,7 +301,7 @@ EXAMPLES
298301
$ accent sync --add-translations --merge-type=smart --order-key=key --version=v0.23
299302
```
300303

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)_
302305
<!-- commandsstop -->
303306

304307
# GitHub Actions

cli/package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cli/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "accent-cli",
3-
"version": "0.14.2",
3+
"version": "0.15.0",
44
"author": "Simon Prévost",
55
"description": "Accent CLI",
66
"bin": {

0 commit comments

Comments
 (0)