Skip to content

Commit 82a5fe3

Browse files
committed
add db-port cli option documentation
1 parent 6ed9120 commit 82a5fe3

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

docs/CLI.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -813,7 +813,7 @@ Install everything required for CI testing
813813

814814
### Usage
815815

816-
* `install [--moodle MOODLE] [--data DATA] [--repo REPO] [--branch BRANCH] [--plugin PLUGIN] [--db-type DB-TYPE] [--db-user DB-USER] [--db-pass DB-PASS] [--db-name DB-NAME] [--db-host DB-HOST] [--not-paths NOT-PATHS] [--not-names NOT-NAMES] [--extra-plugins EXTRA-PLUGINS] [--no-init] [--node-version NODE-VERSION]`
816+
* `install [--moodle MOODLE] [--data DATA] [--repo REPO] [--branch BRANCH] [--plugin PLUGIN] [--db-type DB-TYPE] [--db-user DB-USER] [--db-pass DB-PASS] [--db-name DB-NAME] [--db-host DB-HOST] [--db-port DB-PORT] [--not-paths NOT-PATHS] [--not-names NOT-NAMES] [--extra-plugins EXTRA-PLUGINS] [--no-init] [--node-version NODE-VERSION]`
817817

818818
Install everything required for CI testing
819819

@@ -909,6 +909,15 @@ Database host
909909
* Is multiple: no
910910
* Default: `'localhost'`
911911

912+
#### `--db-port`
913+
914+
Database port
915+
916+
* Accept value: yes
917+
* Is value required: yes
918+
* Is multiple: no
919+
* Default: `''`
920+
912921
#### `--not-paths`
913922

914923
CSV of file paths to exclude

0 commit comments

Comments
 (0)