CrayonGroup / CloudiQ.PowerShell

A PowerShell module for managing Cloud-iQ, to help automate licensing and reporting.
https://crayongroup.github.io/CloudiQ.PowerShell/
GNU General Public License v3.0
4 stars 0 forks source link

Add alias for existing cmdlets #8

Closed roberthstrand closed 3 years ago

roberthstrand commented 3 years ago

Connect-CloudiQ ciq Get-CloudiQOrganization giqo Get-CloudiQSubscription giqs Set-CloudiQSubscription siqs

roberthstrand commented 3 years ago

Changed with the logic that aliases should start with ciq to reflect Cloud-iQ and the first letter of the verb and the noun of the function.

Connect-CloudiQ ciqc Get-CloudiQOrganization ciqgo Get-CloudiQSubscription ciqgs Set-CloudiQSubscription ciqss