Arangosh

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

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

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