I have Azure DevOps Server v2019.Update1.1 and I want use tfssecurity
cli to create new groups in the project (because graph api is not available for on-premise yet)
To do so I need scope
parameter which will identify project. From documentation: "Specifies the URI of the project for which you want to display groups. To obtain the URI for a project, open Team Explorer, right-click the project, click Properties, and copy the entire entry for URL"
From google results it looks like "vstfs:///Classification/TeamProject/6868ab48-73f8-499d-b4c5-bb743f68ad87"
Is there a way to get that value programatically via cli or api?