tsuru / tsuru-client

tsuru-client is a tsuru command line tool for application developers.
https://docs.tsuru.io/stable/
BSD 3-Clause "New" or "Revised" License
95 stars 77 forks source link
docker go hacktoberfest tsuru

tsuru-client

Actions Status codecov

tsuru is a command line for application developers on tsuru.

reporting issues

Please report issues to the tsuru/tsuru repository.

Environment variables

The following environment variables can be used to configure the client:

API configuration

Other configuration

Tsuru plugins

Tsuru plugins are the standard way to extend tsuru-client functionality transparently. Installing and using a plugin is done with:

tsuru plugin install <plugin-name> <plugin-url>
tsuru <plugin-name> <any_sub_commands_or_flags...>

For developing a custom plugin, read about Developing Tsuru Plugins.