https://github.com/versent/bless
This project is a port of the netflix/bless bless_client.
https://github.com/versent/bless
aws blessed lambda ssh
Last synced: about 1 year ago
JSON representation
This project is a port of the netflix/bless bless_client.
- Host: GitHub
- URL: https://github.com/versent/bless
- Owner: Versent
- License: other
- Created: 2017-09-27T22:27:44.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2021-12-16T23:25:34.000Z (over 4 years ago)
- Last Synced: 2025-04-02T04:47:22.214Z (about 1 year ago)
- Topics: aws, blessed, lambda, ssh
- Language: Go
- Homepage: https://github.com/Versent/bless
- Size: 9.77 KB
- Stars: 4
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# versent bless client
This project is a port of the [netflix/bless/bless_client](https://github.com/Netflix/bless/tree/master/bless_client).
# usage
```
usage: versent-bless [] [ ...]
A command line client for netflix bless.
Flags:
--help Show context-sensitive help (also try --help-long and --help-man).
--debug Enable debug mode.
Commands:
help [...]
Show help.
login []
Login and retrieve a key.
```
# install
## from source
```shell
go install github.com/Versent/bless/cmd/versent-bless@latest
```
# license
This code is released under MIT License.