1
0
Fork 0

Update CLI.md

master
Philip O'Toole 3 years ago committed by GitHub
parent f81f774c36
commit 04c8e93220
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,7 +1,8 @@
# Command Line Interface
rqlite comes with a CLI, which makes it easier to interact with a rqlite system. It is installed in the same directory as the node binary `rqlited`.
> :warning: **Only enter one command at a time at CLI. Don't enter multiple commands at once, separated by ;** While it may work, mixing reads and writes to the database in a single CLI command results in undefined behavior.
> **⚠ WARNING: Only enter one command at a time at CLI. Don't enter multiple commands at once, separated by ;**
> While it may work, mixing reads and writes to the database in a single CLI command results in undefined behavior.
An example session is shown below.
```sh

Loading…
Cancel
Save