Skip to content

Commit

Permalink
Revert "v1.2.0"
Browse files Browse the repository at this point in the history
This reverts commit 6026531.
  • Loading branch information
jplomas committed Aug 10, 2019
1 parent 6026531 commit 82cff75
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 59 deletions.
66 changes: 8 additions & 58 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.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
Expand All @@ -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`
Expand All @@ -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`

Expand All @@ -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]`

Expand All @@ -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
Expand All @@ -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`

Expand All @@ -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)_
<!-- 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.2.0",
"version": "1.1.0",
"author": "JP Lomas <[email protected]>, The QRL Foundation",
"bin": {
"qrl-cli": "./bin/run"
Expand Down

0 comments on commit 82cff75

Please sign in to comment.