Search code examples
repositorymksmks-integrity

MKS How to list all members with their revision number on a devpath


I am familiar with the MKS CLI, namely the si field, however I have a tough time honing in on the right command to get the information I need.

I am wanting to write a command against an MKS repository with

  • The devpath name
  • The rev number of that dev path

And the output to be

  • A list of all the members of that dev path
  • With each member, the specific rev of that member for that devpath rev.

I have a feeling si rlog ... can do this, but I can't figure out the right commands.


Solution

  • si viewproject --project=? --devpath=? should give you what you want.