BuildMasterAutomation

0.8.0

The BuildMasterAutomation module is a PowerShell module for working with BuildMaster web APIs. BuildMaster is an application deployment automation tool by Inedo software. This module wraps its web APIs in a PowerShell interface. It allows you to read and create applications, releases, packages, etc. If this module doesn't have a function for a specific API endpoint, i
The BuildMasterAutomation module is a PowerShell module for working with BuildMaster web APIs. BuildMaster is an application deployment automation tool by Inedo software. This module wraps its web APIs in a PowerShell interface. It allows you to read and create applications, releases, packages, etc. If this module doesn't have a function for a specific API endpoint, it has generic `Invoke-BMRestMethod` and `Invoke-BMNativeApimethod` functions that take the pain out of creating the proper web requests.
Show more

Installation Options

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

Install-Module -Name BuildMasterAutomation -RequiredVersion 0.8.0

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

Install-PSResource -Name BuildMasterAutomation -Version 0.8.0

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 - 2019 WebMD Health Services. All rights reserved.

Package Details

Author(s)

  • WebMD Health Services

Tags

buildmaster inedo devops automation pipeline deploy

Functions

Add-BMObjectParameter Disable-BMApplication Disable-BMEnvironment Enable-BMEnvironment Get-BMApplication Get-BMApplicationGroup Get-BMDeployment Get-BMEnvironment Get-BMRelease Get-BMPackage Get-BMPipeline Get-BMServer Get-BMServerRole Get-BMVariable Invoke-BMNativeApiMethod Invoke-BMRestMethod New-BMApplication New-BMEnvironment New-BMPipeline New-BMRelease New-BMPackage New-BMSession New-BMServer New-BMServerRole Publish-BMReleasePackage Remove-BMServer Remove-BMServerRole Remove-BMVariable Set-BMRelease Set-BMVariable Stop-BMRelease

Dependencies

This module has no dependencies.

Release Notes

* Added support for BuildMaster 6.1.17. Fixed an issue where environments created with `New-BMEnvironment` are disabled/inactive in that version.
* Added `Inactive` switch to `New-BMEnvironment` to create inactive/disabled environments. The default is to create active/enabled environments.

FileList

Version History

Version Downloads Last updated
4.0.0 40 11/17/2023
3.2.0 157 10/19/2023
3.1.0 558 7/21/2023
3.0.1 68 11/17/2022
3.0.0 18 11/9/2022
2.0.1 7 11/15/2022
2.0.0 11 11/7/2022
1.0.1 319 8/3/2021
1.0.0 26 8/3/2021
0.9.0 281 2/12/2020
0.8.0 (current version) 118 10/31/2019
0.7.1 116 7/8/2019
0.7.0 30 7/5/2019
0.6.0 9,194 11/30/2018
0.5.0 3,684 9/14/2018
0.4.0 151 11/1/2017
0.2.1 78 7/14/2017
0.2.0 400 6/23/2017
0.1.0 34 6/23/2017
Show less