diff --git a/README.md b/README.md index dc69f47..f7a369f 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.1.0-beta.4 darwin-x64 node-v10.16.0 +mesg-cli/1.1.0 darwin-x64 node-v10.16.0 $ mesg-cli --help [COMMAND] USAGE $ mesg-cli COMMAND @@ -69,7 +69,7 @@ OPTIONS --passphrase=passphrase Passphrase of the account ``` -_See code: [src/commands/account/create.ts](https://github.com/mesg-foundation/cli/blob/v1.1.0-beta.4/src/commands/account/create.ts)_ +_See code: [src/commands/account/create.ts](https://github.com/mesg-foundation/cli/blob/v1.1.0/src/commands/account/create.ts)_ ## `mesg-cli account:delete ADDRESS` @@ -85,7 +85,7 @@ OPTIONS --passphrase=passphrase Passphrase of the account ``` -_See code: [src/commands/account/delete.ts](https://github.com/mesg-foundation/cli/blob/v1.1.0-beta.4/src/commands/account/delete.ts)_ +_See code: [src/commands/account/delete.ts](https://github.com/mesg-foundation/cli/blob/v1.1.0/src/commands/account/delete.ts)_ ## `mesg-cli account:export ADDRESS` @@ -101,7 +101,7 @@ OPTIONS --passphrase=passphrase Passphrase of the account ``` -_See code: [src/commands/account/export.ts](https://github.com/mesg-foundation/cli/blob/v1.1.0-beta.4/src/commands/account/export.ts)_ +_See code: [src/commands/account/export.ts](https://github.com/mesg-foundation/cli/blob/v1.1.0/src/commands/account/export.ts)_ ## `mesg-cli account:import ACCOUNT` @@ -120,7 +120,7 @@ OPTIONS --passphrase=passphrase Passphrase of the account ``` -_See code: [src/commands/account/import.ts](https://github.com/mesg-foundation/cli/blob/v1.1.0-beta.4/src/commands/account/import.ts)_ +_See code: [src/commands/account/import.ts](https://github.com/mesg-foundation/cli/blob/v1.1.0/src/commands/account/import.ts)_ ## `mesg-cli account:import-private-key PRIVATE_KEY` @@ -139,7 +139,7 @@ OPTIONS --passphrase=passphrase Passphrase of the account ``` -_See code: [src/commands/account/import-private-key.ts](https://github.com/mesg-foundation/cli/blob/v1.1.0-beta.4/src/commands/account/import-private-key.ts)_ +_See code: [src/commands/account/import-private-key.ts](https://github.com/mesg-foundation/cli/blob/v1.1.0/src/commands/account/import-private-key.ts)_ ## `mesg-cli account:list` @@ -161,7 +161,7 @@ OPTIONS --sort=sort property to sort by (prepend '-' for descending) ``` -_See code: [src/commands/account/list.ts](https://github.com/mesg-foundation/cli/blob/v1.1.0-beta.4/src/commands/account/list.ts)_ +_See code: [src/commands/account/list.ts](https://github.com/mesg-foundation/cli/blob/v1.1.0/src/commands/account/list.ts)_ ## `mesg-cli daemon:logs` @@ -179,7 +179,7 @@ OPTIONS --tail=tail [default: -1] Display the last N lines ``` -_See code: [src/commands/daemon/logs.ts](https://github.com/mesg-foundation/cli/blob/v1.1.0-beta.4/src/commands/daemon/logs.ts)_ +_See code: [src/commands/daemon/logs.ts](https://github.com/mesg-foundation/cli/blob/v1.1.0/src/commands/daemon/logs.ts)_ ## `mesg-cli daemon:start` @@ -202,7 +202,7 @@ OPTIONS --version=version (required) [default: v0.11.0] Version of the Engine to run ``` -_See code: [src/commands/daemon/start.ts](https://github.com/mesg-foundation/cli/blob/v1.1.0-beta.4/src/commands/daemon/start.ts)_ +_See code: [src/commands/daemon/start.ts](https://github.com/mesg-foundation/cli/blob/v1.1.0/src/commands/daemon/start.ts)_ ## `mesg-cli daemon:status` @@ -218,7 +218,7 @@ OPTIONS --name=name (required) [default: engine] Name of the docker service running the engine ``` -_See code: [src/commands/daemon/status.ts](https://github.com/mesg-foundation/cli/blob/v1.1.0-beta.4/src/commands/daemon/status.ts)_ +_See code: [src/commands/daemon/status.ts](https://github.com/mesg-foundation/cli/blob/v1.1.0/src/commands/daemon/status.ts)_ ## `mesg-cli daemon:stop` @@ -234,7 +234,7 @@ OPTIONS --name=name (required) [default: engine] Name of the docker service running the engine ``` -_See code: [src/commands/daemon/stop.ts](https://github.com/mesg-foundation/cli/blob/v1.1.0-beta.4/src/commands/daemon/stop.ts)_ +_See code: [src/commands/daemon/stop.ts](https://github.com/mesg-foundation/cli/blob/v1.1.0/src/commands/daemon/stop.ts)_ ## `mesg-cli help [COMMAND]` @@ -273,7 +273,7 @@ OPTIONS --price=price (required) Price (in MESG tokens) ``` -_See code: [src/commands/marketplace/create-offer.ts](https://github.com/mesg-foundation/cli/blob/v1.1.0-beta.4/src/commands/marketplace/create-offer.ts)_ +_See code: [src/commands/marketplace/create-offer.ts](https://github.com/mesg-foundation/cli/blob/v1.1.0/src/commands/marketplace/create-offer.ts)_ ## `mesg-cli marketplace:publish SERVICE_PATH` @@ -293,7 +293,7 @@ OPTIONS -q, --quiet Display only essential information ``` -_See code: [src/commands/marketplace/publish.ts](https://github.com/mesg-foundation/cli/blob/v1.1.0-beta.4/src/commands/marketplace/publish.ts)_ +_See code: [src/commands/marketplace/publish.ts](https://github.com/mesg-foundation/cli/blob/v1.1.0/src/commands/marketplace/publish.ts)_ ## `mesg-cli marketplace:purchase SID OFFER_ID` @@ -314,7 +314,7 @@ OPTIONS -q, --quiet Display only essential information ``` -_See code: [src/commands/marketplace/purchase.ts](https://github.com/mesg-foundation/cli/blob/v1.1.0-beta.4/src/commands/marketplace/purchase.ts)_ +_See code: [src/commands/marketplace/purchase.ts](https://github.com/mesg-foundation/cli/blob/v1.1.0/src/commands/marketplace/purchase.ts)_ ## `mesg-cli service:compile [SERVICE]` @@ -332,7 +332,7 @@ OPTIONS -q, --quiet Display only essential information ``` -_See code: [src/commands/service/compile.ts](https://github.com/mesg-foundation/cli/blob/v1.1.0-beta.4/src/commands/service/compile.ts)_ +_See code: [src/commands/service/compile.ts](https://github.com/mesg-foundation/cli/blob/v1.1.0/src/commands/service/compile.ts)_ ## `mesg-cli service:create DEFINITION` @@ -350,7 +350,7 @@ OPTIONS -q, --quiet Display only essential information ``` -_See code: [src/commands/service/create.ts](https://github.com/mesg-foundation/cli/blob/v1.1.0-beta.4/src/commands/service/create.ts)_ +_See code: [src/commands/service/create.ts](https://github.com/mesg-foundation/cli/blob/v1.1.0/src/commands/service/create.ts)_ ## `mesg-cli service:delete SERVICE_HASH...` @@ -366,7 +366,7 @@ OPTIONS --confirm Confirm deletion ``` -_See code: [src/commands/service/delete.ts](https://github.com/mesg-foundation/cli/blob/v1.1.0-beta.4/src/commands/service/delete.ts)_ +_See code: [src/commands/service/delete.ts](https://github.com/mesg-foundation/cli/blob/v1.1.0/src/commands/service/delete.ts)_ ## `mesg-cli service:detail SERVICE_HASH` @@ -381,7 +381,7 @@ OPTIONS -q, --quiet Display only essential information ``` -_See code: [src/commands/service/detail.ts](https://github.com/mesg-foundation/cli/blob/v1.1.0-beta.4/src/commands/service/detail.ts)_ +_See code: [src/commands/service/detail.ts](https://github.com/mesg-foundation/cli/blob/v1.1.0/src/commands/service/detail.ts)_ ## `mesg-cli service:dev [SERVICE]` @@ -400,7 +400,7 @@ OPTIONS --env=FOO=BAR Set environment variables ``` -_See code: [src/commands/service/dev.ts](https://github.com/mesg-foundation/cli/blob/v1.1.0-beta.4/src/commands/service/dev.ts)_ +_See code: [src/commands/service/dev.ts](https://github.com/mesg-foundation/cli/blob/v1.1.0/src/commands/service/dev.ts)_ ## `mesg-cli service:doc [SERVICE]` @@ -419,7 +419,7 @@ OPTIONS -s, --save Save to default readme file ``` -_See code: [src/commands/service/doc.ts](https://github.com/mesg-foundation/cli/blob/v1.1.0-beta.4/src/commands/service/doc.ts)_ +_See code: [src/commands/service/doc.ts](https://github.com/mesg-foundation/cli/blob/v1.1.0/src/commands/service/doc.ts)_ ## `mesg-cli service:execute INSTANCE_HASH TASK` @@ -440,7 +440,7 @@ OPTIONS -q, --quiet Display only essential information ``` -_See code: [src/commands/service/execute.ts](https://github.com/mesg-foundation/cli/blob/v1.1.0-beta.4/src/commands/service/execute.ts)_ +_See code: [src/commands/service/execute.ts](https://github.com/mesg-foundation/cli/blob/v1.1.0/src/commands/service/execute.ts)_ ## `mesg-cli service:init DIR` @@ -459,7 +459,7 @@ OPTIONS -t, --template=template Specify the template URL to use ``` -_See code: [src/commands/service/init.ts](https://github.com/mesg-foundation/cli/blob/v1.1.0-beta.4/src/commands/service/init.ts)_ +_See code: [src/commands/service/init.ts](https://github.com/mesg-foundation/cli/blob/v1.1.0/src/commands/service/init.ts)_ ## `mesg-cli service:list` @@ -481,7 +481,7 @@ OPTIONS --sort=sort property to sort by (prepend '-' for descending) ``` -_See code: [src/commands/service/list.ts](https://github.com/mesg-foundation/cli/blob/v1.1.0-beta.4/src/commands/service/list.ts)_ +_See code: [src/commands/service/list.ts](https://github.com/mesg-foundation/cli/blob/v1.1.0/src/commands/service/list.ts)_ ## `mesg-cli service:logs INSTANCE_HASH` @@ -502,7 +502,7 @@ OPTIONS --task=task Display a specific task results ``` -_See code: [src/commands/service/logs.ts](https://github.com/mesg-foundation/cli/blob/v1.1.0-beta.4/src/commands/service/logs.ts)_ +_See code: [src/commands/service/logs.ts](https://github.com/mesg-foundation/cli/blob/v1.1.0/src/commands/service/logs.ts)_ ## `mesg-cli service:start SERVICE_HASH` @@ -518,7 +518,7 @@ OPTIONS --env=FOO=BAR Set environment variables ``` -_See code: [src/commands/service/start.ts](https://github.com/mesg-foundation/cli/blob/v1.1.0-beta.4/src/commands/service/start.ts)_ +_See code: [src/commands/service/start.ts](https://github.com/mesg-foundation/cli/blob/v1.1.0/src/commands/service/start.ts)_ ## `mesg-cli service:stop INSTANCE_HASH...` @@ -535,5 +535,5 @@ OPTIONS --delete-data Delete running service persistent data ``` -_See code: [src/commands/service/stop.ts](https://github.com/mesg-foundation/cli/blob/v1.1.0-beta.4/src/commands/service/stop.ts)_ +_See code: [src/commands/service/stop.ts](https://github.com/mesg-foundation/cli/blob/v1.1.0/src/commands/service/stop.ts)_ diff --git a/package-lock.json b/package-lock.json index 7769c38..d11cab1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "mesg-cli", - "version": "1.1.0-beta.4", + "version": "1.1.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index a7d91c6..7f095b4 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "mesg-cli", "description": "MESG CLI", - "version": "1.1.0-beta.4", + "version": "1.1.0", "author": "Anthony ESTEBE @antho1404", "bin": { "mesg-cli": "./bin/run"