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: - - - - - - - + + + + + + + - - - - - + + + + + - + - - - - - - - - - - - - - + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeDefaultDescriptionDetailsNameTypeDefaultDescriptionDetails
--buildFileFilekobalt/src/Build.ktSpecify a build file.Use this option if you are trying to build a project whose Build.kt is not in kobalt/src.
--checkVersionsBooleanfalseDisplay 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: -
+    
--buildFileFilekobalt/src/Build.ktSpecify a build file.Use this option if you are trying to build a project whose Build.kt is not in + kobalt/src. +
--checkVersionsBooleanfalseDisplay 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: +
 $ ./kobaltw --checkVersions
 New versions found:
        com.beust:klaxon:0.14
        org.testng:testng:6.9.12
 
-
--downloadSourcesBooleanfalseWhenever 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.
--dryRunBooleanfalseDisplay 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.
--initComma-separated strings of template names.nullInitialize 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.
--listTemplatesN/AList all the templates available.Templates displayed by this command can then be passed as an argument to the --init parameter.
--logInteger (0..3)1Specify the log level.The default level is 1. Level 0 will quiet everything and 2 and 3 will display increasingly verbose output.
--noIncrementalBooleanfalseTurn off incremental builds.If this flag is specified, Kobalt will run all the tasks, even those that are incremental and would have - been skipped.
--pluginsComma-separated list of plugin id'sSpecify 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.
--pluginJarFilesComma-separated list of plugin jar filesSpecify 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.
--profilingDisplay timings for the build tasks.
--resolveMaven id
(e.g. "com.beust:kobalt:0.228")
N/ADisplay information about the given id.Display which repo this artifact can be found in and the whole graph of its dependencies.
--tasksBooleanfalseList the tasks available.Note that the available tasks will vary depending on which projects are in your build file.
--updateBooleanfalseUpdate 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.
--downloadSourcesBooleanfalseWhenever 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. +
--dryRunBooleanfalseDisplay 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.
--initComma-separated strings of template names.nullInitialize 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. +
--listTemplatesN/AList all the templates available.Templates displayed by this command can then be passed as an argument to the --init parameter. +
--logInteger (0..3)1Specify the log level.The default level is 1. Level 0 will quiet everything and 2 and 3 will display increasingly verbose + output. +
--noIncrementalBooleanfalseTurn off incremental builds.If this flag is specified, Kobalt will run all the tasks, even those that are incremental and would have + been skipped. +
--pluginsComma-separated list of plugin id'sSpecify 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.
--pluginJarFilesComma-separated list of plugin jar filesSpecify 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.
--profilingDisplay timings for the build tasks.
--resolveMaven id
(e.g. "com.beust:kobalt:0.228")
N/ADisplay information about the given id.Display which repo this artifact can be found in and the whole graph of its dependencies.
--tasksBooleanfalseList the tasks available.Note that the available tasks will vary depending on which projects are in your build file.
--updateBooleanfalseUpdate 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