Sha256: 77af6f108dd6b82b1016d6bd563b0d52b4a67640270dbee9fd43b6bcb55a5363

Contents?: true

Size: 798 Bytes

Versions: 8

Compression:

Stored size: 798 Bytes

Contents

# CloudFoundry UAA Command Line Client

## 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 rspec spec/integration_spec.rb

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
cf-uaac-2.0.1 README.md
cf-uaac-2.0.0 README.md
cf-uaac-1.3.9 README.md
cf-uaac-1.3.8 README.md
cf-uaac-1.3.6 README.md
cf-uaac-1.3.4 README.md
cf-uaac-1.3.3 README.md
cf-uaac-1.3.1 README.md