LWCCOM
The LWCCOM command line interface (CLI) can be used as an alternative to the LightWave Client Console for management of a LightWave Client instance. Commands may be entered interactivity or supplied with a TACL macro or obey file.
LWCCOM is self-documenting using the HELP command. For example:
> lwccom
LightWave Client COM 
Copyright (c) 2024 NuWave Technologies, Inc. All rights reserved.
LWCCOM 1-> help
Help is available on the following commands and objects:
Commands:
!                  ADD                ALLOW              ALTER
CONTROL            CONVERT            CREATE             DELETE
ENV                EXIT               EXPORT             FC
FILESYSTEM         HELP               HISTORY            IMPORT
INFO               OBEY               PAGESIZE           VALIDATE
VOLUME
Objects:
API                CERTIFICATE        CONFIG             CREDENTIALS
FILESYSTEM         GROUP              LICENSE            USER
Enter HELP <command> | <object> for more information.
LWCCOM 2-> help api
The following commands can be used with the API object:
ALTER              DELETE             EXPORT             IMPORT
INFO
Enter HELP <command> API for more information.
LWCCOM 3-> help alter api
ALTER API Command
Alters an API in the filesystem
  ALTER API <api-name>
        [ , NAME <api-name> ]
        [ , DESCRIPTION <string> ]
<api-name>
  The name of the API.
NAME <api-name>
  New name for the API.
DESCRIPTION <string>
  New description for the API.
LWCCOM 4->