# cf_completion **Repository Path**: mirrors_vmware-archive/cf_completion ## Basic Information - **Project Name**: cf_completion - **Description**: Bash completion for the Cloud Foundry CLI - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-03-25 - **Last Updated**: 2026-05-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README cf_completion ============= Bash completion for the Cloud Foundry CLI prerequisites ============= * Ruby 1.9.x and above Usage ===== ``` gem install cf_completion echo "complete -C cf_completion cf" >> ~/.bash_profile source ~/.bash_profile ```