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.
125
125
-o, --target-org=<value> (required) Username or alias of the target org.
126
-
-q, --quantity=<value> Number of licenses to provision.
127
-
-s, --start-date=<value> License start date in YYYY-MM-DD format. Defaults to today.
126
+
-q, --quantity=<value> Number of licenses to provision. Requires --license. Cannot be combined with --definition-file.
128
127
--api-version=<value> Override the api version used for api requests made by this command.
129
128
130
129
GLOBAL FLAGS
@@ -136,41 +135,33 @@ DESCRIPTION
136
135
137
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.
138
137
139
-
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:
140
139
141
-
EXAMPLES
142
-
Provision a single Permission Set License into an org:
0 commit comments