Update command to update label, user or credential for existing credential #2
Labels
No labels
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
plutolab/kosh#2
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?
Current Problem: No way to update label or user for a credential. Credential can be updated with
addcommand but still no way to update other details.Proposed solution: Add an
updatecommand to allow user to interactively update label and user for a credential.Plan - decide a flow of how the command would work
Implement Feature - implement the
updatecommandTest - add unit tests for the command and related functions
Application Level Documentation - add help and usage text
Kosh Docs - add command reference and add to getting started guide
Development done, need to do some testing and possibly write some unit tests.