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: In a Command Prompt or in a PowerShell

  • Linux: In a 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 default Keycloak identity provider 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 of SEAL Operator CLI

operator --version

Display the Available Options and Parameters of SEAL Operator CLI

operator --help

SEAL Operator CLI Commands In Detail

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


Back to top