Cmdlets for Trello

Build 23.0.8839

Select-Trello Cmdlet

Parameters   Output Objects  

Trello データを検索します。

Syntax

Select-Trello [parameters]

Remarks

Select-Trello コマンドレットを使って、SQL SELECT ステートメントに似た構文を用いてTrello データを検索できます。

$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 23.0.8839