-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #233 from mesg-foundation/improve-test-command
Add logs to test command
- Loading branch information
Showing
13 changed files
with
171 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
## mesg-core logs | ||
|
||
Show the MESG Core's logs | ||
|
||
### Synopsis | ||
|
||
Show the MESG Core's logs | ||
|
||
``` | ||
mesg-core logs [flags] | ||
``` | ||
|
||
### Options | ||
|
||
``` | ||
-h, --help help for logs | ||
``` | ||
|
||
### SEE ALSO | ||
|
||
* [mesg-core](mesg-core.md) - MESG Core | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
## mesg-core service logs | ||
|
||
Show the logs of a service | ||
|
||
### Synopsis | ||
|
||
Show the logs of a service | ||
|
||
``` | ||
mesg-core service logs [flags] | ||
``` | ||
|
||
### Examples | ||
|
||
``` | ||
mesg-core service logs SERVICE_ID | ||
mesg-core service logs SERVICE_ID --dependency DEPENDENCY_NAME | ||
``` | ||
|
||
### Options | ||
|
||
``` | ||
-d, --dependency string Name of the dependency to only show the logs from (default "*") | ||
-h, --help help for logs | ||
``` | ||
|
||
### SEE ALSO | ||
|
||
* [mesg-core service](mesg-core_service.md) - Manage your services | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
## mesg-core start | ||
|
||
Start the MESG Core | ||
|
||
### Synopsis | ||
|
||
Start the MESG Core | ||
|
||
``` | ||
mesg-core start [flags] | ||
``` | ||
|
||
### Options | ||
|
||
``` | ||
-h, --help help for start | ||
``` | ||
|
||
### SEE ALSO | ||
|
||
* [mesg-core](mesg-core.md) - MESG Core | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
## mesg-core status | ||
|
||
Status of the MESG Core | ||
|
||
### Synopsis | ||
|
||
Status of the MESG Core | ||
|
||
``` | ||
mesg-core status [flags] | ||
``` | ||
|
||
### Options | ||
|
||
``` | ||
-h, --help help for status | ||
``` | ||
|
||
### SEE ALSO | ||
|
||
* [mesg-core](mesg-core.md) - MESG Core | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
## mesg-core stop | ||
|
||
Stop the MESG Core | ||
|
||
### Synopsis | ||
|
||
Stop the MESG Core | ||
|
||
``` | ||
mesg-core stop [flags] | ||
``` | ||
|
||
### Options | ||
|
||
``` | ||
-h, --help help for stop | ||
``` | ||
|
||
### SEE ALSO | ||
|
||
* [mesg-core](mesg-core.md) - MESG Core | ||
|