5.8 List

The List command outputs information based on the input option. A single execution of the list command can only take one option at a time. The options available for the list command are: DeviceTypes, Devkits, Servers, Environments, Environments [envname], Families, Releases, Releases[origin], Platforms. This command may be used without connecting to a server.

Usage

List {DeviceTypes | Devkits | Servers | Environments | Environments [envname] | Families | Releases | Releases[origin] | Platforms}

Example
ndicmd /i /gs List Environments
Options
  • DeviceTypes - Displays the types of devices that are visible to NDICmd, such as Wii U or 3DS.
  • Devkits - Displays a list of development kits on the local network.
  • Servers - Displays all servers that are visible to NDICmd, including name and type of server.
  • Environments (optionally, Environments envname)  - Displays a list of all environments installed to the system, including name, system location, and installed SDKs. If the optional envname parameter is specified, all releases installed to the environment specified by envname are displayed instead.
  • Families - Displays a list of all Families in the current environment, based on the current Global State.
  • Releases - Displays a list of all Releases in the current environment, based on the current Global State.
  • Releases[origin] - Displays a list of all Releases on a given server, indicated by origin. If an origin is not specified, server is the default origin. Origin may be either one of the following.
    • Local: If local is specified, a list of all releases currently installed on the system is returned. (For example, "ndicmd /i /gs List Releases local".)
    • Server: If server is specified, a list of all releases available on the currently connected server (as indicated by the current Global State) is returned, including which Environments they are installed in, if any. (For example, "ndicmd /i /gs List Releases server".)
  • Platforms - Displays a list of all device platforms available, based on the current Global State.
  • Bundles - Displays a list of all bundles available, based on the Global State.

 


CONFIDENTIAL