Skip to content

Commit

Permalink
Merge pull request #76 from malinthaprasan/master
Browse files Browse the repository at this point in the history
Removing run command help and adding reset command help
  • Loading branch information
harsha89 authored Jun 22, 2018
2 parents c9a9331 + 7c9ae68 commit 07b73d6
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 32 deletions.
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

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@ OPTIONS
--password
Password of the user

--reset
With this option present, it will reset the current configured user and generated consumer key and secret

--path
Path to the project location

Expand Down

0 comments on commit 07b73d6

Please sign in to comment.