Bitbucket.v2

1.1.2

Provides cmdlets for obtaining Consumer Keys and Secrets, an Access Token and Refesh Token for a specfic Consumer and the option to Refresh a Token to be used with the Bitbucket API.

Minimum PowerShell version

5.0

Installation Options

Copy and Paste the following command to install this package using PowerShellGet More Info

Install-Module -Name Bitbucket.v2

Copy and Paste the following command to install this package using Microsoft.PowerShell.PSResourceGet More Info

Install-PSResource -Name Bitbucket.v2

You can deploy this package directly to Azure Automation. Note that deploying packages with dependencies will deploy all the dependencies to Azure Automation. Learn More

Manually download the .nupkg file to your system's default download location. Note that the file won't be unpacked, and won't include any dependencies. Learn More

Owners

Copyright

(c) 2017 Paul Towler and contributors. All rights reserved.

Package Details

Author(s)

  • Paul Towler

Tags

Bitbucket OAuth2 PowerShell

Functions

ConvertTo-Base64String Connect-Bitbucket Get-BitbucketKey New-BitbucketToken Update-BitbucketToken

Dependencies

This module has no dependencies.

Release Notes


## 1.1.2
* Fixed psm1 file and added Export-ModuleMember to exoort the functions

## 1.1.1
* Fixed release Notes

## 1.1.0
* Rewrote Module. Found I had a cached credential giving me a false positive.
* New modules: ConvertTo-Base64String, Connect-Bitbucket, Get-BitbucketKey, New-BitbucketToken & Update-BitbucketToken
* Removed modules: Get-BitbucketAuthCode, Get-Bitbucket
* Added Human mode to display nice output. Default is non-Human
       
## 1.0.0
* Updated functionality initially created by Yohan Belval https://www.powershellgallery.com/packages/Bitbucket/1.0.5
* Added the ability to get Consumer Keys and Secrets or an Access Token for a Consumer

FileList

Version History

Version Downloads Last updated
1.1.2 (current version) 1,423 10/7/2017
1.1.1 106 7/19/2017
1.1.0 26 7/19/2017
1.0.0 30 7/12/2017