https://github.com/adbertram/PowerTrello
PowerTrello is a PowerShell module for interacting with the Trello web service.
https://github.com/adbertram/PowerTrello
Last synced: over 1 year ago
JSON representation
PowerTrello is a PowerShell module for interacting with the Trello web service.
- Host: GitHub
- URL: https://github.com/adbertram/PowerTrello
- Owner: adbertram
- Created: 2015-11-29T17:14:42.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2023-12-04T12:00:31.000Z (over 2 years ago)
- Last Synced: 2024-07-31T19:46:14.302Z (almost 2 years ago)
- Language: PowerShell
- Size: 113 KB
- Stars: 53
- Watchers: 7
- Forks: 27
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PowerTrello
[](https://ci.appveyor.com/project/adbertram/powertrello)
PowerTrello is a PowerShell module for interacting with the Trello web service.
## How to Use
1. Sign up for an API key and secret for your Trello subscription [here](https://trello.com/app-key).
2. Open up your PowerShell console as administrator.
3. Download the PowerTrello module from the PowerShell Gallery.
`Install-Module PowerTrello`
4. Retrieve and save a token from Trello.
1. Run `Set-TrelloAccessToken -ApiKey MYAPIKEY`
2. Follow the on-screen instructions.
5. 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.