getprojects
Get projects from the workspace.
Syntax
getprojects [OPTIONS]
Get hw/bsp/application projects or all projects from the workspace.
Options
Option | Description |
---|---|
-type <project-type> | <project-type> can be "all", "hw", "bsp" or "app" Default type is all. |
Returns
List of all the projects of type <project-type>
in the workspace.
Example(s)
getprojects
Return the list of all the projects available in the current workspace.
getprojects -type hw
Return the list of hardware projects.