Add vektor register command #6

Open
opened 2026-03-16 21:17:29 +00:00 by austin · 0 comments
Owner

Register a new user account from the CLI. Needed for initial setup of a new Vektor instance.

What needs to happen

vektor register should:

  1. Prompt for email, name, and password
  2. Call POST /auth/register
  3. Auto-login: call POST /auth/token to get an API token
  4. Store the token in config
  5. Print success with the user's name
Register a new user account from the CLI. Needed for initial setup of a new Vektor instance. ## What needs to happen `vektor register` should: 1. Prompt for email, name, and password 2. Call `POST /auth/register` 3. Auto-login: call `POST /auth/token` to get an API token 4. Store the token in config 5. Print success with the user's name
austin added this to the CLI Core milestone 2026-03-16 21:17:29 +00:00
austin self-assigned this 2026-03-16 21:17:29 +00:00
austin added this to the Vektor - CLI project 2026-03-16 21:17:29 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Blocks Depends on
Reference
austin/vektor#6
No description provided.