Sha256: 9f7e8f4f71ff9f231be5e8a489c0c27c0405eba5be0409b3dfdefc28138d6397

Contents?: true

Size: 902 Bytes

Versions: 3

Compression:

Stored size: 902 Bytes

Contents

# CloudFoundry UAA Command Line Client

[![Build Status](https://travis-ci.org/cloudfoundry/cf-uaac.svg?branch=master)](https://travis-ci.org/cloudfoundry/cf-uaac)

## Build the gem

    $ bundle install
    $ gem build cf-uaac.gemspec

## Install it

    $ gem install cf-uaac*.gem

or from rubygems

    $ gem install cf-uaac

## Run it

    $ uaac help
    $ uaac target uaa.cloudfoundry.com
    $ uaac token get <your-cf-username>
    $ uaac token decode

To use the APIs, see: https://github.com/cloudfoundry/cf-uaa-lib

## Tests

Run the tests with rake:

    $ bundle exec rake test

Run the tests and see a fancy coverage report:

    $ bundle exec rake cov

Run integration tests (on a server running on localhost:8080/uaa):

    $ export UAA_CLIENT_ID="admin"
    $ export UAA_CLIENT_SECRET="adminsecret"
    $ export UAA_CLIENT_TARGET="http://localhost:8080/uaa"
    $ bundle exec rake test

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
cf-uaac-3.1.0 README.md
cf-uaac-3.0.0 README.md
cf-uaac-2.0.3 README.md