Skip to main content

apollo logout

Logout of Apollo

apollo logout

Logout of Apollo

USAGE
$ apollo logout [--profile <value>] [--config-file <value>]

FLAGS
--config-file=<value> Use this config file (mostly for testing)
--profile=<value> Use credentials from this profile

DESCRIPTION
Logout of Apollo

Logout by removing the access token from the selected profile

EXAMPLES
Logout default profile:

$ apollo logout

Logout selected profile

$ apollo logout --profile my-profile

See code: src/commands/logout.ts