Selaa lähdekoodia

Added missing bob.jar options

Björn Ritzl 4 vuotta sitten
vanhempi
commit
4e98ea51f0
1 muutettua tiedostoa jossa 34 lisäystä ja 30 poistoa
  1. 34 30
      docs/en/manuals/bob.md

+ 34 - 30
docs/en/manuals/bob.md

@@ -18,66 +18,70 @@ Bob is run from a shell or from the command line by invoking `java` (or `java.ex
 ```text
 ```text
 $ java -jar bob.jar --help
 $ java -jar bob.jar --help
 usage: bob [options] [commands]
 usage: bob [options] [commands]
- -a,--archive                        Build archive
+  -a,--archive                       Build archive
  -ar,--architectures <arg>           comma separated list of architectures
  -ar,--architectures <arg>           comma separated list of architectures
                                      to include for the platform, for example
                                      to include for the platform, for example
                                      "arm64-android,armv7-android"
                                      "arm64-android,armv7-android"
-    --binary-output <arg>            Location where built engine binary
+  -u,--auth <arg>                    User auth token
+     --binary-output <arg>           Location where built engine binary
                                      will be placed. Default is
                                      will be placed. Default is
                                      "<build-output>/<platform>/"
                                      "<build-output>/<platform>/"
- -bo,--bundle-output <arg>           Bundle output directory
  -br,--build-report <arg>            Filepath where to save a build report
  -br,--build-report <arg>            Filepath where to save a build report
                                      as JSON
                                      as JSON
  -brhtml,--build-report-html <arg>   Filepath where to save a build report
  -brhtml,--build-report-html <arg>   Filepath where to save a build report
                                      as HTML
                                      as HTML
-    --build-server <arg>             The build server (when using native
+     --build-server <arg>            The build server (when using native
                                      extensions)
                                      extensions)
- -d,--debug                          Use debug version of dmengine (when
+ -bo,--bundle-output <arg>           Bundle output directory
+     --bundle-format <apk|aab>       Which format to generate Android bundle in
+  -d,--debug                         Use debug version of dmengine (when
                                      bundling). Deprecated, use --variant
                                      bundling). Deprecated, use --variant
                                      instead
                                      instead
-    --defoldsdk <arg>                What version of the defold sdk (sha1)
+     --debug-ne-upload               Outputs the files sent to build server as
+                                     upload.zip
+     --defoldsdk <arg>               What version of the defold sdk (sha1)
                                      to use
                                      to use
- -e,--email <arg>                    User email
- -h,--help                           This help message
- -i,--input <arg>                    Source directory. Default is current
+     --exclude-build-folder          Comma separated list of folders to exclude
+                                     from the build
+  -e,--email <arg>                   User email
+  -h,--help                          This help message
+  -i,--input <arg>                   Source directory. Default is current
                                      directory
                                      directory
-    --identity <arg>                 Sign identity (iOS)
- -k,--keep-unused                    Keep unused resources in archived
+     --identity <arg>                Sign identity (iOS)
+  -k,--keep-unused                   Keep unused resources in archived
                                      output
                                      output
- -l,--liveupdate <arg>               yes if liveupdate content should be
+     --keystore <arg>                Which keystore file to use when signing the
+                                     Android bundle.
+     --keystore-pass <arg>           Path to file with keystore password used to
+                                     when bundling for Android.
+     --keystore-alias <arg>          Name of alias from provided keystore to use
+                                     when bundling for Android.
+  -l,--liveupdate <arg>              yes if liveupdate content should be
                                      published
                                      published
  -mp,--mobileprovisioning <arg>      mobileprovisioning profile (iOS)
  -mp,--mobileprovisioning <arg>      mobileprovisioning profile (iOS)
- -o,--output <arg>                   Output directory. Default is
+  -o,--output <arg>                  Output directory. Default is
                                      "build/default"
                                      "build/default"
- -p,--platform <arg>                 Platform (when bundling)
- -r,--root <arg>                     Build root directory. Default is
+  -p,--platform <arg>                Platform (when bundling)
+  -r,--root <arg>                    Build root directory. Default is
                                      current directory
                                      current directory
-    --settings <arg>                 a path to a game project settings
+     --settings <arg>                Path to a game project settings
                                      file. more than one occurrance are
                                      file. more than one occurrance are
                                      allowed. the settings files are
                                      allowed. the settings files are
                                      applied left to right.
                                      applied left to right.
-    --strip-executable               Strip the dmengine of debug symbols
+     --strip-executable              Strip the dmengine of debug symbols
                                      (when bundling iOS or Android)
                                      (when bundling iOS or Android)
  -tc,--texture-compression <arg>     Use texture compression as specified
  -tc,--texture-compression <arg>     Use texture compression as specified
                                      in texture profiles
                                      in texture profiles
  -tp,--texture-profiles <arg>        Use texture profiles (deprecated)
  -tp,--texture-profiles <arg>        Use texture profiles (deprecated)
- -u,--auth <arg>                     User auth token
-    --use-vanilla-lua                Only ships vanilla source code (i.e.
+     --use-vanilla-lua               Only ships vanilla source code (i.e.
                                      no byte code)
                                      no byte code)
- -v,--verbose                        Verbose output
-    --variant <arg>                  Specify debug, release or headless
+  -v,--verbose                       Verbose output
+     --variant <arg>                 Specify debug, release or headless
                                      version of dmengine (when bundling)
                                      version of dmengine (when bundling)
-    --version                        Prints the version number to the
+     --version                       Prints the version number to the
                                      output
                                      output
-    --with-symbols                   Generate the symbol file (if
+     --with-symbols                  Generate the symbol file (if
                                      applicable)
                                      applicable)
-    --bundle-format <apk|aab>        Which format to generate Android bundle in.
-    --keystore <arg>                 Which keystore file to use when signing the
-                                     Android bundle.
-    --keystore-pass <arg>            Path to file with keystore password used to
-                                     when bundling for Android.
-    --keystore-alias <arg>           Name of alias from provided keystore to use
-                                     when bundling for Android.
 ```
 ```
 
 
 Available commands:
 Available commands: