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.

  1. Open a command prompt.
  2. Change directories to the location of the CLI.
    Note The default location is C:\Program Files\National Instruments\G Web Development Software <version>.
  3. 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.