app list - 2022.1 English

Vitis Unified Software Platform Documentation: Embedded Software Development (UG1400)

Document ID
UG1400
Release Date
2022-04-26
Version
2022.1 English

List applications

Syntax

app list 

List all applications for in the workspace.

Options

Option Description
-dict List all the applications for the workspace in TCL dictionary format. Without this option, applications are listed in tabular format.

Returns

List of applications in the workspace. If no applications exist, "No application exist" string is returned.

Example(s)

app list

Lists all the applications in the workspace in tabular format.

app list -dict

Lists all the applications in the workspace in TCL dictionary format.