Skip to content

project

Description

Manages Java projects with various subcommands.

Usage

bash
buildcli project [subcommand] [options] [arguments]

Subcommands

SubcommandDescription
add, aAdds a new project.
remove, rmRemoves an existing project.
build, bBuilds the project.
setSets project properties.
test, tTests the project.
runRuns the project.
init, iInitializes a new project.
cleanup, cleanCleans up the project.
update, upUpdates the project.
document-code, docsDocuments the project code.

Options

OptionDescription
-h, --helpDisplay help information about the command.
-V, --versionDisplay the version of the command.

Examples

Example 1

Initialize a new project.

bash
buildcli project init

See Also