https://github.com/s-matyukevich/set-token
https://github.com/s-matyukevich/set-token
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/s-matyukevich/set-token
- Owner: s-matyukevich
- Created: 2016-07-05T16:52:16.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-07-10T23:59:50.000Z (about 9 years ago)
- Last Synced: 2024-12-29T06:29:02.054Z (9 months ago)
- Language: Go
- Size: 17.2 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## set-token Cloud Foundry plugin
This plugin allows to authenticate with UAA by directly sertting access and refresh tokens.
###Installation
~~~
git clone https://github.com/s-matyukevich/set-token/
cd set-token
go build -o set-token
cf install-plugin set-token
~~~### Ussage
```
cf set-token [-a ACCESS_TOKEN] [-r REFRESH_TOKEN]
```