Skip to main content
15-Moonstone
October 7, 2021
Solved

View Development path without creating a sandbox

  • October 7, 2021
  • 1 reply
  • 1648 views

Hi,

is there a way to view a development path without creating a (variant) sandbox?

I know that we can view a project revision - it can also be on a development path.

But this is not the top of the development path.

Any ideas?

Best answer by ssaul

To answer my own question:

I got this info/solution from PTC support:

You can view a specific project on a specific developmentpath via the top menu:
    Project > Open Project > Select or type in the desired Project 
    > Next > Select Variant and choose the desired Variant
    > Next > Confirm your Selection > Finish
Or via CLI:
    si viewproject --project=<Path/to/project/project.pj> --devpath=<devpath name>
Note: using the additional parameter --gui for the CLI will open the graphical view as well.

 

1 reply

ssaul15-MoonstoneAuthorAnswer
15-Moonstone
October 22, 2021

To answer my own question:

I got this info/solution from PTC support:

You can view a specific project on a specific developmentpath via the top menu:
    Project > Open Project > Select or type in the desired Project 
    > Next > Select Variant and choose the desired Variant
    > Next > Confirm your Selection > Finish
Or via CLI:
    si viewproject --project=<Path/to/project/project.pj> --devpath=<devpath name>
Note: using the additional parameter --gui for the CLI will open the graphical view as well.