1
0
Fork 0
arangodb/Documentation/Books/Manual/Programs/FoxxCLI/README.md

15 lines
600 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!-- 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)