BuildMasterAutomation

0.2.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.2.0

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

Install-PSResource -Name BuildMasterAutomation -Version 0.2.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 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 Get-BMApplication Get-BMRelease Get-BMPackage Invoke-BMNativeApiMethod Invoke-BMRestMethod New-BMApplication New-BMPipeline New-BMRelease New-BMPackage New-BMSession Publish-BMReleasePackage

Dependencies

This module has no dependencies.

Release Notes

* Renamed `Get-BMReleasePackage` to `Get-BMPackage`.
* Renamed `New-BMReleasePackage` to `New-BMPackage`.
* `Get-BMPackage` can now return packages for a specific release. Pass the release or release ID to the new `Release` parameter.
* Fixed: `Get-BMRelease` only filters by name only if getting a specific application's releases.
* `Get-BMRelease` now returns all releases when passed no parameters.
* `Get-BMApplication` no longer returns inactive/disabled applications. Use the `Force` switch to return active *and* inactive applications.
* Added `Disable-BMApplication` function for disabling/deactivating an application.

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 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 (current version) 400 6/23/2017
0.1.0 34 6/23/2017
Show less