Community Tip - You can Bookmark boards, posts or articles that you'd like to access again easily! X
Hello, guys.
Is there a way to get the local path of a sandbox based solely on the Configuration Path of the project? I know about the si sandboxes command but this returns the project name, not the configuration path of the project.
Thanks is advance.
Solved! Go to Solution.
Hi,
the "si sandboxes" command only lists all registered sandboxes for the current user (since I10.6 it also lists the according project, but not the config path).
Take the results from "si sandboxes" and use
"si sandboxinfo --sandbox=<sandbox>"
this gives you some detailed information about the sandbox, including the referenced config path
See the CLI API pdf file for further details
HTH Matthias
Hi,
the "si sandboxes" command only lists all registered sandboxes for the current user (since I10.6 it also lists the according project, but not the config path).
Take the results from "si sandboxes" and use
"si sandboxinfo --sandbox=<sandbox>"
this gives you some detailed information about the sandbox, including the referenced config path
See the CLI API pdf file for further details
HTH Matthias