Skip to content

Commit

Permalink
chore(release): 1.10.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.10.0](v1.9.0...v1.10.0) (2022-03-17)

### Features

* Adding JSON response to output ([409ad24](409ad24))
  • Loading branch information
semantic-release-bot committed Mar 17, 2022
1 parent a08af82 commit e11fbfb
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
30 changes: 15 additions & 15 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.9.0 linux-x64 node-v16.13.2
@theqrl/cli/1.10.0 linux-x64 node-v16.13.1
$ qrl-cli --help [COMMAND]
USAGE
$ qrl-cli COMMAND
Expand Down Expand Up @@ -81,7 +81,7 @@ DESCRIPTION
Documentation at https://docs.theqrl.org/developers/qrl-cli
```

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

## `qrl-cli create-wallet`

Expand Down Expand Up @@ -114,7 +114,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.9.0/src/commands/create-wallet.js)_
_See code: [src/commands/create-wallet.js](https://github.com/theqrl/qrl-cli/blob/v1.10.0/src/commands/create-wallet.js)_

## `qrl-cli generate-lattice-keys`

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

_See code: [src/commands/generate-lattice-keys.js](https://github.com/theqrl/qrl-cli/blob/v1.9.0/src/commands/generate-lattice-keys.js)_
_See code: [src/commands/generate-lattice-keys.js](https://github.com/theqrl/qrl-cli/blob/v1.10.0/src/commands/generate-lattice-keys.js)_

## `qrl-cli generate-shared-keys LATTICEPK LATTICESK [CYPHERTEXT] [SIGNEDMESSAGE]`

Expand Down Expand Up @@ -224,7 +224,7 @@ DESCRIPTION
- Shared keylist from secret key and shake128 (optional password protected)
```

_See code: [src/commands/generate-shared-keys.js](https://github.com/theqrl/qrl-cli/blob/v1.9.0/src/commands/generate-shared-keys.js)_
_See code: [src/commands/generate-shared-keys.js](https://github.com/theqrl/qrl-cli/blob/v1.10.0/src/commands/generate-shared-keys.js)_

## `qrl-cli get-keys`

Expand Down Expand Up @@ -265,7 +265,7 @@ DESCRIPTION
Found public lattice keys can be written to a json file with the (-f) flag, default will print lattice keys to stdout
```

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

## `qrl-cli help [COMMAND]`

Expand Down Expand Up @@ -324,7 +324,7 @@ DESCRIPTION
Advanced: you can use a custom defined node to broadcast the notarization. Use the (-g) grpc endpoint.
```

_See code: [src/commands/notarize.js](https://github.com/theqrl/qrl-cli/blob/v1.9.0/src/commands/notarize.js)_
_See code: [src/commands/notarize.js](https://github.com/theqrl/qrl-cli/blob/v1.10.0/src/commands/notarize.js)_

## `qrl-cli ots ADDRESS`

Expand Down Expand Up @@ -359,7 +359,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.9.0/src/commands/ots.js)_
_See code: [src/commands/ots.js](https://github.com/theqrl/qrl-cli/blob/v1.10.0/src/commands/ots.js)_

## `qrl-cli receive ADDRESS`

Expand All @@ -386,7 +386,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.9.0/src/commands/receive.js)_
_See code: [src/commands/receive.js](https://github.com/theqrl/qrl-cli/blob/v1.10.0/src/commands/receive.js)_

## `qrl-cli search SEARCH`

Expand Down Expand Up @@ -417,7 +417,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.9.0/src/commands/search.js)_
_See code: [src/commands/search.js](https://github.com/theqrl/qrl-cli/blob/v1.10.0/src/commands/search.js)_

## `qrl-cli send [QUANTITY]`

Expand Down Expand Up @@ -476,7 +476,7 @@ DESCRIPTION
Advanced: Append a (-M) Message to the transaction with max 80 bytes length
```

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

## `qrl-cli send-message`

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

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

## `qrl-cli sign-tx-offline QUANTITY OUTPUT`

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

_See code: [src/commands/sign-tx-offline.js](https://github.com/theqrl/qrl-cli/blob/v1.9.0/src/commands/sign-tx-offline.js)_
_See code: [src/commands/sign-tx-offline.js](https://github.com/theqrl/qrl-cli/blob/v1.10.0/src/commands/sign-tx-offline.js)_

## `qrl-cli status`

Expand All @@ -574,7 +574,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.9.0/src/commands/status.js)_
_See code: [src/commands/status.js](https://github.com/theqrl/qrl-cli/blob/v1.10.0/src/commands/status.js)_

## `qrl-cli validate ADDRESS`

Expand All @@ -600,5 +600,5 @@ 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.9.0/src/commands/validate.js)_
_See code: [src/commands/validate.js](https://github.com/theqrl/qrl-cli/blob/v1.10.0/src/commands/validate.js)_
<!-- commandsstop -->
2 changes: 1 addition & 1 deletion 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.9.0",
"version": "1.10.0",
"author": "JP Lomas <jp@theqrl.org>, The QRL Foundation",
"bin": {
"qrl-cli": "./bin/run"
Expand Down

0 comments on commit e11fbfb

Please sign in to comment.