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

Commit

Permalink
1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasMahe committed Jun 14, 2019
1 parent 28a3406 commit 4b99096
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 29 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.0.3 darwin-x64 node-v10.16.0
mesg-cli/1.0.4 darwin-x64 node-v10.16.0
$ mesg-cli --help [COMMAND]
USAGE
$ mesg-cli COMMAND
Expand Down Expand Up @@ -70,7 +70,7 @@ OPTIONS
--silent
```

_See code: [src/commands/account/create.ts](https://github.com/mesg-foundation/cli/blob/v1.0.3/src/commands/account/create.ts)_
_See code: [src/commands/account/create.ts](https://github.com/mesg-foundation/cli/blob/v1.0.4/src/commands/account/create.ts)_

## `mesg-cli account:delete ADDRESS`

Expand All @@ -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.3/src/commands/account/delete.ts)_
_See code: [src/commands/account/delete.ts](https://github.com/mesg-foundation/cli/blob/v1.0.4/src/commands/account/delete.ts)_

## `mesg-cli account:export ADDRESS`

Expand All @@ -108,7 +108,7 @@ OPTIONS
--silent
```

_See code: [src/commands/account/export.ts](https://github.com/mesg-foundation/cli/blob/v1.0.3/src/commands/account/export.ts)_
_See code: [src/commands/account/export.ts](https://github.com/mesg-foundation/cli/blob/v1.0.4/src/commands/account/export.ts)_

## `mesg-cli account:import ACCOUNT`

Expand All @@ -128,7 +128,7 @@ OPTIONS
--silent
```

_See code: [src/commands/account/import.ts](https://github.com/mesg-foundation/cli/blob/v1.0.3/src/commands/account/import.ts)_
_See code: [src/commands/account/import.ts](https://github.com/mesg-foundation/cli/blob/v1.0.4/src/commands/account/import.ts)_

## `mesg-cli account:import-private-key PRIVATE_KEY`

Expand All @@ -148,7 +148,7 @@ OPTIONS
--silent
```

_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)_
_See code: [src/commands/account/import-private-key.ts](https://github.com/mesg-foundation/cli/blob/v1.0.4/src/commands/account/import-private-key.ts)_

## `mesg-cli account:list`

Expand All @@ -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.3/src/commands/account/list.ts)_
_See code: [src/commands/account/list.ts](https://github.com/mesg-foundation/cli/blob/v1.0.4/src/commands/account/list.ts)_

## `mesg-cli daemon:logs`

Expand All @@ -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.3/src/commands/daemon/logs.ts)_
_See code: [src/commands/daemon/logs.ts](https://github.com/mesg-foundation/cli/blob/v1.0.4/src/commands/daemon/logs.ts)_

## `mesg-cli daemon:start`

Expand All @@ -213,7 +213,7 @@ OPTIONS
--version=version (required) [default: v0.10.1] Version of the engine to run
```

_See code: [src/commands/daemon/start.ts](https://github.com/mesg-foundation/cli/blob/v1.0.3/src/commands/daemon/start.ts)_
_See code: [src/commands/daemon/start.ts](https://github.com/mesg-foundation/cli/blob/v1.0.4/src/commands/daemon/start.ts)_

## `mesg-cli daemon:status`

Expand All @@ -230,7 +230,7 @@ OPTIONS
--silent
```

_See code: [src/commands/daemon/status.ts](https://github.com/mesg-foundation/cli/blob/v1.0.3/src/commands/daemon/status.ts)_
_See code: [src/commands/daemon/status.ts](https://github.com/mesg-foundation/cli/blob/v1.0.4/src/commands/daemon/status.ts)_

## `mesg-cli daemon:stop`

Expand All @@ -247,7 +247,7 @@ OPTIONS
--silent
```

_See code: [src/commands/daemon/stop.ts](https://github.com/mesg-foundation/cli/blob/v1.0.3/src/commands/daemon/stop.ts)_
_See code: [src/commands/daemon/stop.ts](https://github.com/mesg-foundation/cli/blob/v1.0.4/src/commands/daemon/stop.ts)_

## `mesg-cli help [COMMAND]`

Expand Down Expand Up @@ -287,7 +287,7 @@ OPTIONS
--silent
```

_See code: [src/commands/marketplace/create-offer.ts](https://github.com/mesg-foundation/cli/blob/v1.0.3/src/commands/marketplace/create-offer.ts)_
_See code: [src/commands/marketplace/create-offer.ts](https://github.com/mesg-foundation/cli/blob/v1.0.4/src/commands/marketplace/create-offer.ts)_

## `mesg-cli marketplace:publish SERVICE_PATH`

Expand All @@ -308,7 +308,7 @@ OPTIONS
--silent
```

_See code: [src/commands/marketplace/publish.ts](https://github.com/mesg-foundation/cli/blob/v1.0.3/src/commands/marketplace/publish.ts)_
_See code: [src/commands/marketplace/publish.ts](https://github.com/mesg-foundation/cli/blob/v1.0.4/src/commands/marketplace/publish.ts)_

## `mesg-cli marketplace:purchase SERVICE_ID OFFER_ID`

Expand All @@ -330,7 +330,7 @@ OPTIONS
--silent
```

_See code: [src/commands/marketplace/purchase.ts](https://github.com/mesg-foundation/cli/blob/v1.0.3/src/commands/marketplace/purchase.ts)_
_See code: [src/commands/marketplace/purchase.ts](https://github.com/mesg-foundation/cli/blob/v1.0.4/src/commands/marketplace/purchase.ts)_

## `mesg-cli service:delete SERVICE`

Expand All @@ -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.3/src/commands/service/delete.ts)_
_See code: [src/commands/service/delete.ts](https://github.com/mesg-foundation/cli/blob/v1.0.4/src/commands/service/delete.ts)_

## `mesg-cli service:deploy [SERVICE_PATH_OR_URL]`

Expand All @@ -375,7 +375,7 @@ OPTIONS
--silent
```

_See code: [src/commands/service/deploy.ts](https://github.com/mesg-foundation/cli/blob/v1.0.3/src/commands/service/deploy.ts)_
_See code: [src/commands/service/deploy.ts](https://github.com/mesg-foundation/cli/blob/v1.0.4/src/commands/service/deploy.ts)_

## `mesg-cli service:detail SERVICE`

Expand All @@ -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.3/src/commands/service/detail.ts)_
_See code: [src/commands/service/detail.ts](https://github.com/mesg-foundation/cli/blob/v1.0.4/src/commands/service/detail.ts)_

## `mesg-cli service:dev [SERVICE_PATH]`

Expand All @@ -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.3/src/commands/service/dev.ts)_
_See code: [src/commands/service/dev.ts](https://github.com/mesg-foundation/cli/blob/v1.0.4/src/commands/service/dev.ts)_

## `mesg-cli service:doc [SERVICE_PATH]`

Expand All @@ -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.3/src/commands/service/doc.ts)_
_See code: [src/commands/service/doc.ts](https://github.com/mesg-foundation/cli/blob/v1.0.4/src/commands/service/doc.ts)_

## `mesg-cli service:execute SERVICE TASK`

Expand All @@ -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.3/src/commands/service/execute.ts)_
_See code: [src/commands/service/execute.ts](https://github.com/mesg-foundation/cli/blob/v1.0.4/src/commands/service/execute.ts)_

## `mesg-cli service:init DIR`

Expand All @@ -491,7 +491,7 @@ OPTIONS
--silent
```

_See code: [src/commands/service/init.ts](https://github.com/mesg-foundation/cli/blob/v1.0.3/src/commands/service/init.ts)_
_See code: [src/commands/service/init.ts](https://github.com/mesg-foundation/cli/blob/v1.0.4/src/commands/service/init.ts)_

## `mesg-cli service:list`

Expand All @@ -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.3/src/commands/service/list.ts)_
_See code: [src/commands/service/list.ts](https://github.com/mesg-foundation/cli/blob/v1.0.4/src/commands/service/list.ts)_

## `mesg-cli service:logs SERVICE`

Expand All @@ -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.3/src/commands/service/logs.ts)_
_See code: [src/commands/service/logs.ts](https://github.com/mesg-foundation/cli/blob/v1.0.4/src/commands/service/logs.ts)_

## `mesg-cli service:start SERVICE`

Expand All @@ -560,7 +560,7 @@ OPTIONS
--silent
```

_See code: [src/commands/service/start.ts](https://github.com/mesg-foundation/cli/blob/v1.0.3/src/commands/service/start.ts)_
_See code: [src/commands/service/start.ts](https://github.com/mesg-foundation/cli/blob/v1.0.4/src/commands/service/start.ts)_

## `mesg-cli service:stop SERVICE`

Expand All @@ -579,7 +579,7 @@ OPTIONS
--silent
```

_See code: [src/commands/service/stop.ts](https://github.com/mesg-foundation/cli/blob/v1.0.3/src/commands/service/stop.ts)_
_See code: [src/commands/service/stop.ts](https://github.com/mesg-foundation/cli/blob/v1.0.4/src/commands/service/stop.ts)_

## `mesg-cli service:validate [SERVICE_PATH]`

Expand All @@ -599,5 +599,5 @@ OPTIONS
--silent
```

_See code: [src/commands/service/validate.ts](https://github.com/mesg-foundation/cli/blob/v1.0.3/src/commands/service/validate.ts)_
_See code: [src/commands/service/validate.ts](https://github.com/mesg-foundation/cli/blob/v1.0.4/src/commands/service/validate.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.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "mesg-cli",
"description": "MESG CLI",
"version": "1.0.3",
"version": "1.0.4",
"author": "Anthony ESTEBE @antho1404",
"bin": {
"mesg-cli": "./bin/run"
Expand Down Expand Up @@ -110,4 +110,4 @@
"lint": "tslint -p ./ -t stylish --fix"
},
"types": "lib/index.d.ts"
}
}

0 comments on commit 4b99096

Please sign in to comment.