summaryrefslogtreecommitdiff
path: root/tools/heat.bash_completion
Commit message (Collapse)AuthorAgeFilesLines
* Append extra space after command in bash_completiontanlin2014-06-111-1/+1
| | | | | | | | | | | | Unlike NovaClient or other Clients in OpenStack, there is no space append after command in Heat Client. That means if I try to run 'heat stack-delete', I have to manually append the space and then append the thing I want to delete. This correction will help Heat Client to be more convenient for operators. Change-Id: I229653f0a1ecc2794cdb8006c22a70882084d7e1
* Enable default in bash completionThomas Herve2014-02-061-1/+1
| | | | | | | This adds default options to bash completion, allowing to put filenames after options like --template-file. Change-Id: I8881028186f26d8fccb611daabf92ba028ca41a8
* Supports bash_completion for heatclientZhiQiang Fan2013-12-161-0/+27
bash_completion feature can improve CLI user experience, projects like nova, keystone, and cinder already support it. NOTE: this patch just provides simple functionality, which means cache for IDs and names is not used (like nova). Closes-Bug: #1260939 Change-Id: I327e884e1c5907c9ff6f31131c70aee659cca58e