github.com/loggregator/cli@v6.33.1-0.20180224010324-82334f081791+incompatible/README.md (about)

     1  <p align="center">
     2  <b><a href="#getting-started">Getting Started</a></b>
     3  |
     4  <b><a href="#downloads">Download</a></b>
     5  |
     6  <b><a href="#known-issues">Known Issues</a></b>
     7  |
     8  <b><a href="#filing-issues--feature-requests">Bugs/Feature Requests</a></b>
     9  |
    10  <b><a href="#plugin-development">Plugin Development</a></b>
    11  |
    12  <b><a href="#contributing--build-instructions">Contributing</a></b>
    13  </p>
    14  
    15  <img src="https://raw.githubusercontent.com/cloudfoundry/logos/master/CF_Icon_4-colour.png" alt="CF logo" height="100" align="left"/>
    16  
    17  # Cloud Foundry CLI
    18  
    19  [![GitHub version](https://badge.fury.io/gh/cloudfoundry%2Fcli.svg)](https://github.com/cloudfoundry/cli/releases/latest)
    20  [![Documentation](https://img.shields.io/badge/docs-online-ff69b4.svg)](https://docs.cloudfoundry.org/cf-cli)
    21  [![Command help pages](https://img.shields.io/badge/command-help-lightgrey.svg)](https://cli.cloudfoundry.org)
    22  [![Slack](https://slack.cloudfoundry.org/badge.svg)](https://slack.cloudfoundry.org)
    23  [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://github.com/cloudfoundry/cli/blob/master/LICENSE)
    24  
    25  ***Cloud Foundry CLI*** is the official command line client for [Cloud Foundry](https://cloudfoundry.org).
    26  Latest help of each command is [here](https://cli.cloudfoundry.org) (or run `cf help`);
    27  Further documentation is at the [docs page for the
    28  CLI](https://docs.cloudfoundry.org/cf-cli).
    29  
    30  If you have any questions, ask away on the #cli channel in [our Slack
    31  community](https://slack.cloudfoundry.org/) and the
    32  [cf-dev](https://lists.cloudfoundry.org/archives/list/cf-dev@lists.cloudfoundry.org/)
    33  mailing list, or [open a GitHub issue](https://github.com/cloudfoundry/cli/issues/new).  You can follow our development progress
    34  on [Pivotal Tracker](https://www.pivotaltracker.com/n/projects/892938).
    35  
    36  ## Getting Started
    37  
    38  Download and install the cf CLI from the [Downloads Section](#downloads).
    39  
    40  Once installed, you can log in and push an app.
    41  
    42  ![Example](.github/cf_example.gif)
    43  
    44  Check out our [community contributed CLI plugins](https://plugins.cloudfoundry.org) to further enhance your CLI experience.
    45  
    46  ## Downloads
    47  
    48  ### Installing using a package manager
    49  
    50  **Mac OS X** and **Linux** using [Homebrew](https://brew.sh/) via the [cloudfoundry tap](https://github.com/cloudfoundry/homebrew-tap):
    51  
    52  ```sh
    53  brew install cloudfoundry/tap/cf-cli
    54  ```
    55  
    56  **Debian** and **Ubuntu** based Linux distributions:
    57  
    58  ```sh
    59  # ...first add the Cloud Foundry Foundation public key and package repository to your system
    60  wget -q -O - https://packages.cloudfoundry.org/debian/cli.cloudfoundry.org.key | sudo apt-key add -
    61  echo "deb https://packages.cloudfoundry.org/debian stable main" | sudo tee /etc/apt/sources.list.d/cloudfoundry-cli.list
    62  # ...then, update your local package index, then finally install the cf CLI
    63  sudo apt-get update
    64  sudo apt-get install cf-cli
    65  ```
    66  
    67  **Enterprise Linux** and **Fedora** systems (RHEL6/CentOS6 and up):
    68  ```sh
    69  # ...first configure the Cloud Foundry Foundation package repository
    70  sudo wget -O /etc/yum.repos.d/cloudfoundry-cli.repo https://packages.cloudfoundry.org/fedora/cloudfoundry-cli.repo
    71  # ...then, install the cf CLI (which will also download and add the public key to your system)
    72  sudo yum install cf-cli
    73  ```
    74  
    75  ### Installers and compressed binaries
    76  
    77  | | Mac OS X 64 bit | Windows 64 bit | Linux 64 bit |
    78  | :---------------: | :---------------: |:---------------:| :------------:|
    79  | Installers | [pkg](https://packages.cloudfoundry.org/stable?release=macosx64&source=github) | [zip](https://packages.cloudfoundry.org/stable?release=windows64&source=github) | [rpm](https://packages.cloudfoundry.org/stable?release=redhat64&source=github) / [deb](https://packages.cloudfoundry.org/stable?release=debian64&source=github) |
    80  | Binaries | [tgz](https://packages.cloudfoundry.org/stable?release=macosx64-binary&source=github) | [zip](https://packages.cloudfoundry.org/stable?release=windows64-exe&source=github) | [tgz](https://packages.cloudfoundry.org/stable?release=linux64-binary&source=github) |
    81  
    82  Release notes, and 32 bit releases can be found [here](https://github.com/cloudfoundry/cli/releases).
    83  
    84  **Download examples** with curl for Mac OS X and Linux binaries
    85  ```sh
    86  # ...download & extract Mac OS X binary
    87  curl -L "https://packages.cloudfoundry.org/stable?release=macosx64-binary&source=github" | tar -zx
    88  # ...or Linux 64-bit binary
    89  curl -L "https://packages.cloudfoundry.org/stable?release=linux64-binary&source=github" | tar -zx
    90  # ...move it to /usr/local/bin or a location you know is in your $PATH
    91  mv cf /usr/local/bin
    92  # ...copy tab completion file on Ubuntu (takes affect after re-opening your shell)
    93  sudo curl -o /usr/share/bash-completion/completions/cf https://raw.githubusercontent.com/cloudfoundry/cli/master/ci/installers/completion/cf
    94  # ...and to confirm your cf CLI version
    95  cf --version
    96  ```
    97  
    98  #### Edge binaries
    99  Edge binaries are *not intended for wider use*; they're for developers to test new features and fixes as they are 'pushed' and passed through the CI.
   100  Follow these download links for [Mac OS X 64 bit](https://packages.cloudfoundry.org/edge?arch=macosx64&source=github), [Windows 64 bit](https://packages.cloudfoundry.org/edge?arch=windows64&source=github) and [Linux 64 bit](https://packages.cloudfoundry.org/edge?arch=linux64&source=github).
   101  
   102  ## Known Issues
   103  
   104  * In Cygwin and Git Bash on Windows, interactive password prompts (in `cf login`) do not work (see [issue #171](https://github.com/cloudfoundry/cli/issues/171)). Please use alternative commands (`cf api` and `cf auth` to `cf login`) to work around this.
   105  * API tracing to terminal (using `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 e.g. [this Diego-Enabler plugin issue](https://github.com/cloudfoundry-incubator/Diego-Enabler/issues/6).
   106  * .cfignore used in `cf push` must be in UTF8 encoding for CLI to interpret correctly.
   107  * On Linux, when encountering message "bash: .cf: No such file or directory", ensure that you're using the correct binary or installer for your architecture. See https://askubuntu.com/questions/133389/no-such-file-or-directory-but-the-file-exists
   108  
   109  ## Filing Issues & Feature Requests
   110  
   111  First, update to the [latest cli](https://github.com/cloudfoundry/cli/releases)
   112  and try the command again.
   113  
   114  If the error remains or feature still missing, check the [open issues](https://github.com/cloudfoundry/cli/issues) and if not already raised please file a new issue with the requested details.
   115  
   116  ## Plugin Development
   117  
   118  For development guide on writing a cli plugin, see [here](https://github.com/cloudfoundry/cli/tree/master/plugin/plugin_examples).
   119  
   120  ## Contributing & Build Instructions
   121  
   122  Please read the [contributors' guide](.github/CONTRIBUTING.md)
   123  
   124  If you'd like to submit updated translations, please see the [i18n README](https://github.com/cloudfoundry/cli/blob/master/cf/i18n/README-i18n.md) for instructions on how to submit an update.
   125