You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tea/cmd
Wim 6a848cb72a Add option to disable version checking (#520)
Fixes "Only signed in user is allowed to call APIs." as the
/api/v1/version returns a 403 when running a gitea where
REQUIRE_SIGNIN_VIEW is enabled

Co-authored-by: Wim <wim@42.be>
Reviewed-on: https://gitea.com/gitea/tea/pulls/520
Reviewed-by: 6543 <6543@obermui.de>
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com>
Co-authored-by: Wim <42wim@noreply.gitea.io>
Co-committed-by: Wim <42wim@noreply.gitea.io>
2 years ago
..
admin/users Add user list command (#427) 2 years ago
flags Add `tea issue edit` (#506) 2 years ago
issues Add `tea issue edit` (#506) 2 years ago
labels Clarify command descriptions when no arguments are taken (#496) 2 years ago
login Add option to disable version checking (#520) 2 years ago
milestones Allow batch operations on multiple entities (#512) 2 years ago
notifications Add `--fields` to notification & milestone listings (#422) 2 years ago
organizations Clarify command descriptions when no arguments are taken (#496) 2 years ago
pulls Add `tea issue edit` (#506) 2 years ago
releases Allow batch operations on multiple entities (#512) 2 years ago
repos Clarify command descriptions when no arguments are taken (#496) 2 years ago
times Implement notification subcommands (#389) 3 years ago
admin.go Add user list command (#427) 2 years ago
autocomplete.go Handle XDG directories with spaces in autocomplete commands (#383) 3 years ago
categories.go Add user list command (#427) 2 years ago
clone.go Add `tea clone` (#411) 3 years ago
comment.go Allow editing multiline prompts with external text editor (#429) 3 years ago
issues.go Add `tea issue edit` (#506) 2 years ago
labels.go Clarify command descriptions when no arguments are taken (#496) 2 years ago
login.go Proper help text & new README structure (#311) 3 years ago
logout.go Proper help text & new README structure (#311) 3 years ago
milestones.go Add `tea issues --fields`, allow printing labels (#312) 3 years ago
notifications.go Implement notification subcommands (#389) 3 years ago
open.go Allow batch operations on multiple entities (#512) 2 years ago
organizations.go Add `tea org create <name>` (#420) 3 years ago
pulls.go Fetch all items where needed. (#475) 2 years ago
releases.go Clarify command descriptions when no arguments are taken (#496) 2 years ago
repos.go Add `tea repo create-from-template` (#408) 3 years ago
times.go Improve `tea time` (#319) 3 years ago
whoami.go Add user list command (#427) 2 years ago