typedb / typedb-console

TypeDB Console: CLI for TypeDB and TypeDB Cluster
https://typedb.com
Mozilla Public License 2.0
7 stars 16 forks source link

Directly specify password in the 'password-update' command #257

Closed lolski closed 1 month ago

lolski commented 2 months ago

Usage and product changes

It is now possible to invoke password-update command and specify the password together, instead of having to supply them in the following prompt. This new variant makes it possible to call it non-interactively.

Implementation

  1. Add a new variant to the password-update command: user password-update <old-password> <new-password>
  2. Update the help text accordingly
typedb-bot commented 2 months ago

PR Review Checklist

Do not edit the content of this comment. The PR reviewer should simply update this comment by ticking each review item below, as they get completed.


Trivial Change

Code

Architecture