Cmdlets for Bitbucket

Build 24.0.9060

Select-Bitbucket Cmdlet

Parameters   Output Objects  

Searches Bitbucket data.

Syntax

Select-Bitbucket [parameters]

Remarks

The Select-Bitbucket cmdlet allows you to use a syntax similar to SQL SELECT statements to search Bitbucket data.

$conn = Connect-Bitbucket -Workspace 'myworkspaceslug' -Schema 'Information'
Select-Bitbucket -Connection $conn -Table "Issues" -Columns @("Title","ContentRaw") -Where "ContentRaw='Bug'"

Copyright (c) 2024 CData Software, Inc. - All rights reserved.
Build 24.0.9060