entitlement-package
This topic describes the verb, command-line arguments, and API parameters available for the entitlement-package noun in the BMC Cloud Lifecycle Management SDK.
list
Use entitlement-package-list from the command line to list available entitlement packages.
Use entitlement_package_list in the API to list available entitlement packages. This command returns a list of EntitlementPackage API objects with the same attributes and relationships.
obj.guid # returns the GUID
obj.name # returns the name
...
Command-line argument | API parameter | Description | Required? |
|---|---|---|---|
-l |
| List all fields. This parameter does not need a value. |
|
-u |
| List only GUIDs. This parameter does not need a value. |
|
-n |
| List only names. This parameter does not need a value. |
|
-s |
| List GUIDs, names, and status (if applicable). This parameter does not need a value. |
|
-k |
| List the field names specified as the value for this parameter. |
|
| gcac | GenericCloudAPIClient instance/user authentication. |
|