replictl sso

Group of commands to manage and inspect authentication sessions and profiles. See replictl sso --help for general information.

list-sessions

List all known SSO sessions.

$ replictl sso list-sessions [OPTIONS]

login

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

Logout of an SSO session.

If no --session is specified, the default session is removed.

$ replictl sso logout [OPTIONS]

session-info

Show information about an SSO session.

If no --session is specified, the default session is used.

$ replictl sso session-info [OPTIONS]

set-default-session

Set the default SSO session used by future replictl invocations.

If no --session is specified, the default session is used.