PLAKAR-STDIO(1) - General Commands Manual
NAME#
plakar stdio - Start Plakar server in stdio mode
SYNOPSIS#
plakar stdio [-no-delete]
DESCRIPTION#
The plakar stdio command starts the Plakar server in standard input/output (stdio) mode, allowing interaction with Plakar over stdio streams. This command can be used for environments where communication is expected to occur over pipes or other stdio-based mechanisms.
The options are as follows:
-no-delete
Disables delete operations. When specified, the server will reject any requests that attempt to delete data.
DIAGNOSTICS#
The plakar stdio utility exits 0 on success, and >0 if an error occurs.
0
Command completed successfully.
>0
An error occurred while starting the stdio server or due to an invalid configuration.
SEE ALSO#
plakar(1)
Plakar - November 12, 2024