Main Content

webapps-appdir

Create folders for organizing web apps from the command line on Windows, Linux, and macOS systems

Since R2021a

Description

example

webapps-appdir add dirname creates a folder named dirname within the apps root folder to organize web apps. The dirname folder is created with necessary permissions.

example

webapps-appdir update dirname updates a folder named 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

collapse all

Specify the name of the folder you want to create or update within the apps root folder with the necessary permissions.

Example: CassiniProgram

Tips

  • The webapps-appdir command creates folders with the necessary permissions within the apps root folder. If you use operating-system specific commands to create folders, use the webapps-appdir command with the update option to set the folder with necessary permissions.

Version History

Introduced in R2021a