Skip to content

Commit

Permalink
docs(help) Start: add command line parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
coderaiser committed Jul 23, 2014
1 parent d24e3f1 commit 13f150b
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions HELP.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,18 @@ or if you install with `-g` flag just type in any directory:

cloudcmd

Cloud Commander reads port information from config file `json/config.json` and start server
on default port (`8000`), if none of port variables (`cloud9`, `cloudfoundry` and `nodester`) isn't exist.
To start work type in address bar of your browser:
Cloud Commander supports command line parameters:

|Parameter |Operation
|:----------------------|:--------------------------------------------
| `-h, --help` | display help and exit
| `-v, --version` | output version information and exit
| `-p, --port` | set port number and start

If no parameters given Cloud Commander reads information from `json/config.json` and use
default port (`8000`), if none of port variables (`cloud9`, `cloudfoundry` and `nodester`) exist.

To begin use, type in address bar of your browser:

http://127.0.0.1:8000

Expand Down

0 comments on commit 13f150b

Please sign in to comment.