-
Notifications
You must be signed in to change notification settings - Fork 356
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add new CLI command to edit multiple fields at once #8075
Conversation
✅ Deploy Preview for determined-ui canceled.
|
Awesome! Thanks Aaron!
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks really good! Couple things, but this looks close to me.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
suggested edit
Thank you for your pull request and welcome to our community. We require contributors to sign our Contributor License Agreement, and we don't seem to have the users @AmanuelAaron on file. In order for us to review and merge your code, please start the CLA process at https://determined.ai/cla. After we approve your CLA, we will update the contributors list (private) and comment |
Thank you for your pull request and welcome to our community. We require contributors to sign our Contributor License Agreement, and we don't seem to have the users @AmanuelAaron on file. In order for us to review and merge your code, please start the CLA process at https://determined.ai/cla. After we approve your CLA, we will update the contributors list (private) and comment |
f790898
to
2cda464
Compare
Thank you for your pull request and welcome to our community. We require contributors to sign our Contributor License Agreement, and we don't seem to have the users @AmanuelAaron on file. In order for us to review and merge your code, please start the CLA process at https://determined.ai/cla. After we approve your CLA, we will update the contributors list (private) and comment |
2e34be3
to
2cda464
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
Docsite preview being generated for this PR. |
1 similar comment
Docsite preview being generated for this PR. |
fcc1879
to
90ce4c6
Compare
Description
Add new CLI command
det user edit
that take optional inputs to edit different user fields in one command.Following fields are supported:
Test Plan
Test added to
e2e_tests/tests/cluster/test_users.py
Manual testing can be done in the command line after running
make devcluster
. Check local db to verify changed fields.Checklist
docs/release-notes/
.See Release Note for details.
Ticket
DET-9880