Brownserve.PSTools
0.12.0
See the version list below for details.
dotnet add package Brownserve.PSTools --version 0.12.0
NuGet\Install-Package Brownserve.PSTools -Version 0.12.0
<PackageReference Include="Brownserve.PSTools" Version="0.12.0" />
paket add Brownserve.PSTools --version 0.12.0
#r "nuget: Brownserve.PSTools, 0.12.0"
// Install Brownserve.PSTools as a Cake Addin #addin nuget:?package=Brownserve.PSTools&version=0.12.0 // Install Brownserve.PSTools as a Cake Tool #tool nuget:?package=Brownserve.PSTools&version=0.12.0
Brownserve.PSTools
A collection of PowerShell tools that are used across various Brownserve projects to aid in CI/CD deployments and give an easy to maintain common codebase.
The tools are packaged as both a NuGet package and PSGallery PowerShell module for easy consumption across a wide variety of projects.
What's included?
There are various cmdlets/functions that perform a plethora of different tasks, from manipulating changelogs to invoking Terraform plans.
For a full list see the module documentation
How to use
These tools have been designed for use within Brownserve projects and may have limited use outside of that, however should you wish to include them in your own project take a look at our guide
Contributing
Pull requests are welcome but please do bear in mind that these tools are designed specifically to work in our projects and are used in our production CI/CD pipelines, therefore we may not be able to accommodate all requests.
For details on how to contribute check our documentation
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
0.16.0-preview | 1,234 | 9/9/2023 |
0.15.0 | 1,580 | 8/10/2023 |
0.14.0 | 1,511 | 7/29/2023 |
0.13.1 | 1,458 | 7/23/2023 |
0.13.0 | 1,380 | 7/22/2023 |
0.12.0 | 1,527 | 6/4/2023 |
0.11.0 | 1,287 | 4/19/2023 |
0.10.1 | 1,428 | 4/13/2023 |
0.10.0 | 1,408 | 4/13/2023 |
0.9.0 | 1,402 | 3/27/2023 |
0.8.2 | 1,689 | 2/21/2022 |
0.8.1 | 1,725 | 2/21/2022 |
0.8.0 | 1,674 | 2/20/2022 |
0.7.0 | 1,505 | 12/7/2021 |
0.6.0 | 1,398 | 12/7/2021 |
0.5.3 | 1,512 | 11/19/2021 |
0.5.2 | 1,480 | 11/18/2021 |
0.5.1 | 1,412 | 11/18/2021 |
0.5.0 | 1,578 | 11/17/2021 |
0.4.1 | 1,558 | 11/17/2021 |
0.4.0 | 1,685 | 11/15/2021 |
0.3.0 | 1,804 | 10/12/2021 |
0.2.1 | 1,544 | 10/6/2021 |
0.2.0 | 1,596 | 10/6/2021 |
0.1.1 | 1,603 | 10/5/2021 |
0.1.0 | 1,489 | 10/5/2021 |
0.1.0-test | 1,508 | 10/4/2021 |
0.1.0-rev | 1,612 | 10/4/2021 |
0.1.0-dev | 1,617 | 10/4/2021 |
Features
Cmdlet updates/additions:
- Various new classes for handling data types
- Initialize-BrownserveRepository cmdlet which replaces the previous Initialize-BrownserveBuildRepo cmdlet
- New-BrownservePowerShellModuleBuild which allows for the quick creation of builds in repos.
- Assert-Command ensures a command is present in the current session
- ConvertTo-SortedHashtable converts a hashtable to one which is ordered alphabetically
- Tweak Invoke-NativeCommand to return the exit code
- Merge-Hashtable merges two hashtables together
- New-BrownserveTemporaryDirectory replaces New-BrownserveTempDirectory to be more consistent with our naming
- Read-ConfigurationFromFile allows storing complex default data in .json files
- Search-FileContent searches a file and returns any text between the two indicators
- Rework our help generation cmdlets to actually work
- ConvertTo-HTTPSRepoURL converts a ssh git repo URI to the HTTPS equivalent
- Various cmdlets for working with git
- Rename ConvertFrom-URI to Split-URI
Build/Test features:
- Updates the build/test scripts to use our new standard approach
- Updates the repo to be compatible with our new automated init/update approach
- Removed private cmdlet documentation, these will now be documented in the cmdlets themselves if required
Bugfixes
N/A
Known Issues
- This release renames a lot of our previously used cmdlets
- Private cmdlet documentation has been removed