p4 logout
Synopsis
Log out of Perforce by removing or invalidating a ticket.
Syntax
p4 [g-opts
] logout [-a]
[username
]
Description
Log a user out of Perforce by removing a ticket on the user’s workstation, or by invalidating the ticket on the service.
If you use p4 logout -a
, the ticket remains in the ticket file,
but is invalidated on the service: all users of the ticket are logged
out simultaneously. You can also remove a single user’s ticket with the
-a username
option.
Options
|
Log out all users of the ticket by invalidating the ticket on the service. If a username is specified, that user is logged out. You must have super user access to be able to log out a user other than yourself. |
|
See “Global Options”. |
Usage Notes
Can File Arguments Use Revision Specifier? | Can File Arguments Use Revision Range? | Minimal Access Level Required |
---|---|---|
No |
No |
|
- Tickets are stored in the file specified by the
P4TICKETS
environment variable. If this variable is not set, tickets are stored in%USERPROFILE%\p4tickets.txt
on Windows, and in$HOME/.p4tickets
on other operating systems. - In replicated environments, logging out of the master server with
p4 logout -a
also logs you out of any replica servers.
Examples
|
Log out of Perforce by removing the local session ticket. |
|
Log out of Perforce by removing the local session ticket and instructing the Perforce service to invalidate the ticket on all other workstations from which they were logged in. |