PowerTrello is a PowerShell module for interacting with the Trello web service.
-
Sign up for an API key and secret for your Trello subscription here.
-
Open up your PowerShell console as administrator.
-
Download the PowerTrello module from the PowerShell Gallery.
Install-Module PowerTrello
-
Retrieve and save a token from Trello.
- Run
Set-TrelloAccessToken -ApiKey MYAPIKEY
- Follow the on-screen instructions.
- Run
-
Run any of the functions in the module to interact with your Trello boards. For example, just to ensure you can communicate with Trello, run the
Get-TrelloBoard
function. This function should return all of your Trello boards.