Running Operations Using the Command Line Interface
- Updated2023-02-17
- 1 minute(s) read
Running Operations Using the Command Line Interface
Run a predefined set of operations in G Web Development Software using the command line interface (CLI). For example, use the CLI to automate the build process of applications you develop.
- Open a command prompt.
-
Change directories to the location of the CLI.
Note The default location is C:\Program Files\National Instruments\G Web Development Software <version>.
-
Execute a command using the following syntax:
gwebcli.exe <operation name> -<arguments>.Tip To access the built-in help for the CLI, execute the gwebcli.exehelp command. To learn more about a specific operation, execute the gwebcli.exe <operation name> --help command.