6.4.3. List of buildProject Options¶
Note that the available options can vary depending on the Code Composer Studio™ version used. For the list of options available for your specific Code Composer Studio version, run the command with the '-ccs.help' option:
ccs-server-cli -noSplash -workspace "<workspace_dir>" -application com.ti.ccs.apps.projectBuild -ccs.help
Full list of projectBuild options:
-ccs.projects [<name> ]+
Space-separated list of project-names to build.
-ccs.locations [<path> ]+
Space-separated list of locations to build.
-ccs.workspace
Build entire workspace.
-ccs.buildType (incremental | full | clean)
The type of build to perform (optional).
Defaults to 'incremental'.
-ccs.configuration <name>
The build-configuration to build (optional).
Defaults to active build-configuration.
-ccs.listErrors
List all errors after build completes (optional).
-ccs.listProblems
List all errors and warnings after build completes (optional).
-ccs.autoImport
Automatically import projects at their original locations (optional).
-ccs.autoOpen
Automatically open any closed projects (this option has been deprecated and has no effect).
-ccs.defaultImportDestination '<dir>'
Default import-destination. This is the workspace where user-projects will be created/imported by default.
-ccs.args '<file>'
File containing any extra arguments (optional).
-ccs.help
Print this help message.