From 82cff75c66cdd1dd1bc60cbbac5e57efc76f585c Mon Sep 17 00:00:00 2001 From: JP Lomas Date: Sat, 10 Aug 2019 10:58:35 +0100 Subject: [PATCH] Revert "v1.2.0" This reverts commit 6026531775f82d58af33d49ae7e69029ada4471e. --- README.md | 66 +++++++--------------------------------------------- package.json | 2 +- 2 files changed, 9 insertions(+), 59 deletions(-) diff --git a/README.md b/README.md index 0029630..c2a7012 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ $ npm install -g @theqrl/cli $ qrl-cli COMMAND running command... $ qrl-cli (-v|--version|version) -@theqrl/cli/1.2.0 linux-x64 node-v12.3.1 +@theqrl/cli/1.1.0 linux-x64 node-v12.3.1 $ qrl-cli --help [COMMAND] USAGE $ qrl-cli COMMAND @@ -34,9 +34,7 @@ USAGE * [`qrl-cli balance ADDRESS`](#qrl-cli-balance-address) * [`qrl-cli create-wallet`](#qrl-cli-create-wallet) * [`qrl-cli help [COMMAND]`](#qrl-cli-help-command) -* [`qrl-cli ots ADDRESS`](#qrl-cli-ots-address) * [`qrl-cli receive ADDRESS`](#qrl-cli-receive-address) -* [`qrl-cli status`](#qrl-cli-status) * [`qrl-cli validate ADDRESS`](#qrl-cli-validate-address) ## `qrl-cli balance ADDRESS` @@ -51,17 +49,16 @@ ARGUMENTS ADDRESS address to return balance for OPTIONS - -a, --api=api api endpoint (for custom QRL network deployments) - -p, --password=password wallet file password - -q, --quanta reports the balance in Quanta - -s, --shor reports the balance in Shor + -a, --api=api api endpoint (for custom QRL network deployments) + -q, --quanta reports the balance in Quanta + -s, --shor reports the balance in Shor DESCRIPTION ... TODO ``` -_See code: [src/commands/balance.js](https://github.com/theqrl/qrl-cli/blob/v1.2.0/src/commands/balance.js)_ +_See code: [src/commands/balance.js](https://github.com/theqrl/qrl-cli/blob/v1.1.0/src/commands/balance.js)_ ## `qrl-cli create-wallet` @@ -84,7 +81,7 @@ DESCRIPTION TODO ``` -_See code: [src/commands/create-wallet.js](https://github.com/theqrl/qrl-cli/blob/v1.2.0/src/commands/create-wallet.js)_ +_See code: [src/commands/create-wallet.js](https://github.com/theqrl/qrl-cli/blob/v1.1.0/src/commands/create-wallet.js)_ ## `qrl-cli help [COMMAND]` @@ -103,30 +100,6 @@ OPTIONS _See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v2.2.0/src/commands/help.ts)_ -## `qrl-cli ots ADDRESS` - -Get a address's OTS state from the network - -``` -USAGE - $ qrl-cli ots ADDRESS - -ARGUMENTS - ADDRESS address to return OTS state for - -OPTIONS - -g, --grpc=grpc advanced: grcp endpoint (for devnet/custom QRL network deployments) - -m, --mainnet queries mainnet for the OTS state - -p, --password=password wallet file password - -t, --testnet queries testnet for the OTS state - -DESCRIPTION - ... - TODO -``` - -_See code: [src/commands/ots.js](https://github.com/theqrl/qrl-cli/blob/v1.2.0/src/commands/ots.js)_ - ## `qrl-cli receive ADDRESS` Displays a QR code of the QRL address to receive a transaction @@ -138,35 +111,12 @@ USAGE ARGUMENTS ADDRESS address to display QR code for -OPTIONS - -p, --password=password wallet file password - -DESCRIPTION - ... - TODO -``` - -_See code: [src/commands/receive.js](https://github.com/theqrl/qrl-cli/blob/v1.2.0/src/commands/receive.js)_ - -## `qrl-cli status` - -Gets the network status - -``` -USAGE - $ qrl-cli status - -OPTIONS - -g, --grpc=grpc advanced: grcp endpoint (for devnet/custom QRL network deployments) - -m, --mainnet queries mainnet for the OTS state - -t, --testnet queries testnet for the OTS state - DESCRIPTION ... TODO ``` -_See code: [src/commands/status.js](https://github.com/theqrl/qrl-cli/blob/v1.2.0/src/commands/status.js)_ +_See code: [src/commands/receive.js](https://github.com/theqrl/qrl-cli/blob/v1.1.0/src/commands/receive.js)_ ## `qrl-cli validate ADDRESS` @@ -187,5 +137,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.2.0/src/commands/validate.js)_ +_See code: [src/commands/validate.js](https://github.com/theqrl/qrl-cli/blob/v1.1.0/src/commands/validate.js)_ diff --git a/package.json b/package.json index f25554a..9e45bf6 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@theqrl/cli", "description": "QRL CLI functions", - "version": "1.2.0", + "version": "1.1.0", "author": "JP Lomas , The QRL Foundation", "bin": { "qrl-cli": "./bin/run"