Skip to content

SEAL Operator CLI


SEAL Operator CLI is the command line tool for administrating SEAL Operator. It is used for managing the system configuration and the services.


Requirements

Call SEAL Operator CLI

  • Windows: Command Prompt orPowerShell

  • Linux: Linux shell


Privileges

The commands for managing the services execute PowerShell scripts on Windows and bash scripts on Linux. For more information about the privileges for this, refer to the Installation Requirements for Windows or to the Installation Requirements for Linux.


Environment Variables

For administrating SEAL Operator via SEAL Operator CLI, environment variables have to be set concerning the OIDC identity provider unless the preconfigured Keycloak identity provider from SEAL Systems is used and the defaults of the keys apply.

For more information about the environment variables, refer to the Configuration Steps for Windows or to the Configuration Steps for Linux.


Display the Version

To display the version of the installed SEAL Operator CLI use the following command:

operator --version

Display Options and Parameters

SEAL Operator CLI has an integrated help listing all the available options and parameters of the tool.

operator --help

SEAL Operator CLI Commands In Detail

Refer to the description of the specific SEAL Operator CLI commands:


Back to top