From 3411e53a973cfb25483e1df710e164edc34fc06e Mon Sep 17 00:00:00 2001 From: Nicolas Mahe Date: Thu, 13 Jun 2019 17:58:01 +0700 Subject: [PATCH] 1.0.3 --- README.md | 52 +++++++++++++++++++++++------------------------ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 28 insertions(+), 28 deletions(-) diff --git a/README.md b/README.md index 23685af..3c429b1 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ $ npm install -g mesg-cli $ mesg-cli COMMAND running command... $ mesg-cli (-v|--version|version) -mesg-cli/1.0.2 darwin-x64 node-v10.16.0 +mesg-cli/1.0.3 darwin-x64 node-v10.16.0 $ mesg-cli --help [COMMAND] USAGE $ mesg-cli COMMAND @@ -70,7 +70,7 @@ OPTIONS --silent ``` -_See code: [src/commands/account/create.ts](https://github.com/mesg-foundation/cli/blob/v1.0.2/src/commands/account/create.ts)_ +_See code: [src/commands/account/create.ts](https://github.com/mesg-foundation/cli/blob/v1.0.3/src/commands/account/create.ts)_ ## `mesg-cli account:delete ADDRESS` @@ -91,7 +91,7 @@ ALIASES $ mesg-cli account:destroy ``` -_See code: [src/commands/account/delete.ts](https://github.com/mesg-foundation/cli/blob/v1.0.2/src/commands/account/delete.ts)_ +_See code: [src/commands/account/delete.ts](https://github.com/mesg-foundation/cli/blob/v1.0.3/src/commands/account/delete.ts)_ ## `mesg-cli account:export ADDRESS` @@ -108,7 +108,7 @@ OPTIONS --silent ``` -_See code: [src/commands/account/export.ts](https://github.com/mesg-foundation/cli/blob/v1.0.2/src/commands/account/export.ts)_ +_See code: [src/commands/account/export.ts](https://github.com/mesg-foundation/cli/blob/v1.0.3/src/commands/account/export.ts)_ ## `mesg-cli account:import ACCOUNT` @@ -128,7 +128,7 @@ OPTIONS --silent ``` -_See code: [src/commands/account/import.ts](https://github.com/mesg-foundation/cli/blob/v1.0.2/src/commands/account/import.ts)_ +_See code: [src/commands/account/import.ts](https://github.com/mesg-foundation/cli/blob/v1.0.3/src/commands/account/import.ts)_ ## `mesg-cli account:import-private-key PRIVATE_KEY` @@ -148,7 +148,7 @@ OPTIONS --silent ``` -_See code: [src/commands/account/import-private-key.ts](https://github.com/mesg-foundation/cli/blob/v1.0.2/src/commands/account/import-private-key.ts)_ +_See code: [src/commands/account/import-private-key.ts](https://github.com/mesg-foundation/cli/blob/v1.0.3/src/commands/account/import-private-key.ts)_ ## `mesg-cli account:list` @@ -174,7 +174,7 @@ ALIASES $ mesg-cli account:ls ``` -_See code: [src/commands/account/list.ts](https://github.com/mesg-foundation/cli/blob/v1.0.2/src/commands/account/list.ts)_ +_See code: [src/commands/account/list.ts](https://github.com/mesg-foundation/cli/blob/v1.0.3/src/commands/account/list.ts)_ ## `mesg-cli daemon:logs` @@ -192,7 +192,7 @@ OPTIONS --tail=tail [default: -1] Output specified number of lines at the end of logs ``` -_See code: [src/commands/daemon/logs.ts](https://github.com/mesg-foundation/cli/blob/v1.0.2/src/commands/daemon/logs.ts)_ +_See code: [src/commands/daemon/logs.ts](https://github.com/mesg-foundation/cli/blob/v1.0.3/src/commands/daemon/logs.ts)_ ## `mesg-cli daemon:start` @@ -213,7 +213,7 @@ OPTIONS --version=version (required) [default: v0.10.0] Version of the engine to run ``` -_See code: [src/commands/daemon/start.ts](https://github.com/mesg-foundation/cli/blob/v1.0.2/src/commands/daemon/start.ts)_ +_See code: [src/commands/daemon/start.ts](https://github.com/mesg-foundation/cli/blob/v1.0.3/src/commands/daemon/start.ts)_ ## `mesg-cli daemon:status` @@ -230,7 +230,7 @@ OPTIONS --silent ``` -_See code: [src/commands/daemon/status.ts](https://github.com/mesg-foundation/cli/blob/v1.0.2/src/commands/daemon/status.ts)_ +_See code: [src/commands/daemon/status.ts](https://github.com/mesg-foundation/cli/blob/v1.0.3/src/commands/daemon/status.ts)_ ## `mesg-cli daemon:stop` @@ -247,7 +247,7 @@ OPTIONS --silent ``` -_See code: [src/commands/daemon/stop.ts](https://github.com/mesg-foundation/cli/blob/v1.0.2/src/commands/daemon/stop.ts)_ +_See code: [src/commands/daemon/stop.ts](https://github.com/mesg-foundation/cli/blob/v1.0.3/src/commands/daemon/stop.ts)_ ## `mesg-cli help [COMMAND]` @@ -287,7 +287,7 @@ OPTIONS --silent ``` -_See code: [src/commands/marketplace/create-offer.ts](https://github.com/mesg-foundation/cli/blob/v1.0.2/src/commands/marketplace/create-offer.ts)_ +_See code: [src/commands/marketplace/create-offer.ts](https://github.com/mesg-foundation/cli/blob/v1.0.3/src/commands/marketplace/create-offer.ts)_ ## `mesg-cli marketplace:publish SERVICE_PATH` @@ -308,7 +308,7 @@ OPTIONS --silent ``` -_See code: [src/commands/marketplace/publish.ts](https://github.com/mesg-foundation/cli/blob/v1.0.2/src/commands/marketplace/publish.ts)_ +_See code: [src/commands/marketplace/publish.ts](https://github.com/mesg-foundation/cli/blob/v1.0.3/src/commands/marketplace/publish.ts)_ ## `mesg-cli marketplace:purchase SERVICE_ID OFFER_ID` @@ -330,7 +330,7 @@ OPTIONS --silent ``` -_See code: [src/commands/marketplace/purchase.ts](https://github.com/mesg-foundation/cli/blob/v1.0.2/src/commands/marketplace/purchase.ts)_ +_See code: [src/commands/marketplace/purchase.ts](https://github.com/mesg-foundation/cli/blob/v1.0.3/src/commands/marketplace/purchase.ts)_ ## `mesg-cli service:delete SERVICE` @@ -355,7 +355,7 @@ ALIASES $ mesg-cli service:destroy ``` -_See code: [src/commands/service/delete.ts](https://github.com/mesg-foundation/cli/blob/v1.0.2/src/commands/service/delete.ts)_ +_See code: [src/commands/service/delete.ts](https://github.com/mesg-foundation/cli/blob/v1.0.3/src/commands/service/delete.ts)_ ## `mesg-cli service:deploy [SERVICE_PATH_OR_URL]` @@ -375,7 +375,7 @@ OPTIONS --silent ``` -_See code: [src/commands/service/deploy.ts](https://github.com/mesg-foundation/cli/blob/v1.0.2/src/commands/service/deploy.ts)_ +_See code: [src/commands/service/deploy.ts](https://github.com/mesg-foundation/cli/blob/v1.0.3/src/commands/service/deploy.ts)_ ## `mesg-cli service:detail SERVICE` @@ -397,7 +397,7 @@ ALIASES $ mesg-cli service:get ``` -_See code: [src/commands/service/detail.ts](https://github.com/mesg-foundation/cli/blob/v1.0.2/src/commands/service/detail.ts)_ +_See code: [src/commands/service/detail.ts](https://github.com/mesg-foundation/cli/blob/v1.0.3/src/commands/service/detail.ts)_ ## `mesg-cli service:dev [SERVICE_PATH]` @@ -422,7 +422,7 @@ OPTIONS --task=task Filter specific task results in the logs ``` -_See code: [src/commands/service/dev.ts](https://github.com/mesg-foundation/cli/blob/v1.0.2/src/commands/service/dev.ts)_ +_See code: [src/commands/service/dev.ts](https://github.com/mesg-foundation/cli/blob/v1.0.3/src/commands/service/dev.ts)_ ## `mesg-cli service:doc [SERVICE_PATH]` @@ -446,7 +446,7 @@ ALIASES $ mesg-cli service:docs ``` -_See code: [src/commands/service/doc.ts](https://github.com/mesg-foundation/cli/blob/v1.0.2/src/commands/service/doc.ts)_ +_See code: [src/commands/service/doc.ts](https://github.com/mesg-foundation/cli/blob/v1.0.3/src/commands/service/doc.ts)_ ## `mesg-cli service:execute SERVICE TASK` @@ -471,7 +471,7 @@ ALIASES $ mesg-cli service:exec ``` -_See code: [src/commands/service/execute.ts](https://github.com/mesg-foundation/cli/blob/v1.0.2/src/commands/service/execute.ts)_ +_See code: [src/commands/service/execute.ts](https://github.com/mesg-foundation/cli/blob/v1.0.3/src/commands/service/execute.ts)_ ## `mesg-cli service:init DIR` @@ -491,7 +491,7 @@ OPTIONS --silent ``` -_See code: [src/commands/service/init.ts](https://github.com/mesg-foundation/cli/blob/v1.0.2/src/commands/service/init.ts)_ +_See code: [src/commands/service/init.ts](https://github.com/mesg-foundation/cli/blob/v1.0.3/src/commands/service/init.ts)_ ## `mesg-cli service:list` @@ -517,7 +517,7 @@ ALIASES $ mesg-cli service:ls ``` -_See code: [src/commands/service/list.ts](https://github.com/mesg-foundation/cli/blob/v1.0.2/src/commands/service/list.ts)_ +_See code: [src/commands/service/list.ts](https://github.com/mesg-foundation/cli/blob/v1.0.3/src/commands/service/list.ts)_ ## `mesg-cli service:logs SERVICE` @@ -541,7 +541,7 @@ OPTIONS --task=task Filter specific task results in the logs ``` -_See code: [src/commands/service/logs.ts](https://github.com/mesg-foundation/cli/blob/v1.0.2/src/commands/service/logs.ts)_ +_See code: [src/commands/service/logs.ts](https://github.com/mesg-foundation/cli/blob/v1.0.3/src/commands/service/logs.ts)_ ## `mesg-cli service:start SERVICE` @@ -560,7 +560,7 @@ OPTIONS --silent ``` -_See code: [src/commands/service/start.ts](https://github.com/mesg-foundation/cli/blob/v1.0.2/src/commands/service/start.ts)_ +_See code: [src/commands/service/start.ts](https://github.com/mesg-foundation/cli/blob/v1.0.3/src/commands/service/start.ts)_ ## `mesg-cli service:stop SERVICE` @@ -579,7 +579,7 @@ OPTIONS --silent ``` -_See code: [src/commands/service/stop.ts](https://github.com/mesg-foundation/cli/blob/v1.0.2/src/commands/service/stop.ts)_ +_See code: [src/commands/service/stop.ts](https://github.com/mesg-foundation/cli/blob/v1.0.3/src/commands/service/stop.ts)_ ## `mesg-cli service:validate [SERVICE_PATH]` @@ -599,5 +599,5 @@ OPTIONS --silent ``` -_See code: [src/commands/service/validate.ts](https://github.com/mesg-foundation/cli/blob/v1.0.2/src/commands/service/validate.ts)_ +_See code: [src/commands/service/validate.ts](https://github.com/mesg-foundation/cli/blob/v1.0.3/src/commands/service/validate.ts)_ diff --git a/package-lock.json b/package-lock.json index 079ab81..78dac86 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "mesg-cli", - "version": "1.0.2", + "version": "1.0.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index eb86679..cf72621 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "mesg-cli", "description": "MESG CLI", - "version": "1.0.2", + "version": "1.0.3", "author": "Anthony ESTEBE @antho1404", "bin": { "mesg-cli": "./bin/run"