3 where mode is one of: \n\ |
3 where mode is one of: \n\ |
4 \ create-image\n\ |
4 \ create-image\n\ |
5 \ Generates a platform-specific application image.\n\ |
5 \ Generates a platform-specific application image.\n\ |
6 \ create-installer <type>\n\ |
6 \ create-installer <type>\n\ |
7 \ Generates a platform-specific installer for the application.\n\ |
7 \ Generates a platform-specific installer for the application.\n\ |
8 \ Valid values for "type" are "msi", "rpm", "deb", "dmg", \u201cpkg\u201d,\n\ |
8 \ Valid values for "type" are "msi", "exe", "rpm", "deb", "dmg",\n\ |
9 \ \u201cpkg-app-store\u201d. If "type" is omitted, all supported types of installable\n\ |
9 \ "pkg", and "pkg-app-store".\n\ |
10 \ packages for current platform will be generated.\n\ |
10 \ If "type" is omitted, all supported types of installable packages\n\ |
|
11 \ for current platform will be generated.\n\ |
11 \ create-jre-installer <type>\n\ |
12 \ create-jre-installer <type>\n\ |
12 \ Generates a platform-specific installer for Server JRE.\n\ |
13 \ Generates a platform-specific installer for Server JRE.\n\ |
13 \ Valid values for "type" are "msi", "rpm", "deb", "dmg", \u201cpkg\u201d.\n\ |
14 \ Valid values for "type" are "msi", "exe", "rpm", "deb", "dmg", \n\ |
|
15 \ and "pkg".\n\ |
14 \ If "type" is omitted, all supported types of installable packages\n\ |
16 \ If "type" is omitted, all supported types of installable packages\n\ |
15 \ for current platform will be generated.\n\ |
17 \ for current platform will be generated.\n\ |
16 \ \n\ |
18 \ \n\ |
17 Sample usages:\n\ |
19 Sample usages:\n\ |
18 --------------\n\ |
20 --------------\n\ |