Sha256: a3afbecb4b7837dbeb09b56d7104fa70a90da0b5fec60b1f07fccab3acf28d2e
Contents?: true
Size: 992 Bytes
Versions: 6
Compression:
Stored size: 992 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) [![Gem Version](https://badge.fury.io/rb/cf-uaac.png)](https://rubygems.org/gems/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
6 entries across 6 versions & 1 rubygems
Version | Path |
---|---|
cf-uaac-3.1.6 | README.md |
cf-uaac-3.1.5 | README.md |
cf-uaac-3.1.4 | README.md |
cf-uaac-3.1.3 | README.md |
cf-uaac-3.1.2 | README.md |
cf-uaac-3.1.1 | README.md |