-createTables

Repotools command used to create empty database tables.

Purpose

The createTables command creates empty database tables.

Parameters

Attribute Description Required Default
teamserver.properties The file system path to the teamserver.properties file. No teamserver.properties
logFile The file to which log messages are written. The log file is a valuable resource for diagnosing problems. No repotools_createTables.log
noPrompt Cause the database tables to be created without confirmation from the user. This option is useful when writing automated scripts. No N/A

Example

repotools -createTables

Feedback