CLI Reference > Configuration Management Commands > si viewnonmembers
  
si viewnonmembers
displays non-members in a Sandbox
Synopsis
si viewnonmembers [--[no|confirm]includeFormers] [--exclude=file:pattern,dir:pattern...] [--include=file:pattern,dir:pattern...] [--fields=field1[:width1],field2[:width2]...] [-R|--[no|confirm]recurse] [-S|--sandbox=value] [--[no]failOnAmbiguousProject] [--hostname=server] [--port=number] [--password=password] [--user=name] [(-?|--usage)] [(-Ffile|--selectionFile=file)] [(-N|--no)] [(-Y|--yes)] [--[no]batch] [--cwd=directory] [--forceConfirm=[yes|no]] [(-g|--gui)] [--quiet] [--settingsUI=[gui|default]] [--status=[none|gui|default]] nonmember...
Description
si viewnonmembers displays non-members in a Sandbox.
From Windchill RV&S, you can view non-member files existent in your Sandbox directory. The Non-Members view is useful when used recursively to identify all of the files that need to be placed under source control. By default, former members are not displayed in the Non-Members view.
The Non-Members view does not display files that are:
deferred imported members
deferred add members from archive
pending members (add, add from archive, import)
working files from members that have been renamed but not resynchronized
Non-members can only be viewed in a Sandbox context, and not from any project view operation.
Options
This command takes the universal options available to all si commands, as well as some general options. See the options reference page for descriptions.
--[no|confirm]includeFormers
specifies if to include members that have been dropped from the project, but where there still exists a working file in the Sandbox directory..
--exclude=file:pattern,dir:pattern...
specifies a file that contains a glob pattern for excluding members.
--include=file:pattern,dir:pattern...
specifies a file that contains a glob pattern for including members.
--fields=field1[:width1],field2[:width2]...
allows you to select fields to be displayed, specified in the format field1[:width1],field2[:width2].... Specifying the column [:width] (in pixels) for each field is optional - widths are only available with the -g or --gui options.
The fields available for printing can be one or more of the following:
absolutepath
displays the absolute file path of the file.
closestproject
displays the project associated with the Sandbox that is closest to the directory containing the file.
closestsandbox
displays the Sandbox that is closest to the directory containing the file.
lastmodified
displays the date that the file was last modified.
memberid
displays the default member name for the file as it would appear if it was added to the nearest project. In the case where the nearest project is subproject, the relative path is displayed with the member name.
size
displays the size of the file in bytes.
symboliclink
specifies whether the member is a symbolic link file member.
nonmember...
identifies nonmembers to display; use spaces to specify more than one change package.
Diagnostics
See the diagnostics reference page for possible exit status values.
Preferences
Using si setprefs or si viewprefs, you are able to set or view the preference keys for this command.
See Also
Commands:
si viewsandbox, si viewsproject, si add
Miscellaneous:
ACL, diagnostics, options, preferences