Skip to content
This repository has been archived by the owner on Dec 13, 2022. It is now read-only.

Commit

Permalink
version bumps
Browse files Browse the repository at this point in the history
  • Loading branch information
yennieb committed May 6, 2019
1 parent ab936d5 commit 8d6b740
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 deletions aurad-cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ $ npm install -g @auroradao/aurad-cli
$ aura COMMAND
running command...
$ aura (-v|--version|version)
@auroradao/aurad-cli/0.1.4 darwin-x64 node-v10.12.0
@auroradao/aurad-cli/0.1.5 darwin-x64 node-v11.14.0
$ aura --help [COMMAND]
USAGE
$ aura COMMAND
Expand All @@ -43,7 +43,7 @@ USAGE
$ aura config
```

_See code: [src/commands/config.js](https://github.com/auroradao/aurad/blob/v0.1.4/src/commands/config.js)_
_See code: [src/commands/config.js](https://github.com/auroradao/aurad/blob/v0.1.5/src/commands/config.js)_

## `aura help [COMMAND]`

Expand Down Expand Up @@ -74,7 +74,7 @@ OPTIONS
-n, --name=name name of log to print (aura, parity or mysql)
```

_See code: [src/commands/logs.js](https://github.com/auroradao/aurad/blob/v0.1.4/src/commands/logs.js)_
_See code: [src/commands/logs.js](https://github.com/auroradao/aurad/blob/v0.1.5/src/commands/logs.js)_

## `aura restart`

Expand All @@ -88,7 +88,7 @@ OPTIONS
-r, --rpc=rpc rpc server
```

_See code: [src/commands/restart.js](https://github.com/auroradao/aurad/blob/v0.1.4/src/commands/restart.js)_
_See code: [src/commands/restart.js](https://github.com/auroradao/aurad/blob/v0.1.5/src/commands/restart.js)_

## `aura start`

Expand All @@ -102,7 +102,7 @@ OPTIONS
-r, --rpc=rpc rpc server
```

_See code: [src/commands/start.js](https://github.com/auroradao/aurad/blob/v0.1.4/src/commands/start.js)_
_See code: [src/commands/start.js](https://github.com/auroradao/aurad/blob/v0.1.5/src/commands/start.js)_

## `aura status`

Expand All @@ -113,7 +113,7 @@ USAGE
$ aura status
```

_See code: [src/commands/status.js](https://github.com/auroradao/aurad/blob/v0.1.4/src/commands/status.js)_
_See code: [src/commands/status.js](https://github.com/auroradao/aurad/blob/v0.1.5/src/commands/status.js)_

## `aura stop`

Expand All @@ -124,7 +124,7 @@ USAGE
$ aura stop
```

_See code: [src/commands/stop.js](https://github.com/auroradao/aurad/blob/v0.1.4/src/commands/stop.js)_
_See code: [src/commands/stop.js](https://github.com/auroradao/aurad/blob/v0.1.5/src/commands/stop.js)_

## `aura up`

Expand All @@ -135,5 +135,5 @@ USAGE
$ aura up
```

_See code: [src/commands/up.js](https://github.com/auroradao/aurad/blob/v0.1.4/src/commands/up.js)_
_See code: [src/commands/up.js](https://github.com/auroradao/aurad/blob/v0.1.5/src/commands/up.js)_
<!-- commandsstop -->
2 changes: 1 addition & 1 deletion aurad-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 aurad-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@auroradao/aurad-cli",
"version": "0.1.4",
"version": "0.1.5",
"bin": {
"aura": "./bin/run"
},
Expand Down

0 comments on commit 8d6b740

Please sign in to comment.