Skip to main content
1-Visitor
March 24, 2015
Solved

Get the sandbox location based on Configuration Path

  • March 24, 2015
  • 1 reply
  • 2269 views

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.

    Best answer by mrump

    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

    1 reply

    mrump16-PearlAnswer
    16-Pearl
    March 24, 2015

    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

    oostoia1-VisitorAuthor
    1-Visitor
    March 24, 2015

    Thanks, Matthias Rump‌ . This should do the job.