Skip to content

Commit

Permalink
Update command-line documentation in README
Browse files Browse the repository at this point in the history
  • Loading branch information
SanderMertens committed Sep 14, 2019
1 parent c3f44a6 commit f9048a0
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1450,6 +1450,8 @@ Options:
--package Set the project type to package
--template Set the project type to template
--test Create a test project
--to-env Clone projects to the bake environment source path (use with clone)
--always-clone Clone dependencies even if found in the bake environment (use with clone)
--id <project id> Specify a project id
--type <package|template> Specify a project type (default = "application")
Expand All @@ -1458,12 +1460,16 @@ Options:
-i,--includes <include path> Specify an include path for project
--private Specify a project to be private (not discoverable)
--interactive Rebuild project when files change (use w/run)
-a,--args [arguments] Pass arguments to application (use with run)
--interactive Rebuild project when files change (use with run)
--run-prefix Specify prefix command for run
--test-prefix Specify prefix command for tests run by test
-r,--recursive Recursively build all dependencies of discovered projects
-a,--args [arguments] Pass arguments to application (use w/run)
-t [id] Specify template for new project
-o [path] Specify output directory for new projects
--show-repositories List loaded repositories (use with list)
-v,--verbosity <kind> Set verbosity level (DEBUG, TRACE, OK, INFO, WARNING, ERROR, CRITICAL)
--trace Set verbosity to TRACE
--debug Set verbosity to DEBUG (highest verbosity)
Expand All @@ -1474,11 +1480,15 @@ Commands:
build [path] Build a project (default command)
rebuild [path] Clean and build a project
clean [path] Clean a project
test [path] Run tests of project
coverage [path] Run coverage analysis for project
cleanup Cleanup bake environment by removing dead or invalid projects
reset Resets bake environment to initial state, save for bake configuration
publish <patch|minor|major> Publish new project version
install [path] Install project to bake environment
install <project id> Install project to bake environment (repository must be known)
uninstall [project id] Remove project from bake environment
clone <git url> Clone and build git repository and dependencies
use <project:bundle> Configure the environment to use specified bundle
update [project id] Update an installed package or application
foreach <cmd> Run command for each discovered project
Expand Down

0 comments on commit f9048a0

Please sign in to comment.