An open API service indexing awesome lists of open source software.

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.

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.