Cmdlets for Trello

Build 24.0.9060

Select-Trello Cmdlet

Parameters   Output Objects  

Searches Trello data.

Syntax

Select-Trello [parameters]

Remarks

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

$conn = Connect-Trello -APIKey "myApiKey" -Token="myGeneratedToken"
Select-Trello -Connection $conn -Table "Cards" -Columns @("Name","ListId") -Where "CardId='614060b2c37da423f30dc7d6'"

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