You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 28, 2026. It is now read-only.
For the ultra lazy like myself, it would be great to be able to autocomplete.
I don't have a windows box currently so I can't create a powershell demo but I created a bash demo, it can be found in this gist (setup instructions in readme).
The following would then be possible:
$ psa <tab><tab>
bounce flush kill purge start stop
configure help list restart status
$ psa r<tab>
$ psa restart <tab><tab>
app prcs web
What are the thoughts on adding something like this?