login manage features #160

Closed
opened 2020-07-19 15:04:34 +00:00 by 6543 · 2 comments
Owner
  • set a default login
  • change values (host/ssh-key/...)
  • move logout to login rm
  • feature to login with username&password (create a token by tea)
  • interactive shell for login
* [ ] set a default login * [ ] change values (host/ssh-key/...) * [ ] ~~move `logout` to `login rm`~~ * [x] feature to login with username&password (create a token by tea) * [x] interactive shell for login
6543 added the
kind
feature
label 2020-07-19 15:05:15 +00:00
6543 added this to the v0.5.0 milestone 2020-07-19 15:05:20 +00:00
Member

I find it quite cumbersome to change one item at a time with multiple flags to a CLI.
One of the bad patterns of the git CLI that should not be copied (IMO).

How about:

tea login edit

would just open the config file in the users favourite editor:

import "github.com/skratchdot/open-golang/open" // we already have this

open(yamlConfigPath)
I find it quite cumbersome to change one item at a time with multiple flags to a CLI. One of the bad patterns of the git CLI that should not be copied (IMO). How about: ```sh tea login edit ``` would just open the config file in the users favourite editor: ```go import "github.com/skratchdot/open-golang/open" // we already have this open(yamlConfigPath) ```
Author
Owner

@noerw thanks for sharing idears - yes tea login edit looks promissing

@noerw thanks for sharing idears - yes `tea login edit` looks promissing
6543 added the
status/has-pull
label 2020-09-16 05:22:28 +00:00
6543 closed this issue 2020-09-23 14:23:31 +00:00
Sign in to join this conversation.
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: gitea/tea#160
No description provided.