Skip to content

Commit 1153bbe

Browse files
Replace all instances of 'enterprise' with 'cloud' (#221)
## What is the goal of this PR? We replace the term 'enterprise' with 'cloud', to reflect the new consistent terminology used throughout Vaticle. In particular, this means that to connect to a Cloud instance (previously Enterprise), `typedb console --cloud <address>` replaces `typedb console --enterprise <address>`.
1 parent 6be582c commit 1153bbe

File tree

4 files changed

+94
-94
lines changed

4 files changed

+94
-94
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ cd <your_typedb_console_dir>/
2020
You can provide several command arguments when running console in the terminal.
2121

2222
- `--core=<address>` : TypeDB server address to which the console will connect to.
23-
- `--enterprise=<address>` : TypeDB Enterprise server address to which the console will connect to.
24-
- `--username=<username>` : TypeDB Enterprise username to connect with.
25-
- `--password` : Interactively enter password to connect to TypeDB Enterprise with.
23+
- `--cloud=<address>` : TypeDB Cloud server address to which the console will connect to.
24+
- `--username=<username>` : TypeDB Cloud username to connect with.
25+
- `--password` : Interactively enter password to connect to TypeDB Cloud with.
2626
- `--script=<script>` : Run commands in the script file in non-interactive mode.
27-
- `--tls-enabled`: Enable TLS for connecting to TypeDB Enterprise.
27+
- `--tls-enabled`: Enable TLS for connecting to TypeDB Cloud.
2828
- `--tls-root-ca`: Path to root CA certificate for TLS encryption.
2929
- `--command=<command1> --command=<command2> ...` : Run commands in non-interactive mode.
3030
- `-V, --version` : Print version information and exit.

0 commit comments

Comments
 (0)