You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cannot be combined with --license, --namespace, or --quantity.
123
+
-l, --license=<value> Permission Set License name. Cannot be combined with --definition-file.
124
+
-n, --namespace=<value> License package namespace. Requires --license. Cannot be combined with --definition-file.
124
125
-o, --target-org=<value> (required) Username or alias of the target org.
125
-
-q, --quantity=<value> Number of licenses to provision.
126
+
-q, --quantity=<value> Number of licenses to provision. Requires --license. Cannot be combined with --definition-file.
126
127
--api-version=<value> Override the api version used for api requests made by this command.
127
128
128
129
GLOBAL FLAGS
@@ -134,41 +135,33 @@ DESCRIPTION
134
135
135
136
There are two ways to run this command. You can provide the information to identify a single PSL via command line flags, or provision multiple PSLs in a single call by supplying a JSON formatted file.
136
137
137
-
See <Add URL Here> for the format and options contained within the JSON file.
138
+
The JSON definition file must contain a top-level `licenses` array. Each entry supports the following fields:
138
139
139
-
EXAMPLES
140
-
Provision a single Permission Set License into an org:
0 commit comments