Update Readme & add demo GIF #125
No reviewers
Labels
No Label
kind/breaking
kind/bug
kind/build
kind/dependency
kind/deployment
kind/docs
kind
enhancement
kind
feature
kind/proposal
kind
question
kind
refactor
kind/security
kind/testing
kind/translation
priority/critical
priority/high
priority/low
priority/medium
reviewed/duplicate
reviewed/invalid
reviewed/wontfix
skip-changelog
status/blocked
status/has-backport
status/has-pull
status/needs-backport
status/needs-feedback
status/needs-reviews
status/wip
upstream/gitea
upstream/sdk
No Milestone
No Assignees
5 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: gitea/tea#125
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "6543/tea:add-demo-and-update-readme"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Add a demo gif!
to see the demo of the demo go to: https://gitea.com/6543/tea ;)
close #120
add-demo-and-update-readmeto Update Readme & add demo GIF@ -14,3 +13,2 @@
Currently no prebuilt binaries are provided.
To install, a Go installation is needed.
You can use prebuild binaries from [dl.gitea.io](https://dl.gitea.io/tea/)!
You can use prebuild
->You can use the prebuilt
Also there is trailing space at end of this line.
Couple comments :)
@ -11,1 +5,3 @@
the Gitea API implementation.
## The official CLI interface for gitea
This project acts as a command line tool for operating on one or multiple Gitea instances.
Tea is a command line tool for interacting on one or more Gitea instances
.This is more of a personal preference but I think this is easier to understand. Your choice.
@ -14,3 +13,2 @@
Currently no prebuilt binaries are provided.
To install, a Go installation is needed.
You can use the prebuilt from [dl.gitea.io](https://dl.gitea.io/tea/)
You can use the prebuilt binaries from [dl.gitea.io](https://dl.gitea.io/tea/)
Couple comments :)
Couple comments
Couple comments
Couple comments
Couple comments
Couple comments
Couple comments
Couple comments
Couple comments
Couple comments
Oh whoops, sorry for the spam. I was getting a 500 error and I thought it didn't submit.
@gary-kim: https://github.com/go-gitea/gitea/issues/11185 ;)
nice gif! here's some more suggestions
@ -12,0 +5,4 @@
## The official CLI interface for gitea
This project acts as a command line tool for operating on one or multiple Gitea instances.
It use [code.gitea.io/sdk](https://code.gitea.io/sdk) and interact with the Gitea API
use -> uses, interact -> interacts
@ -17,1 +14,4 @@
You can use the prebuilt from [dl.gitea.io](https://dl.gitea.io/tea/)
do it the `go` way:
To install from source, go 1.12 or newer is required:
@ -45,20 +40,28 @@ tea login add --name=try --url=https://try.gitea.io --token=xxxxxx
Now you can use the `tea` commands:
@ -50,0 +43,4 @@
login Log in to a Gitea server
logout Log out from a Gitea server
issues List and create issues
pulls, pull, pr List open pull requests
tea pulls
does more than listing open pull requests. This description should be updated, also for other subcommands.@noerw @gary-kim done