Skip to content

Commit

Permalink
Bump cli to 0.14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
simonprev committed Aug 29, 2023
1 parent b800727 commit 942a3f3
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 deletions cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ $ npm install -g accent-cli
$ accent COMMAND
running command...
$ accent (-v|--version|version)
accent-cli/0.14.0 darwin-arm64 node-v16.15.1
accent-cli/0.14.1 darwin-arm64 node-v16.15.1
$ accent --help [COMMAND]
USAGE
$ accent COMMAND
Expand Down Expand Up @@ -158,7 +158,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.14.0/src/commands/export.ts)_
_See code: [src/commands/export.ts](https://github.com/mirego/accent/blob/v0.14.1/src/commands/export.ts)_

## `accent format`

Expand All @@ -176,7 +176,7 @@ EXAMPLE
$ accent format
```

_See code: [src/commands/format.ts](https://github.com/mirego/accent/blob/v0.14.0/src/commands/format.ts)_
_See code: [src/commands/format.ts](https://github.com/mirego/accent/blob/v0.14.1/src/commands/format.ts)_

## `accent help [COMMAND]`

Expand Down Expand Up @@ -213,7 +213,7 @@ EXAMPLE
$ accent jipt
```

_See code: [src/commands/jipt.ts](https://github.com/mirego/accent/blob/v0.14.0/src/commands/jipt.ts)_
_See code: [src/commands/jipt.ts](https://github.com/mirego/accent/blob/v0.14.1/src/commands/jipt.ts)_

## `accent lint`

Expand All @@ -230,7 +230,7 @@ EXAMPLE
$ accent lint
```

_See code: [src/commands/lint.ts](https://github.com/mirego/accent/blob/v0.14.0/src/commands/lint.ts)_
_See code: [src/commands/lint.ts](https://github.com/mirego/accent/blob/v0.14.1/src/commands/lint.ts)_

## `accent stats`

Expand All @@ -247,7 +247,7 @@ EXAMPLE
$ accent stats
```

_See code: [src/commands/stats.ts](https://github.com/mirego/accent/blob/v0.14.0/src/commands/stats.ts)_
_See code: [src/commands/stats.ts](https://github.com/mirego/accent/blob/v0.14.1/src/commands/stats.ts)_

## `accent sync`

Expand Down Expand Up @@ -279,7 +279,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.14.0/src/commands/sync.ts)_
_See code: [src/commands/sync.ts](https://github.com/mirego/accent/blob/v0.14.1/src/commands/sync.ts)_
<!-- commandsstop -->

# GitHub Actions
Expand Down
2 changes: 1 addition & 1 deletion cli/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "accent-cli",
"version": "0.14.0",
"version": "0.14.1",
"author": "Simon Prévost",
"description": "Accent CLI",
"bin": {
Expand Down

0 comments on commit 942a3f3

Please sign in to comment.