Group of commands to manage and inspect authentication sessions and profiles.
See replictl sso --help for general information.
List all known SSO sessions.
$ replictl sso list-sessions [OPTIONS]
Login to a Replicante instance. This will create or update a profile that can then be used for operations.
If no --session is specified, the default session is updated.
$ replictl sso login [OPTIONS]
Logout of an SSO session.
If no --session is specified, the default session is removed.
$ replictl sso logout [OPTIONS]
Show information about an SSO session.
If no --session is specified, the default session is used.
$ replictl sso session-info [OPTIONS]
Set the default SSO session used by future replictl invocations.
If no --session is specified, the default session is used.