Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagetext
titleTQL CLI Usage
linenumberstrue
$ bin/tql

$ bin/tql -engine -status
$ bin/tql -engine -start
$ bin/tql -engine -stop


Code Block
languagetext
titleFor Window's Users
linenumberstrue
$ using CMD (under bin)

$ tql -engine -status
$ tql -engine -start
$ tql -engine -stop


$ using Git Bash (under bin)

$ ./tql -engine -status
$ ./tql -engine -start
$ ./tql -engine -stop