Files
marketplace/references/tea/setup.md
T
naudachu bb4ad963ee initial
2026-05-18 15:50:02 +05:00

1.0 KiB

tea CLI — SETUP

See ./index.md for global options and common flags shared by all commands.

tea logins (alias: login)

  • list, ls
  • add — interactive when called without args. --name/-n, --url/-u ($GITEA_SERVER_URL), --token/-t ($GITEA_SERVER_TOKEN), --user ($GITEA_SERVER_USER), --password/--pwd ($GITEA_SERVER_PASSWORD), --otp ($GITEA_SERVER_OTP), --scopes ($GITEA_SCOPES), --ssh-key/-s, --ssh-agent-principal/-c, --ssh-agent-key/-a, --insecure/-i, --no-version-check/--nv, --helper/-j, --oauth/-o (plus --client-id, --redirect-url).
  • edit, e — interactive.
  • delete, rm <name>
  • default [<login>] — get or set the default login.
  • oauth-refresh [<login>] — refresh an OAuth token (opens browser if the refresh token is also expired).

tea logout <name>

Remove a stored login.

tea ssh-keys (alias: ssh-key)

  • list, ls
  • add <key-file>--title/-t (defaults to filename without extension).
  • delete, rm <key-id>--confirm/-y.