Release notes
Release notes for Ping CLI, including new features, enhancements, and resolved issues for each release.
Subscribe to get automatic updates: Ping CLI release notes RSS feed
Ping CLI 1.4.0 (August 3, 2026)
PingFederate
New
Added management commands for the following resources:
-
administrative API CORS settings
-
audit log settings
-
authentication policies settings
-
bulk configuration export
-
bulk configuration import
-
CA certificates
-
CAPTCHA provider settings
-
CAPTCHA providers
-
certificate group certificates
-
cluster settings
-
config store settings
-
log settings
-
OAuth access token manager settings
-
OAuth access token managers
-
OAuth authorization detail types
-
OAuth virtual issuers
-
signing key pairs
-
SP adapters
-
SP connections, including credentials certificates, decryption keys, and signing settings
-
SP IdP connections, including certificates, decryption keys, and signing settings
-
SSL client key pairs
Improved
-
Added read-only commands for captcha provider descriptors
-
Added import, export, CSR, and rotation settings management commands for signing key pairs
PingOne
New
Added management commands for the following resources:
-
Authorize application resources
-
bill of materials
-
branding settings
-
certificates
-
credential type versions
-
forms
-
gateway role assignments
-
language localization status
-
notifications settings phone delivery settings
-
notifications settings SMTP email delivery configuration
-
organizations, license names, and license active identity counts
-
population default identity provider
-
resource attributes
-
resource client secrets
-
trusted email addresses
-
user enabled status
Improved
-
Added read commands for flow policies
-
Updated polymorphic resources like applications to accept the same JSON shape as that returned by the API from GET calls, rather than a shape that is custom to the CLI. The prior template shape is deprecated. The template command for these resources now supports a --template-type flag to retrieve a template for the desired type (for example: oidc, saml, etc. for applications). If not provided, --template-type will be set to a default for the resource (oidc for applications).
Ping CLI 1.3.0 (July 20, 2026)
General
Info
-
Removed the --template output flag and its custom text/template rendering
Fixed
-
Fix some API error detail not being returned by the CLI for PingOne Authorize and PingOne Verify endpoints.
Improved
-
Add support for the
applycommand to all singleton resources as an alias forreplace. Also addapplyto the PingFederate data-stores and PingOne application-resource-permissions resources where it was missing. -
Renamed several nested subcommands to drop the redundant parent prefix (for example,
group group-nestingsis nowgroup nestings,verify verify-policiesis nowverify policies, etc), while keeping the previous names available as aliases
PingFederate
New
Added management commands for the following resources:
-
authentication policy fragments
-
federation info
-
OAuth client registration policies
-
OAuth client settings
-
OAuth/OpenID Connect policies
-
OAuth/OpenID Connect settings
-
session quotas
-
session settings
PingOne
New
Added management commands for the following resources:
-
alert channels
-
credential issuance rule usage counts and usage details
-
email domains
-
identity propagation plans
-
images
-
integrations
-
rate limit IP configurations
-
reCAPTCHA v2 configuration
Improved
-
Added
gateways gateway-credentials getcommand to read a single gateway credential -
Added a list command for resource application permissions
-
Added notifications-settings management commands
-
Added pingone applications attribute-mappings management commands
-
Failing paged export read operations now attach the HTTP response so
--debugrenders the response body and JSON error output reports the failing request’s status and request ID
Ping CLI 1.2.0 (July 6, 2026)
General
New
-
Added
credential-issuer-profileresource to the PingOne Credentials connector, supportingget,replace, andtemplatecommands
New
|
Fixed
-
auth: Added a connector section header to each
auth statusblock so statuses for multiple services are clearly distinguishable -
Fixed template command example text for replace-only resources to show
replace --from-fileinstead ofcreate --from-file
Improved
-
Updated output schema reference generator with editorial fixes and subfolder restructure
PingFederate
New
Added management commands for the following resources:
-
administrative accounts
-
authentication API applications
-
authentication API settings
-
data stores
-
extended properties
-
IdP adapters
-
local identity profiles
-
OAuth clients
-
password credential validators
-
server settings
-
virtual host names
Info
-
Removed the
--pingfederate-*and--as-pingfederate-*authentication CLI flags (such as--pingfederate-client-id); configure PingFederate authentication via environment variables, the configuration file, or the init wizard instead -
The
accessTokenAuthauthentication type is deprecated and will be removed in a future release; use thebasicAuthoroauthauthentication type instead
Improved
-
Added management command for version
PingOne
New
Added management commands for the following resources:
-
admin config
-
credential issuance rules
-
custom domains
-
FIDO2 policies
-
user digital wallets
Fixed
-
Fixed the
--templateflag onpingone apiso template field traversal works against JSON response data
DaVinci
Fixed
-
Fixed template for application resources to correctly omit server-set read-only fields (
apiKey.value,oauth.clientSecret) that were previously included in the generated template skeleton
Ping CLI 1.1.0 (June 22, 2026)
General
Fixed
-
Both
PINGCLI_PINGONE_*and barePINGONE_*environment variable names are now fully supported (e.g. bothPINGCLI_PINGONE_ENVIRONMENT_IDandPINGONE_ENVIRONMENT_IDresolve), fixing a silent breaking change for pipelines using the pre-v1 names.PINGCLI_LOGIN_STORAGE_TYPEis honoured alongsidePINGCLI_AUTH_STORAGE_TYPE. -
Config migration now correctly relocates PingFederate
clientCredentialsAuthcredentials (client ID, client secret, token URL, scopes) to the canonicaloauth.clientCredentials.*keys and removes the legacy subtree, including for configs written all-lowercase by older (v0.8.x) Ping CLI versions, which were previously left untouched. -
Config migration now preserves PingOne authentication values written by older (v0.8.x) Ping CLI versions: the legacy
service.pingone.*worker layout (worker client credentials,regioncode,type: worker) is migrated to the currentservice.pingOne.*schema instead of being silently dropped, withregioncodetranslated to the equivalentendpoint.rootDomain. The PingOne environment ID and authorization-coderedirectUripath/port are also relocated to their canonical keys rather than being lost.
Improved
-
Config migration now removes the deprecated
export.*configuration subtree, which is no longer persisted to the configuration file (the export command’s settings are flag/environment-only).