Skip to main content

CLI command: c4-cli bootapp compile

Compiles a boot application for offline deployment

Usage:

c4-cli bootapp compile [app-path] [target-path] [OPTIONS]
Example 46. Examples:
   c4-cli bootapp compile C:/path/to/application.iecapp/


Arguments

Description

[app-path]

Specifies the path to the directory of the application to be compiled. If this is omitted, then the command will default to the current directory.

[target-path]

Specifies the path of the destination directory. If this is omitted, then the hidden folder .bootapp/ in the application folder will be used.

Options

Description

-h, --help

Prints the help for the command

-v, --verbose

Enables logging on the console at the information level; Short form for --log-level=information

--log-level

Sets the log level for logging to the console, for example trace, debug, information, warning, or error. By default, nothing is logged to the console (none).

-d, --dry-run

Optional. When the flag is set, the command will report in the usual way which changes would have been made during the execution. However, the file system will not be modified.