Skip to content
This repository was archived by the owner on Oct 7, 2025. It is now read-only.

Latest commit

 

History

History
15 lines (9 loc) · 386 Bytes

File metadata and controls

15 lines (9 loc) · 386 Bytes

Cloud Foundry CLI Completion for bash

Recent versions of cf cli seem to have broken the old completion provided by pivotal.

Instructions

source cf_complete.sh from your .bashrc

source ~/src/cf_completion/cf_complete.sh

TODO

  • Add completion handling for more subcommands

BUGS

  • Won't gracefully handle orgs and spaces which have whitespace in the name.