cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Did you know you can set a signature that will be added to all your posts? Set it here! X

Get the sandbox location based on Configuration Path

oostoia
1-Newbie

Get the sandbox location based on Configuration Path

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.

1 ACCEPTED SOLUTION

Accepted Solutions
mrump
14-Alexandrite
(To:oostoia)

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

View solution in original post

2 REPLIES 2
mrump
14-Alexandrite
(To:oostoia)

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

oostoia
1-Newbie
(To:mrump)

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

Top Tags