orbit info
NAME
info - display information about a project
SYNOPSIS
orbit info [options] [<project>]
DESCRIPTION
Displays various bits of information about a particular project. If no project is provided, then it displays information related to the local project.
To display manifest information, no additional options are required.
To display the available cores within the project, use the --units
option.
For non-local projects, its protected and private design units are hidden
from the results. To display design units of all visibility levels the --all
option must also be present.
To display the known versions for a project, use the --versions
option.
OPTIONS
<project>
Project id specification
--versions, -v
Display the list of known versions
--units, -u
Display the cores for this project
--all, -a
Include any private or hidden results
EXAMPLES
orbit info --units
orbit info gates:1.0.0 -u --all
orbit info gates --versions
orbit info gates:1 -v