sagcc list repository assets content
Lists the content of an asset repository from all available namespaces.
Syntax
Command Central syntax:
sagcc list repository assets content repoName [type=composite|asset] [options]
Not supported by Platform Manager.
Arguments and Options
Argument or Option | Description |
repoName | Required. The name of the asset repository from which to retrieve assets. |
[type=composite|asset] | Optional. Indicates which type of metadata to retrieve. type=composite - list metadata for composite assets type=asset - list metadata only for assets When type is not included, the default is type=composite |
[options] | Optional. The command allows all options supported by the Command Line Interface. For a description of the options, see
Common Options. |
Usage Notes
On Linux systems, to display non-ASCII characters correctly in the command results, you must set the encoding of the Linux command-line terminal to UTF-8.
Examples When Executing on Command Central
To list all composite assets from all namespaces in the repository with name “test_repo”:
sagcc list repository assets content test_repo
To list assets from all composite assets and all namespaces in the repository with name “test_repo”:
sagcc list repository assets content test_repo type=asset