Skip to content

SEAL Print Client CLI ???? Für aktuelles Produkt umarbeiten ????


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


Call SEAL Print Client CLI

  • On Windows, you call SEAL Print Client CLI in the Windows prompt or in the PowerShell. For opening the Windows prompt, open the Windows menu and type cmd.exe.

  • On Linux, you call SEAL Print Client CLI in a Linux shell.


Privileges

The commands for managing the services execute PowerShell scripts on Windows and bash scripts on Linux. For this, privileges are required:

  • On Windows, the execution policy has to be set to RemoteSigned at least. For more information about execution policies, refer to the Microsoft documentation.

  • On Linux, the logged-on user has to be member of the sudoers list.


Display the Version of SEAL Print Client CLI

operator --version


Display the Available Options and Parameters of SEAL Print Client CLI

operator --help


Back to top