Skip to content

Commit

Permalink
Merge pull request #33 from jplomas/master
Browse files Browse the repository at this point in the history
fix: explorer-helpers dependency following npm release
  • Loading branch information
jplomas authored May 15, 2020
2 parents 6fd3e70 + 53cd960 commit 8ab7d37
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 22 deletions.
40 changes: 20 additions & 20 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ $ npm install -g @theqrl/cli
$ qrl-cli COMMAND
running command...
$ qrl-cli (-v|--version|version)
@theqrl/cli/1.7.0 darwin-x64 node-v12.3.1
@theqrl/cli/1.7.1 darwin-x64 node-v12.3.1
$ qrl-cli --help [COMMAND]
USAGE
$ qrl-cli COMMAND
Expand Down Expand Up @@ -78,7 +78,7 @@ DESCRIPTION
See the documentation at https://docs.theqrl.org/developers/qrl-cli
```

_See code: [src/commands/balance.js](https://github.com/theqrl/qrl-cli/blob/v1.7.0/src/commands/balance.js)_
_See code: [src/commands/balance.js](https://github.com/theqrl/qrl-cli/blob/v1.7.1/src/commands/balance.js)_

## `qrl-cli create-lattice`

Expand Down Expand Up @@ -107,7 +107,7 @@ DESCRIPTION
Documentation at https://docs.theqrl.org/developers/qrl-cli
```

_See code: [src/commands/create-lattice.js](https://github.com/theqrl/qrl-cli/blob/v1.7.0/src/commands/create-lattice.js)_
_See code: [src/commands/create-lattice.js](https://github.com/theqrl/qrl-cli/blob/v1.7.1/src/commands/create-lattice.js)_

## `qrl-cli create-wallet`

Expand All @@ -132,7 +132,7 @@ DESCRIPTION
Documentation at https://docs.theqrl.org/developers/qrl-cli
```

_See code: [src/commands/create-wallet.js](https://github.com/theqrl/qrl-cli/blob/v1.7.0/src/commands/create-wallet.js)_
_See code: [src/commands/create-wallet.js](https://github.com/theqrl/qrl-cli/blob/v1.7.1/src/commands/create-wallet.js)_

## `qrl-cli decrypt`

Expand All @@ -148,7 +148,7 @@ OPTIONS
-t, --testnet queries testnet for the OTS state
```

_See code: [src/commands/decrypt.js](https://github.com/theqrl/qrl-cli/blob/v1.7.0/src/commands/decrypt.js)_
_See code: [src/commands/decrypt.js](https://github.com/theqrl/qrl-cli/blob/v1.7.1/src/commands/decrypt.js)_

## `qrl-cli encrypt [ADDRESS] [ITEM_PER_PAGE] [PAGE_NUMBER] [MESSAGE]`

Expand All @@ -172,7 +172,7 @@ OPTIONS
-t, --testnet queries testnet for the OTS state
```

_See code: [src/commands/encrypt.js](https://github.com/theqrl/qrl-cli/blob/v1.7.0/src/commands/encrypt.js)_
_See code: [src/commands/encrypt.js](https://github.com/theqrl/qrl-cli/blob/v1.7.1/src/commands/encrypt.js)_

## `qrl-cli get-keys ADDRESS ITEM_PER_PAGE PAGE_NUMBER`

Expand All @@ -194,7 +194,7 @@ OPTIONS
-t, --testnet queries testnet for the OTS state
```

_See code: [src/commands/get-keys.js](https://github.com/theqrl/qrl-cli/blob/v1.7.0/src/commands/get-keys.js)_
_See code: [src/commands/get-keys.js](https://github.com/theqrl/qrl-cli/blob/v1.7.1/src/commands/get-keys.js)_

## `qrl-cli help [COMMAND]`

Expand All @@ -211,7 +211,7 @@ OPTIONS
--all see all commands in CLI
```

_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v2.2.3/src/commands/help.ts)_
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v2.2.0/src/commands/help.ts)_

## `qrl-cli ots ADDRESS`

Expand All @@ -238,7 +238,7 @@ DESCRIPTION
If the wallet file is encrypted use the -p flag to pass the wallet file encryption password.
```

_See code: [src/commands/ots.js](https://github.com/theqrl/qrl-cli/blob/v1.7.0/src/commands/ots.js)_
_See code: [src/commands/ots.js](https://github.com/theqrl/qrl-cli/blob/v1.7.1/src/commands/ots.js)_

## `qrl-cli receive ADDRESS`

Expand All @@ -259,7 +259,7 @@ DESCRIPTION
If using an encrypted wallet file pass the encryption password with the (-p) flag.
```

_See code: [src/commands/receive.js](https://github.com/theqrl/qrl-cli/blob/v1.7.0/src/commands/receive.js)_
_See code: [src/commands/receive.js](https://github.com/theqrl/qrl-cli/blob/v1.7.1/src/commands/receive.js)_

## `qrl-cli receive-initial-message FILE`

Expand All @@ -281,7 +281,7 @@ OPTIONS
-t, --testnet uses testnet for this function
```

_See code: [src/commands/receive-initial-message.js](https://github.com/theqrl/qrl-cli/blob/v1.7.0/src/commands/receive-initial-message.js)_
_See code: [src/commands/receive-initial-message.js](https://github.com/theqrl/qrl-cli/blob/v1.7.1/src/commands/receive-initial-message.js)_

## `qrl-cli receive-next-message INDEX`

Expand All @@ -300,7 +300,7 @@ OPTIONS
-t, --testnet uses testnet for this function
```

_See code: [src/commands/receive-next-message.js](https://github.com/theqrl/qrl-cli/blob/v1.7.0/src/commands/receive-next-message.js)_
_See code: [src/commands/receive-next-message.js](https://github.com/theqrl/qrl-cli/blob/v1.7.1/src/commands/receive-next-message.js)_

## `qrl-cli search SEARCH`

Expand All @@ -325,7 +325,7 @@ DESCRIPTION
Advanced: you can use a custom defined node to query for status. Use the (-g) grpc endpoint.
```

_See code: [src/commands/search.js](https://github.com/theqrl/qrl-cli/blob/v1.7.0/src/commands/search.js)_
_See code: [src/commands/search.js](https://github.com/theqrl/qrl-cli/blob/v1.7.1/src/commands/search.js)_

## `qrl-cli send QUANTITY`

Expand Down Expand Up @@ -357,7 +357,7 @@ DESCRIPTION
TODO
```

_See code: [src/commands/send.js](https://github.com/theqrl/qrl-cli/blob/v1.7.0/src/commands/send.js)_
_See code: [src/commands/send.js](https://github.com/theqrl/qrl-cli/blob/v1.7.1/src/commands/send.js)_

## `qrl-cli send-initial-message FILE`

Expand All @@ -379,7 +379,7 @@ OPTIONS
-t, --testnet queries testnet for the OTS state
```

_See code: [src/commands/send-initial-message.js](https://github.com/theqrl/qrl-cli/blob/v1.7.0/src/commands/send-initial-message.js)_
_See code: [src/commands/send-initial-message.js](https://github.com/theqrl/qrl-cli/blob/v1.7.1/src/commands/send-initial-message.js)_

## `qrl-cli send-next-message INDEX MESSAGE`

Expand All @@ -399,7 +399,7 @@ OPTIONS
-t, --testnet queries testnet for the OTS state
```

_See code: [src/commands/send-next-message.js](https://github.com/theqrl/qrl-cli/blob/v1.7.0/src/commands/send-next-message.js)_
_See code: [src/commands/send-next-message.js](https://github.com/theqrl/qrl-cli/blob/v1.7.1/src/commands/send-next-message.js)_

## `qrl-cli sign`

Expand All @@ -418,7 +418,7 @@ OPTIONS
-t, --testnet queries testnet for the OTS state
```

_See code: [src/commands/sign.js](https://github.com/theqrl/qrl-cli/blob/v1.7.0/src/commands/sign.js)_
_See code: [src/commands/sign.js](https://github.com/theqrl/qrl-cli/blob/v1.7.1/src/commands/sign.js)_

## `qrl-cli status`

Expand All @@ -439,7 +439,7 @@ DESCRIPTION
Advanced: you can use a custom defined node to query for status. Use the (-g) grpc endpoint.
```

_See code: [src/commands/status.js](https://github.com/theqrl/qrl-cli/blob/v1.7.0/src/commands/status.js)_
_See code: [src/commands/status.js](https://github.com/theqrl/qrl-cli/blob/v1.7.1/src/commands/status.js)_

## `qrl-cli validate ADDRESS`

Expand All @@ -460,7 +460,7 @@ DESCRIPTION
when passed a QRL address in hexstring (preceded by 'Q'), will return details about the addresses validity.
```

_See code: [src/commands/validate.js](https://github.com/theqrl/qrl-cli/blob/v1.7.0/src/commands/validate.js)_
_See code: [src/commands/validate.js](https://github.com/theqrl/qrl-cli/blob/v1.7.1/src/commands/validate.js)_

## `qrl-cli verify ADDRESS ITEM_PER_PAGE PAGE_NUMBER`

Expand All @@ -481,5 +481,5 @@ OPTIONS
-t, --testnet queries testnet for the OTS state
```

_See code: [src/commands/verify.js](https://github.com/theqrl/qrl-cli/blob/v1.7.0/src/commands/verify.js)_
_See code: [src/commands/verify.js](https://github.com/theqrl/qrl-cli/blob/v1.7.1/src/commands/verify.js)_
<!-- commandsstop -->
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@theqrl/cli",
"description": "QRL CLI functions",
"version": "1.7.0",
"version": "1.7.1",
"author": "JP Lomas <[email protected]>, The QRL Foundation",
"bin": {
"qrl-cli": "./bin/run"
Expand All @@ -13,7 +13,7 @@
"@oclif/command": "^1",
"@oclif/config": "^1",
"@oclif/plugin-help": "^2",
"@theqrl/explorer-helpers": "^0.2.5",
"@theqrl/explorer-helpers": "^2.0.0",
"@theqrl/qrl-proto-sha256": "^2.0.3",
"@theqrl/validate-qrl-address": "^1.1.0",
"acorn": "^7.2.0",
Expand Down

0 comments on commit 8ab7d37

Please sign in to comment.