Ask Your Question
2

How can I utilize PowerShell to retrieve a folder from the Artifactory repository?

asked 2023-06-25 05:17:30 +0000

lalupa gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2023-06-25 05:28:02 +0000

pufferfish gravatar image

To retrieve a folder from the Artifactory repository using PowerShell, you can use the following command:

Invoke-RestMethod -Method Get -Uri "https://artifactory-url/api/storage/folder-path?list&deep=1" -Headers @{Authorization="Bearer YOUR_API_KEY"}

Replace "https://artifactory-url" and "folder-path" with the appropriate Artifactory URL and folder path.

Replace "YOURAPIKEY" with your Artifactory API key.

This command will return a JSON object containing information about the folder and its contents.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2023-06-25 05:17:30 +0000

Seen: 7 times

Last updated: Jun 25 '23