awslabs / aws-powershell-extensions

The extensions for AWS Tools for PowerShell provide workflow enhancements on top of the core AWSPowerShell module.
Apache License 2.0
23 stars 10 forks source link

Publish module to PowerShell Gallery #1

Open pcgeek86 opened 6 years ago

pcgeek86 commented 6 years ago

This PowerShell module should be published to the PowerShell Gallery automatically through a pipeline.

AWS customers should be able to install the module in Windows PowerShell or PowerShell Core Edition, using the following command:

Install-Module -Name AWSPowerShell.Extensions -Scope CurrentUser -Force
pcgeek86 commented 6 years ago

Microsoft Account established yesterday for this project.

CalebAlbers commented 5 years ago

Hey @pcgeek86, are there still plans to publish this module onto the PS Gallery?