Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-Authored-By: Praminda <[email protected]>
  • Loading branch information
Rajith90 and praminda authored Nov 21, 2019
1 parent 6b46a8b commit a04b3ea
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ SYNOPSIS

DESCRIPTION

The reset command is used to clear all the previously user related configurations, such as "--username",
The reset command is used to clear all the previous user configurations, such as "--username",
"--clientId", etc. This will enable different user credentials to be provided when importing APIs from
WSO2 API Manager

When running the setup command for the first time, those configurations are stored internally within the
microgateway CLI tool and will be reused for subsequent setup commands. To rerun the setup command with a
microgateway CLI tool and will be reused for subsequent import commands. To rerun the import command with a
different user credentials, the reset command needs to be run beforehand.

Using "micro-gw reset -c <config-file>", we can reset an externally provided config file.
Expand All @@ -21,4 +21,4 @@ EXAMPLES
$ micro-gw reset

Reset an external config file
$ micro-gw reset -c /home/user/micro-gw/external-config.toml
$ micro-gw reset -c /home/user/micro-gw/external-config.toml

0 comments on commit a04b3ea

Please sign in to comment.