-
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.
Fixing command helps, renaming dist bin file, setting build to offlin…
…e mode
- Loading branch information
1 parent
f50412c
commit 2b92144
Showing
8 changed files
with
51 additions
and
43 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
23 changes: 5 additions & 18 deletions
23
components/micro-gateway-cli/src/main/resources/cli-help/cli-build.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 |
---|---|---|
@@ -1,27 +1,14 @@ | ||
NAME | ||
micro-gw run - run command use to start services generated from the | ||
from api definitions of given label. Using build command, it's generating the binary(balx) | ||
sources of given label. Run command is used to start the services | ||
micro-gw build - The build command generates a gateway distribution using the given project resources. | ||
|
||
SYNOPSIS | ||
micro-gw run [-l|--label] [args...] | ||
micro-gw build <project> | ||
|
||
DESCRIPTION | ||
Run command executes services generated for the APIs specified for the given label | ||
|
||
It's required run build command to compile a source and | ||
provide the generated binary file (.balx file) | ||
|
||
OPTIONS | ||
|
||
--n <project-name> | ||
--project <project-name> | ||
Name of the project that should run the generated services from binary(balx) source | ||
|
||
DEFAULT BEHAVIOR | ||
Runs the services generated for given label | ||
The build command generates a gateway distribution using the resources in the given project. The project should exist | ||
in the current working directory and should be previously created using "micro-gw setup" command. | ||
|
||
EXAMPLES | ||
Run the services of given label | ||
$ micro-gw build -l accounts | ||
$ micro-gw build accounts-project | ||
|
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
File renamed without changes.
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