Skip to content

Commit 419e5f4

Browse files
Cleanup after reviewing console page
1 parent 76923a8 commit 419e5f4

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

manual/modules/ROOT/pages/tools/console.adoc

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,10 @@ See the Console's downloadable packages.
4242
If using versions previous to 3.1.0, you will need to install Java 11+.
4343
=====
4444

45-
For installation instructions, follow the steps below for your OS:
45+
If you are using a distribution of TypeDB CE (TypeDB server), you may already have TypeDB Console included and can skip this step!
46+
To verify, just run `typedb --help`.
47+
48+
For installation instructions of only the Console distribution, follow the steps below for your OS:
4649

4750
[tabs]
4851
====
@@ -354,12 +357,12 @@ transaction read test
354357
database delete test
355358
----
356359

357-
Execute the script with TypeDB Console:
360+
Execute the script with TypeDB Console non-interactively:
358361

359362
.Run script.tqls
360363
[source,bash]
361364
----
362-
typedb console --username=<username> --password --script=<PATH/script.tqls>
365+
typedb console --username=<username> --password=<password> --script=<PATH/script.tqls>
363366
----
364367

365368
Where `<PATH/script.tqls>` is the path to the file and the filename.
@@ -648,8 +651,8 @@ Use these commands at the <<_server_level,Server level>> of TypeDB's <<_REPL,REP
648651
// | Print the schema of the database with the name `<db>` on the server
649652

650653
2+^| User management
651-
| `user list`
652-
| List all users on the server. +
654+
// | `user list`
655+
// | List all users on the server. +
653656

654657
| `user create <username> [password]`
655658
| Create a user with the name `<username>` on the server. When the password is omitted, it will be safely requested from the user. +
@@ -662,7 +665,7 @@ Set password for the user with the name `username`. When the new password is omi
662665
| Delete a user with the name `<username>` on the server. +
663666

664667
2+^| Open a transaction
665-
| `transaction <db> read⎮write⎮schema [options]`
668+
| `transaction read⎮write⎮schema <db> [options]`
666669
| Start a transaction to the database with the name `<db>` with a chosen transaction type.
667670
You can set <<_transaction_options,transaction options>>.
668671

0 commit comments

Comments
 (0)