Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 514 Bytes

File metadata and controls

35 lines (23 loc) · 514 Bytes

logout

Invalidate the current session and remove the cached token.

Synopsis

iics logout [flags]

Flags

This command has no command-specific flags. All global flags apply.

Examples

# Logout from the default profile
iics logout

# Logout from a named profile
iics logout --profile prod
# Logout from the default profile
iics logout

# Logout from a named profile
iics logout --profile prod

See also