add support for tab completing stack names found in the path:
will list all the available stacks in the path.
to do this, we need to create a simple shell-completion script that dynamically gets all the available stacks in the path and put it in a globally accessible location:
$ sudo cp envstack_completion.bash /etc/bash_completion.d/envstack
add support for tab completing stack names found in the path:
will list all the available stacks in the path.
to do this, we need to create a simple shell-completion script that dynamically gets all the available stacks in the path and put it in a globally accessible location: