---
title: pingcli
description: A CLI tool for managing the configuration of Ping Identity products.
component: pingcli
page_id: pingcli:command_reference:pingcli
canonical_url: https://developer.pingidentity.com/pingcli/command_reference/pingcli.html
revdate: March 5, 2026
section_ids:
  synopsis: Synopsis
  options: Options
  subcommands: Subcommands
---

# pingcli

A CLI tool for managing the configuration of Ping Identity products.

## Synopsis

A CLI tool for managing the configuration of Ping Identity products.

```
pingcli
```

## Options

```
  -C, --config string          The relative or full path to a custom Ping CLI configuration file. (default $HOME/.pingcli/config.yaml)
  -h, --help                   help for pingcli
  -D, --detailed-exitcode      Enable detailed exit code output. (default false) 0 - pingcli command succeeded with no errors or warnings. 1 - pingcli command failed with errors. 2 - pingcli command succeeded with warnings.
  -O, --output-format string   Specify the console output format. (default text) Options are: json, text.
  -P, --profile string         The name of a configuration profile to use.
      --no-color               Disable text output in color. (default false)
```

## Subcommands

* [pingcli completion](pingcli_completion.html) - Prints shell completion scripts

* [pingcli config](pingcli_config.html) - Manage the CLI configuration.

* [pingcli feedback](pingcli_feedback.html) - Help us improve the CLI. Report issues or send us feedback on using the CLI tool.

* [pingcli license](pingcli_license.html) - Request a new evaluation license.

* [pingcli login](pingcli_login.html) - Authenticate a supported provider

* [pingcli logout](pingcli_logout.html) - Logout user from the CLI

* [pingcli platform](pingcli_platform.html) - Administer and manage the Ping integrated platform.

* [pingcli plugin](pingcli_plugin.html) - Manage Ping CLI plugins.

* [pingcli request](pingcli_request.html) - Send a custom REST API request to a Ping platform service.
