mirror of https://gitee.com/bigwinds/arangodb
15 lines
600 B
Markdown
15 lines
600 B
Markdown
<!-- don't edit here, it's from https://@github.com/arangodb/foxx-cli.git / docs/Manual/ -->
|
||
# Foxx CLI
|
||
|
||
Foxx CLI is command line tool for managing and developing ArangoDB
|
||
Foxx services. It is an optional tool which requires Node.js and
|
||
can be installed via the package managers NPM and Yarn.
|
||
|
||
It is the successor of `foxx-manager`, which is deprecated and will be
|
||
removed eventually. Also see [Foxx Deployment](../../Foxx/Deployment.md)
|
||
for additional deployment options.
|
||
|
||
Related blog post:
|
||
|
||
- [Foxx CLI – Managing Microservices](https://www.arangodb.com/2018/04/foxx-cli-managing-microservices)
|