1
0
Fork 0
arangodb/Documentation/Books/Manual/Programs/Arangosh
Simran d66ff4dadf
Doc - Arangosh: server.endpoint must start with http+ssl:// if server uses SSL (#8907)
2019-05-06 13:30:26 +02:00
..
Details.md
Examples.md Doc - Arangosh: server.endpoint must start with http+ssl:// if server uses SSL (#8907) 2019-05-06 13:30:26 +02:00
Options.md
README.md

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!