logout¶
The logout command logs the current user out of the Datawire Connect Identity Server.
Syntax¶
The basic syntax of the logout command is:
dwc logout
The full syntax (excepting top level arguments) is:
dwc ... logout -h --force --verify
More information about each command argument can be found under arguments.
Expected Response¶
With the default options, you will be asked to verify that you want to log out:
THIS WILL COMPLETELY LOG YOU OUT AND REMOVE ALL YOUR DATAWIRE STATE.
Continue?
If you turn off the confirmation option or confirm that you do want to log out, you will be silently logged out and returned to your normal command prompt.
If you get the confirmation request and reply with anything other than y or yes, you will get the following response:
OK, carry on.
and remain logged in.
Common Error States¶
None
Arguments¶
The following arguments are supported for the login command:
- -h
- –force
- –verify
-h¶
-h is described under general command arguments.
–force¶
Optional. Forces a logout without prompting for verification.
Constraints and Usage Notes¶
If omitted, the user is prompted to confirm that they really do want to log out after submitting the command.
–verify¶
–verify is described under general command arguments.