Advertisement
Guest User

Untitled

a guest
Sep 1st, 2016
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.12 KB | None | 0 0
  1. si locate –hostname=%mks_Hostname% --port=%msk_Port% --user=%mks_User% --depth=all --devpathscope=all --exactmatch --listfields=devpath,name,project,checkpoints,dates --memberbyname="%Filename%"
  2.  
  3. Usage: si locate options... current or former member/subproject; options are:
  4. --[no]casesensitive Make search case sensitive (default is --nocasesensitive for case insensitive servers)
  5. --depth=[current|build|all] How much historical data should be encompassed in the search
  6. --devpathscope=[this|others|all] Which devpaths should be encompassed in the search
  7. --distinct=[project|devpath|registeredproject] In distinct mode, what output should be displayed
  8. --[no]exactmatch Match search string exactly (default is --noexactmatch)
  9. --height=value The height in pixels of the windows
  10. --[no]limittoactivepaths Limit search to active projects
  11. --listfields=field1[:width1],field2[:width2]... where fieldn can be any of: checkpoints,configPath,dates,devpath,flatPath,name,project,registeredproject,revisions
  12. --memberbyname=value The search string for Locate member by name
  13. --mode=[distinct|list] Output mode
  14. --numberofresults=value The maximum number of results to return
  15. --projectscope=[this|others|all] Which projects should be encompassed in the search
  16. -r value lookup a single revision (for members)
  17. --revision=value lookup a single revision (for members)
  18. --subprojectbyname=value The search string for Locate subproject by name
  19. --width=value The width in pixels of the windows
  20. -x value The x location in pixels of the window
  21. -y value The y location in pixels of the window
  22. --devpath=value The development path (to refer variant projects)
  23. --[no]failOnAmbiguousProject Whether to abort when multiple projects correspond to a flat project string.
  24. -P value The name of the target project
  25. --project=value The name of the target project
  26. --projectRevision=value The project revision (to refer build projects)
  27. -S value The name of the sandbox (can be used as project redirector)
  28. --sandbox=value The name of the sandbox (can be used as project redirector)
  29. -? Shows the usage for a command
  30. --[no]batch Control batch mode (no user interaction in batch mode)
  31. --cwd=value Act as if command executed in specified directory
  32. --forceConfirm=[yes|no] Specify an answer to all confirmation questions
  33. -g User interaction should happen via the GUI
  34. --gui User interaction should happen via the GUI
  35. --hostname=value Hostname of server
  36. -N Responds to all confirmations with "no"
  37. --no Responds to all confirmations with "no"
  38. --password=value Credentials (e.g., password) to login with
  39. --port=value TCP/IP port number of server
  40. --quiet Control status display
  41. --settingsUI=[gui|default] Control UI for command options
  42. --status=[none|gui|default] Control status display
  43. --usage Shows the usage for a command
  44. --user=value Username to login to server with
  45. -Y Responds to all confirmations with "yes"
  46. --yes Responds to all confirmations with "yes"
  47.  
  48. si locate filename
  49.  
  50. c:>my_sandboxesprjAsrc>si locate main.c
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement