Skip to content

Commit d24175d

Browse files
committed
add file back
1 parent 539b7b4 commit d24175d

File tree

1 file changed

+51
-0
lines changed

1 file changed

+51
-0
lines changed
Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
= pingcli license
2+
:created-date: September 18, 2025
3+
:revdate: October 8, 2025
4+
:resourceid: pingcli_command_reference_pingcli_license
5+
6+
Request a new evaluation license.
7+
8+
== Synopsis
9+
10+
Request a new evaluation license for a specific product and version.
11+
12+
The new license request will be sent to the Ping Identity license server.
13+
14+
----
15+
pingcli license [flags]
16+
----
17+
18+
== Examples
19+
20+
----
21+
Request a new evaluation license for PingFederate 12.0.
22+
pingcli license --product pingfederate --version 12.0
23+
24+
Request a new evaluation license for PingAccess 6.3.
25+
pingcli license --product pingaccess --version 6.3
26+
----
27+
28+
== Options
29+
30+
----
31+
-k, --devops-key string The DevOps key for the license request. See https://developer.pingidentity.com/devops/how-to/devopsRegistration.html on how to register a DevOps user. You can save the DevOps user and key in your profile using the 'pingcli config' commands.
32+
-h, --help help for license
33+
-p, --product string The product for which to request a license. Options are: pingaccess, pingauthorize, pingauthorize-policy-editor, pingcentral, pingdirectory, pingdirectoryproxy, pingfederate. Example: 'pingfederate'
34+
-u, --devops-user string The DevOps user for the license request. See https://developer.pingidentity.com/devops/how-to/devopsRegistration.html on how to register a DevOps user. You can save the DevOps user and key in your profile using the 'pingcli config' commands.
35+
-v, --version string The version of the product for which to request a license. Must be of the form 'major.minor'. Example: '12.3'
36+
----
37+
38+
== Options inherited from parent commands
39+
40+
----
41+
-C, --config string The relative or full path to a custom Ping CLI configuration file. (default $HOME/.pingcli/config.yaml)
42+
-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.
43+
-O, --output-format string Specify the console output format. (default text) Options are: json, text.
44+
-P, --profile string The name of a configuration profile to use.
45+
--no-color Disable text output in color. (default false)
46+
----
47+
48+
== More information
49+
50+
* xref:pingcli.adoc[] - A CLI tool for managing the configuration of Ping Identity products.
51+

0 commit comments

Comments
 (0)