tezos-poster
Advanced tools
Comparing version 0.0.0 to 0.0.1
@@ -1,1 +0,1 @@ | ||
{"version":"0.0.0","commands":{"assets":{"id":"assets","description":"Send prices updates from coingecko","pluginName":"tezos-poster","pluginType":"core","aliases":[],"examples":["$ MNEMONIC=\"lol crucial lol blush phone private found apple lol star minute distance twice float fabric\" SECRET=\"b0b126e2454df1984cedff01444ac202eaaa0f4d\" PKH=\"tz1NBNvSzgkva2km7VXbEmdKEbS48KerM8Rw\" PASSWORD=\"1234412\" EMAIL=\"motiakmb.sdfsdfsd@tezos.example.org\" TEZOS_RPC=\"https://api.tez.ie/rpc/carthagenet/\" ORACLE_ADDRESS=\"KT1FfXi4UEZfceSd4k7ZXpxkAeFxXDYxvqP9\" tezos-poster assets"],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"show CLI help","allowNo":false}},"args":[]}}} | ||
{"version":"0.0.1","commands":{"assets":{"id":"assets","description":"Send prices updates from coingecko","pluginName":"tezos-poster","pluginType":"core","aliases":[],"examples":["$ MNEMONIC=\"lol crucial lol blush phone private found apple lol star minute distance twice float fabric\" SECRET=\"b0b126e2454df1984cedff01444ac202eaaa0f4d\" PKH=\"tz1NBNvSzgkva2km7VXbEmdKEbS48KerM8Rw\" PASSWORD=\"1234412\" EMAIL=\"motiakmb.sdfsdfsd@tezos.example.org\" TEZOS_RPC=\"https://api.tez.ie/rpc/carthagenet/\" ORACLE_ADDRESS=\"KT1FfXi4UEZfceSd4k7ZXpxkAeFxXDYxvqP9\" tezos-poster assets"],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"show CLI help","allowNo":false}},"args":[]}}} |
{ | ||
"name": "tezos-poster", | ||
"description": "Simple application to pull prices from coingecko and post them to the Tezos blockchain", | ||
"version": "0.0.0", | ||
"version": "0.0.1", | ||
"author": "Mariano Aguero @mariano-aguero", | ||
@@ -48,3 +48,6 @@ "bin": { | ||
"keywords": [ | ||
"oclif" | ||
"oclif", | ||
"oracle", | ||
"tezos", | ||
"blockchain" | ||
], | ||
@@ -51,0 +54,0 @@ "license": "MIT", |
@@ -22,3 +22,3 @@ tezos-poster | ||
$ tezos-poster (-v|--version|version) | ||
tezos-poster/0.0.0 linux-x64 node-v12.13.0 | ||
tezos-poster/0.0.1 linux-x64 node-v12.13.0 | ||
$ tezos-poster --help [COMMAND] | ||
@@ -53,3 +53,3 @@ USAGE | ||
_See code: [src/commands/assets.ts](https://github.com/protofire/tezos-price-oracle/blob/v0.0.0/src/commands/assets.ts)_ | ||
_See code: [src/commands/assets.ts](https://github.com/protofire/tezos-price-oracle/blob/v0.0.1/src/commands/assets.ts)_ | ||
@@ -56,0 +56,0 @@ ## `tezos-poster help [COMMAND]` |
8499