MZ
PowerShell auto-completion for awscli
awscli tab-completion for PowerShell
Minimum PowerShell version: PowerShell 5.1
Installation from PowerShell Gallery:
Install-Module -Name AWSCompleter
Features and Usage:
Import module and register completions as shown below.
After registering tab-completion, use Tab to complete awscli commands.
Import-Module AWSCompleter
Register-AWSCompleterLicence:
Apache-2.0
Release Notes:
Largely stable but PRs and Issues are welcome.
Known Issues:
- If you run this on PowerShell Core in Linux you may need to upgrade
PSReadlineto version 2.0.1.