Link: Aptible-CLI Plugin by Frederick888 · Pull Request #5809 · ohmyzsh/ohmyzsh · GitHub
In addition to commands/arguments completion, it can also give you hints about APP/ENVIRONMENT/DATABASE names.
And to accelerate the procedure, it uses /tmp/aptible_apps_zsh_cache
& /tmp/aptible_envs_zsh_cache
& aptible_dbs_zsh_cache
as caches. The caches will automatically expire after 1 day. To manually clear the caches, there’s a command alias aptible-zsh-clear
for you.
Cheers