Forrest logo
back to context overview

tea

List of commands for tea:

  • tea:tldr:317fa tea: Display a list of issues.
    $ tea issues ls
    try on your machine
    explain this command
  • tea:tldr:8e70c tea: Display all repositories.
    $ tea repos ls
    try on your machine
    explain this command
  • tea:tldr:90a8a tea: Display a list of open pull requests.
    $ tea pulls ls
    try on your machine
    explain this command
  • tea:tldr:c2f0d tea: Log into a Gitea server.
    $ tea login add --name "${name}" --url "${url}" --token "${token}"
    try on your machine
    explain this command
  • tea:tldr:e2882 tea: Create a new issue.
    $ tea issues create --title "${title}" --body "${body}"
    try on your machine
    explain this command
  • tea:tldr:f35d7 tea: Display a list of issues for a specific repository.
    $ tea issues ls --repo "${repository}"
    try on your machine
    explain this command
  • tea:tldr:f761c tea: Open the current repository in a browser.
    $ tea open
    try on your machine
    explain this command
back to context overview