Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.capy.sc/llms.txt

Use this file to discover all available pages before exploring further.

Synopsis

capy logout

Description

Clears your local session: the refresh token, cached project keys, and any per-user session files in ~/.capy/auth/. Master keys survive logout. The double-wrapped key.enc files in ~/.capy/orgs/{orgId}/users/{userId}/ remain on disk - they’re already encrypted at rest, and you need them to log back in without re-redeeming every invite. To fully wipe Capy from a machine, also delete ~/.capy/.

Example

$ capy logout
Logged out. Session cleared.
If there’s no active session:
$ capy logout
No active session.

See also