Skip to content
This repository has been archived by the owner on Nov 14, 2019. It is now read-only.

Commit

Permalink
1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasMahe committed Jul 9, 2019
1 parent d10875d commit 17f4b73
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 28 deletions.
52 changes: 26 additions & 26 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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`

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

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

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

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

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

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

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

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

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

Expand Down Expand Up @@ -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`

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

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

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

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

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

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

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

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

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

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

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

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

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

Expand All @@ -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)_
<!-- commandsstop -->
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 17f4b73

Please sign in to comment.