mattmcnabb / OneLogin

A PowerShell module for automating components of a OneLogin account
7 stars 3 forks source link

Change the naming from Verb-OneLoginResource to Verb-OLResource #60

Open ThePoShWolf opened 4 years ago

ThePoShWolf commented 4 years ago

@mattmcnabb thoughts on switching the command naming from Verb-OneLoginResource to Verb-OLResource? I would also export aliases for the original names and this would happen with a version bump.

For example:

Get-OneLoginUser

Would become:

Get-OLUser