File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff 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
818818Install 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
914923CSV of file paths to exclude
You can’t perform that action at this time.
0 commit comments