-
Notifications
You must be signed in to change notification settings - Fork 259
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 #76 from malinthaprasan/master
Removing run command help and adding reset command help
- Loading branch information
Showing
3 changed files
with
18 additions
and
32 deletions.
There are no files selected for viewing
18 changes: 18 additions & 0 deletions
18
components/micro-gateway-cli/src/main/resources/cli-help/cli-reset.help
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,18 @@ | ||
NAME | ||
micro-gw help reset - resets all the previously specified configurations. | ||
|
||
SYNOPSIS | ||
micro-gw reset | ||
|
||
DESCRIPTION | ||
|
||
Reset command is used to clear all the previously specified configurations such as "--server-url", "--username" | ||
and etc. | ||
|
||
When running the setup command for the first time, those configuration are stored internally within microgateway | ||
toolkit and will be reused for subsequent setup commands. To rerun setup command with a new set of configuration, | ||
the reset command needs to be run beforehand. | ||
|
||
EXAMPLES | ||
Reset all the configuration to default. | ||
$ micro-gw reset |
29 changes: 0 additions & 29 deletions
29
components/micro-gateway-cli/src/main/resources/cli-help/cli-run.help
This file was deleted.
Oops, something went wrong.
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