This command logs out the user who runs it. To logout from a session using the CLI command cr_cli, the —s (session id) argument needs to be specified. The session id is returned after a successful execution of udb.login command. Please refer to the udb.login command on how to save a session id to a file.
# cr_cli -cmd udb.logout -s session_id |
The —s parameter is not required if the command is run inside a Jython shell (clij).