diff --git a/documentation/index.html b/documentation/index.html
index 28ef181..e7bf8c6 100644
--- a/documentation/index.html
+++ b/documentation/index.html
@@ -688,128 +688,142 @@ Here are the options that you can pass to ./kobaltw
:
Name | -Type | -Default | -Description | -Details | +Name | +Type | +Default | +Description | +Details | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
--buildFile |
- File | -kobalt/src/Build.kt | -Specify a build file. | -Use this option if you are trying to build a project whose Build.kt is not in kobalt/src . |
- ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
--checkVersions |
- Boolean | -false | -Display all the new versions of your dependencies. | -This option looks at all the dependencies found in your build file and then contacts all the Maven repositories in order to find out if any of these repos contains a newer version. If any are found, they are displayed:
-+ |
+ ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
--downloadSources |
+ Boolean | +false | +Whenever dependencies are resolved, their sources and Javadoc are downloaded as well. | +Mostly useful when used with --resolve or when Kobalt is launched in --server
+ mode.
+ |
+ ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
--dryRun |
+ Boolean | +false | +Display the tasks about to be run without actually running them. | +Use this option to get an idea of what the build will run without actually building anything. | +||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
--init |
+ Comma-separated strings of template names. | +null | +Initialize a project for Kobalt with the given templates. | +The parameter to this argument is a list of template names separated by commas, e.g.
+ "java,myProject" . Each template will be invoked in order so they can generate their files.
+ |
+ ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
--listTemplates |
+ + | N/A | +List all the templates available. | +Templates displayed by this command can then be passed as an argument to the --init parameter.
+ |
+ ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
--log |
+ Integer (0..3) | +1 | +Specify the log level. | +The default level is 1. Level 0 will quiet everything and 2 and 3 will display increasingly verbose + output. + | +||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
--noIncremental |
+ Boolean | +false | +Turn off incremental builds. | +If this flag is specified, Kobalt will run all the tasks, even those that are incremental and would have + been skipped. + | +||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
--plugins |
+ Comma-separated list of plugin id's | ++ | Specify the plug-ins to load. | +This is similar to specifying these plug-in id's in a build file except that no build file is needed. | +||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
--pluginJarFiles |
+ Comma-separated list of plugin jar files | ++ | Specify the plug-ins to load. | +This is similar to specifying these plug-in id's in a build file except that no build file is needed. | +||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
--profiling |
+ + | + | Display timings for the build tasks. | ++ | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
--resolve |
+ Maven id (e.g. "com.beust:kobalt:0.228" ) |
+ N/A | +Display information about the given id. | +Display which repo this artifact can be found in and the whole graph of its dependencies. | +||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
--tasks |
+ Boolean | +false | +List the tasks available. | +Note that the available tasks will vary depending on which projects are in your build file. | +||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
--update |
+ Boolean | +false | +Update Kobalt to the latest version available. | +Use this flag if Kobalt just notified you that a new version is available and you want to update. Another
+ way of doing this is to edit kobalt/wrapper/kobalt-wrapper.properties manually.
+ |
+
Note: If the --update
parameter can't download Kobalt because your machine is