Community Tip - Need to share some code when posting a question or reply? Make sure to use the "Insert code sample" menu option. Learn more! X
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?
Solved! Go to Solution.
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.
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.