Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 519 Bytes

bash_completion.md

File metadata and controls

12 lines (9 loc) · 519 Bytes

Running the completion command

appsody completion > "your-directory"/appsody
Linux

  1. On a current Linux OS (in a non-minimal installation), bash completion should be available.
  2. Place the completion script generated above in your bash completions directory.

Mac

  1. Install bash completions if need be with brew or MacPorts
  2. Make sure to update your ~/.bash_profile as instructed
  3. Put the output of 'appsody completion' into your bash completions directory e.g. /usr/local/etc/bash_completion.d/