cops auth logout clears the currentProfile pointer in config.json. The profile itself — including all stored credentials and URLs — is not deleted. You can reactivate it at any time with cops auth use <name>.
Usage
Examples
What happens after logout
With no active profile set, any cops command that requires authentication will exit with an error:Notes
cops auth logout does not delete the profile or its credentials. To permanently remove a profile, use cops auth delete <name>.Related
cops auth use
Reactivate a saved profile.
cops auth login
Create a new profile.
cops auth delete
Permanently delete a profile.
