sagcc get license-tools manifests output xml
Generates an existing license manifest file in XML format.
Syntax
Command Central syntax:
sagcc get license-tools manifests manifestAlias --output-format xml
--output filename.xml[options]
Not supported on
Platform Manager.
Arguments and Options
Argument or Option | Description |
manifestAlias | Required. The alias of the license manifest for which to generate an XML file. |
--output-format xml | Required. Specifies that the output is generated in XML format. |
--output-filename.xml | Required. Specifies a name for the output XML file. For more information, see
output. |
[options] | Optional. The command allows all options supported by the Command Line Interface. For a description of the options, see
Common Options. |
Example When Executing on Command Central
To generate an XML file, named manifest1.xml, for a license manifest with alias “Alias1”:
sagcc get license-tools manifests alias1 --output-format xml
--output manifest1.xml