/BitbucketPS

PowerShell module to interact with Atlassian Bitbucket

Primary LanguagePowerShellGNU General Public License v3.0GPL-3.0

SEMI FUNCTIONAL STATE!!!!

Import module with the PSM1 was having issues with PSD1

PSBitBucket

PSBitBucket is a Windows PowerShell module to interact with Atlassian bitbucket via a REST API, while maintaining a consistent PowerShell look and feel.


Project update: November 2016


Requirements

This module has a hard dependency on PowerShell 3.0. I have no plans to release a version compatible with PowerShell 2, as I rely heavily on several cmdlets and features added in version 3.0.

Getting Started

Before using PSBitBucket, you'll need to define your bitbucket server URL. You will only need to do this once:

Set-BitBucketConfigServer "https://bitbucket.example.com"

Contact

Feel free to comment on this project here on GitHub using the issues or discussion pages. You can also check out my blog or catch me on reddit.

Note: As with all community PowerShell modules and code, you use PSBitBucket at your own risk. I am not responsible if your bitbucket instance causes a fire in your datacenter (literal or otherwise).