Add vektor project list and vektor project create #7
Labels
No labels
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Blocks
Depends on
#8 Add
vektor issue create command
austin/vektor
#5 Add
vektor login command
austin/vektor
Reference
austin/vektor#7
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
First real CRUD commands. Create and list projects from the CLI.
What needs to happen
vektor project create --key VEK --name "Vektor"--keyand--nameare required--descriptionvektor project listtext/tabwriterfrom the standard library for alignment — no external depsKeep cobra command definitions in
cmd/vektor/and API client logic ininternal/cli/. These are the first commands that exercise the API client built in #5.vektor logincommandvektor issue createcommand