webapps-appdir
Create folders for organizing web apps from the command line on Windows, Linux, and macOS systems
Since R2021a
Syntax
Description
webapps-appdir add
creates a folder
named dirname
dirname
within the apps
root folder to
organize web apps. The dirname
folder is created with necessary
permissions.
webapps-appdir update
updates a folder
named dirname
dirname
within the apps
root folder with
necessary permissions.
webapps-appdir [--version | -v]
returns the version of MATLAB®
Web App Server™ that is installed.
webapps-appdir [--help | -h]
returns command-line help.
Examples
Create New Folder
To create a folder within the apps
root folder
that has the necessary permissions, at the system command line, type:
webapps-appdir add VenusProgram
Update Existing Folder
To update an existing folder within the apps
root
folder with the necessary permissions, at the system command line, type:
webapps-appdir update MarsProgram
The update
option sets the required permissions to an existing folder
that was created using operating system-specific folder creation commands.
Input Arguments
More About
Tips
The
webapps-appdir
command creates folders with the necessary permissions within theapps
root folder. If you use operating-system specific commands to create folders, use thewebapps-appdir
command with theupdate
option to set the folder with necessary permissions.
Version History
Introduced in R2021a