You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

sym-cli

Package Overview
Dependencies
Maintainers
1
Versions
176
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sym-cli - pypi Package Compare versions

Comparing version
0.6.0
to
0.6.1
+1
-1
PKG-INFO
Metadata-Version: 2.1
Name: sym-cli
Version: 0.6.0
Version: 0.6.1
Summary: Sym's Official CLI for Users

@@ -5,0 +5,0 @@ Home-page: https://symops.com/

[tool.poetry]
name = "sym-cli"
version = "0.6.0"
version = "0.6.1"
description = "Sym's Official CLI for Users"

@@ -5,0 +5,0 @@ authors = ["SymOps, Inc. <pypi@symops.io>"]

@@ -28,3 +28,3 @@ from typing import Literal, Optional, Type

excludes = AUTO_EXCLUDED_SAML_CLIENT_NAMES
if Config.is_logged_in() and is_sso_enabled():
if Config.is_logged_in() and not is_sso_enabled():
excludes.append("aws-config")

@@ -31,0 +31,0 @@ for client in SAMLClient.sorted_subclasses():

@@ -1,1 +0,1 @@

__version__ = '0.6.0'
__version__ = '0.6.1'