GabhenDM / tsuru-client

tsuru-client is a tsuru command line tool for application developers.

Home Page:https://docs.tsuru.io/stable/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

  • TSURU_TARGET: the tsuru API endpoint.
  • TSURU_TOKEN: the tsuru API token.

Other configuration

  • TSURU_CLIENT_FORCE_CHECK_UPDATES: boolean on whether to force checking for updates. When true, it hangs if no response from remote server! (default: unset)
  • TSURU_CLIENT_LOCAL_TIMEOUT: timeout for performing local non-critical operations (eg: writing preferences to ~/.tsuru/config.json). (default: 1s)
  • TSURU_CLIENT_SELF_UPDATE_SNOOZE_DURATION: snooze the self-updating process for the given duration. (default: 0s)

About

tsuru-client is a tsuru command line tool for application developers.

https://docs.tsuru.io/stable/

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Go 98.0%Language:Shell 1.7%Language:Makefile 0.2%Language:Dockerfile 0.0%