Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Ohmyzsh | 162,517 | 1 | 5 | 4 days ago | 1 | December 07, 2014 | 598 | mit | Shell | |
🙃 A delightful community-driven (with 2,100+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, macOS, hub, docker, homebrew, node, php, python, etc), 140+ themes to spice up your morning, and an auto-update tool so that makes it easy to keep up with the latest updates from the community. | ||||||||||
Vuetify | 37,968 | 6,541 | 2,199 | 12 hours ago | 535 | July 25, 2023 | 739 | mit | TypeScript | |
🐉 Vue Component Framework | ||||||||||
Vim Plug | 30,869 | 6 months ago | 126 | mit | Vim Script | |||||
:hibiscus: Minimalist Vim Plugin Manager | ||||||||||
.tmux | 19,772 | a month ago | 42 | mit | ||||||
🇫🇷 Oh my tmux! My self-contained, pretty & versatile tmux configuration made with ❤️ | ||||||||||
Svgo | 19,619 | 281,763 | 4,005 | 10 hours ago | 95 | November 18, 2022 | 293 | mit | JavaScript | |
⚙️ Node.js tool for optimizing SVG files | ||||||||||
Asdf | 18,554 | 2 days ago | 145 | mit | Shell | |||||
Extendable version manager with support for Ruby, Node.js, Elixir, Erlang & more | ||||||||||
Nnn | 17,078 | 2 days ago | 20 | July 26, 2022 | 2 | bsd-2-clause | C | |||
n³ The unorthodox terminal file manager | ||||||||||
Oclif | 8,556 | 34 | 1,190 | 3 days ago | 309 | August 04, 2023 | 86 | mit | TypeScript | |
CLI for generating, building, and releasing oclif CLIs. Built by Salesforce. | ||||||||||
Tiddlywiki5 | 7,477 | 43 | 17 | 2 days ago | 65 | July 01, 2023 | 1,265 | other | JavaScript | |
A self-contained JavaScript wiki for the browser, Node.js, AWS Lambda etc. | ||||||||||
Berry | 6,611 | 6 | 320 | 2 days ago | 128 | July 02, 2023 | 608 | bsd-2-clause | TypeScript | |
📦🐈 Active development trunk for Yarn ⚒ |
The official command line client for Cloud Foundry.
View the latest help for The v8 CLI -OR- The v7 CLI -OR- The v6 CLI, or run cf help -a
to view the help for all commands available in your currently installed version.
CF CLI Binary Download Server's uptime:
Sections: Getting Started | Download | Known Issues | Bugs/Feature Requests | Plugin Development | Contributing
Download and install the cf CLI from the Downloads Section for either the v8 cf CLI or the v7 cf CLI or the v6 cf CLI.
Once installed, you can log in and push an app. There are now three supported versions of the cf CLI:
View our CLI v6 & v7 & v8 Versioning and Support Policy documentation.
If you have any questions, ask away on the #cli channel in our Slack
community and the
cf-dev
mailing list, or open a GitHub issue.
You can follow our development progress
on Core CF CLI Pivotal Tracker.
Please read the contributors' guide
If you'd like to submit updated translations, please see the i18n README for instructions on how to submit an update.
Check out our community contributed CLI plugins to further enhance your CLI experience.
Note: For most up-to-date information in issues and workarounds please review the open and closed github issues
cf login
) do not hide the password properly from stdout (issue #1835). Please use an alternative command (non-interactive authentication cf auth
instead of cf login
) to work around this. Or, use the Windows cmd
command line.cf ssh
may not display correctly if the TERM
is not set. We've found that setting TERM
to msys
fixes some of these issues.cf ssh
will hang when run from the MINGW32 or MINGW64 shell. A workaround is to use PowerShell instead.login
/auth
without --skip-ssl-validation
.CF_TRACE=true
, -v
option or cf config --trace
) doesn't work well with some CLI plugin commands. Trace to file works fine. On Linux, CF_TRACE=/dev/stdout
works too. See this Diego-Enabler plugin issue for more information.cf push
must be in UTF-8 encoding for CLI to interpret correctly. (issue #281)stdout
, if that's an inconvenience you could set CF_RAISE_ERROR_ON_WARNINGS
and in that case warnings will be printed through the stderr
. See X-Cf-Warnings printed through stdout issue
First, update to the latest cli and try the command again.
If the error remains or feature still missing, check the open issues and if not already raised please file a new issue with the requested details.
The CF CLI supports external code execution via the plugins API. For more information follow:
When importing the plugin code use import "code.cloudfoundry.org/cli/plugin"
.
Older plugins that import github.com/cloudfoundry/cli/plugin
will still work
as long they vendor the plugins directory.