Community Tip - Did you get called away in the middle of writing a post? Don't worry you can find your unfinished post later in the Drafts section of your profile page. 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