rspm login sso

Command to login via SSO.

Terminal
rspm login sso [flags]

Examples

Terminal
  rspm login sso
  rspm login sso --snowflake-connection my-snowflake-conn

  # Against a Snowflake instance with default_connection_name set, the flag is optional:
  rspm login sso --address https://my-instance.snowflakecomputing.app

Options

Terminal
  -h, --help                          help for sso
      --snowflake-connection string   Snowflake connection name for Posit Team Snowflake authentication. When omitted for a Snowflake instance, the configured default_connection_name (or SNOWFLAKE_DEFAULT_CONNECTION_NAME) is used

Options inherited from parent commands

Terminal
  -a, --address string             The address of the remote server. If not specified, the PACKAGEMANAGER_ADDRESS environment variable is used.
  -c, --config string              Path to config file
      --insecure-ssl-skip-verify   If true, skip SSL certificate validation. This reduces the security that SSL normally provides.
  -o, --output-format string       Specify the output format 'human' for human-readable output or 'json' for JSON-encoded output. (default "human")
  -v, --verbose                    Provide additional output
Back to top