vaticle / typedb

TypeDB: the polymorphic database powered by types
https://typedb.com
Mozilla Public License 2.0
3.72k stars 338 forks source link

Update entry point runner for better UX #6951

Closed dmitrii-ubskii closed 7 months ago

dmitrii-ubskii commented 7 months ago

Usage and product changes

We update to the updated entry point for the assembled TypeDB Core, which omits console from the usage help if it is not present to avoid confusion. See https://github.com/vaticle/typedb/issues/6942 for more details.

The command to boot up the server (unchanged):

typedb server --server.address=<address>

The command to boot up the console:

typedb console --core=<address>

We also improve the UX of the windows version of the entry point. Console no longer opens in a new window, --help is printed inline as expected, and in the event of the server failure, the logs are displayed to the user. See https://github.com/vaticle/typedb-common/pull/158 for more details.

vaticle-bot commented 7 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