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)