## tea: A command line tool to interact with Gitea servers ### Build - docker build . -t gitea/tea:0.3.0 ...or to build a specific release (see 'https://gitea.com/gitea/tea/releases'): - export VERSION="0.2.0" - docker build . -t "gitea/tea:${VERSION}" --build-arg VERSION="${VERSION}" ### Configuration - docker volume create tea - alias tea='docker run --rm -v tea:/app gitea/tea:' - tea login add -n -u -t -i ### Usage - tea #### tea stores its configuration in a file named 'tea.yml', which the above will store on a volume named 'tea' so that it might persist