brooklyncentral / brooklyn-bash-completion

A Bash auto-completion script for the br command
Apache License 2.0
0 stars 1 forks source link

brooklyn-bash-completion

A Bash auto-completion script for the br command.

Copy the br file to your /etc/bash_completion.d directory (or local equivalent) to enable auto-completion of Brooklyn CLI commands.

Currently supported completions:

Getting Started

Install the script using the following commands:

% wget https://raw.githubusercontent.com/brooklyncentral/brooklyn-bash-completion/master/br
% sudo mv br /etc/bash_completion.d/br
% . /etc/bash_completion.d/br