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 supports the following commands and objects:
Commands
|
! |
ADD |
ALLOW |
ALTER |
|
CONTROL |
CREATE |
DELETE |
ENV |
|
EXIT |
EXPORT |
FC |
FILESYSTEM |
|
HELP |
HISTORY |
IMPORT |
INFO |
|
OBEY |
PAGESIZE |
VOLUME |
|
Objects
|
API |
CERTIFICATE |
CREDENTIALS |
FILESYSTEM |
|
GROUP |
USER |
|
|
LWCCOM is self documenting using the HELP command. For example:
TACL> lwccom
LightWave Client COM 1.0.3 - \NODE.$XYZ
Copyright (c) 2018 NuWave Technologies, Inc. All rights reserved.
LWCCOM 1-> help
Help is available on the following commands and objects:
Commands:
! ADD ALLOW ALTER
CONTROL CREATE DELETE ENV
EXIT EXPORT FC FILESYSTEM
HELP HISTORY IMPORT INFO
OBEY PAGESIZE VALIDATE VOLUME
Objects:
API CERTIFICATE CREDENTIALS FILESYSTEM
GROUP USER
Enter HELP <command> | <object> for more information.
LWCCOM 4-> 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 2-> 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 3->