CLI Reference > Configuration Management Commands > si viewdroppedmembers
  
si viewdroppedmembers
displays a list of dropped members from a project
Synopsis
si viewdroppedmembers [--fields=member name, member archive name, project name] [(-P project|--project=project)] [(-S sandbox|--sandbox=sandbox)] [--devpath=path] [--[no]failOnAmbiguousProject=value] [(-g|--gui)]
Description
si viewdroppedmembers is a command that lists all the members that have been dropped from the specified project. If you do not specify any fields, then the command displays only the member name and the member archive name.
si viewdroppedmembers --project=/ProjectA/project.pj
displays
<Member name> <Archive name>
devpathMem2.txt /ProjectA/mem1.txt
si viewdroppedmembers --project=/ProjectA/project.pj  --fields=membername,memberarchive,project
displays
<Member name>   <Archive name>       <Project>
devpathMem2.txt /ProjectA/mem1.txt /ProjectA/project.pj
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.
-P/--project
indicates the project for which the list of dropped members should be listed
--fields
specifies the output — if this option is not used, then only the member name and archive name are displayed. If --fields=membername,project is specified, then the member name and project name of the member is displayed.
Diagnostics
See the diagnostics reference page for possible exit status values.
See Also
si addmemberfromarchive