Closed dmitrii-ubskii closed 12 months ago
We update the CLI options to use the more distinct --core flag for connecting to the core server, mirroring --enterprise.
--core
--enterprise
Connecting to TypeDB Core:
typedb console --core=<address>
Connecting to TypeDB Enterprise (unchanged):
typedb console --enterprise=<address> --username=<username> --password --tls-enabled
See https://github.com/vaticle/typedb/issues/6942 for full details.
We also improve the UX of the windows version of the entry point. Console no longer opens in a new window, but rather begins the REPL in the current command line window.
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
What is the goal of this PR?
We update the CLI options to use the more distinct
--core
flag for connecting to the core server, mirroring--enterprise
.Connecting to TypeDB Core:
Connecting to TypeDB Enterprise (unchanged):
See https://github.com/vaticle/typedb/issues/6942 for full details.
We also improve the UX of the windows version of the entry point. Console no longer opens in a new window, but rather begins the REPL in the current command line window.