1
0
Fork 0
arangodb/Documentation/Books/Manual/Programs/Arangosh
Simran 59de3403c1 Doc - Administration & Programs Refactor (#4907) 2018-05-10 13:05:22 +02:00
..
Details.md Doc - Administration & Programs Refactor (#4907) 2018-05-10 13:05:22 +02:00
Examples.md Doc - Administration & Programs Refactor (#4907) 2018-05-10 13:05:22 +02:00
Options.md Doc - Administration & Programs Refactor (#4907) 2018-05-10 13:05:22 +02:00
README.md Doc - Administration & Programs Refactor (#4907) 2018-05-10 13:05:22 +02:00

README.md

Arangosh

The ArangoDB shell (arangosh) is a command-line client tool that can be used for administration of ArangoDB servers.

It offers a V8 JavaScript shell environment, in which you can use JS interfaces and modules like the db object to manage collections or run ad-hoc queries for instance, access the General Graph module or other features.

It can be used as interactive shell (REPL) as well as to execute a JavaScript string or file. It is not a general command line like PowerShell or Bash however. Commands like curl or invocations of ArangoDB programs and tools are not possible inside of this JS shell!