Create App command - Manual - PLC Web Application Manager - The PLC Web Application Manager tool's independent documentation package. - PLC Web Application Manager,

PLC Web Application Manager CLI Tool (plc-web-app-manager)

Portfolio
SIMATIC AX
Product
PLC Web Application Manager
Software version
0.1.2-rc.1
Edition
01/2024
Language
English (original)
Package Name
@ax/plc-web-app-manager-docs
apax plc-web-app-manager create-app <app name> --resourceDirectory <directoryPath> -t <target> [-u <username>] [-p=<password>] [-C <certificate path>]

Creates a web app with a name specified by <app name> on the PLC at <target> and uploads the files inside <directoryPath> as resources to the created app.

When uploading files from <directoryPath>, MIME types for most common file types are automatically detected. If the MIME type cannot be automatically detected for a particular file, application/octet-stream will be applied as a default.

Options

  • --resourceDirectory – A path to a directory of files to upload to the web app. All files in the directory will be uploaded. (required)