pipe logout
Synopsis
pipe logoutDescription
Revokes the device and API key on the Pipe Hub server, then deletes stored credentials from ~/.pipe/credentials.json.
If the server is unreachable or the key is already revoked, the local credentials are still deleted with a warning.
Arguments
None.
Flags
| Flag | Short | Description |
|---|---|---|
--yes | -y | Skip confirmation prompt |
Examples
pipe logout
# Skip confirmation promptpipe logout --yes