1
0
Fork 0

added deprecation warning

This commit is contained in:
jsteemann 2018-09-03 16:39:08 +02:00
parent bff27dc3f3
commit 103f9711df
1 changed files with 4 additions and 0 deletions

View File

@ -777,3 +777,7 @@ removed in future versions of ArangoDB:
3.4, and `arangoimp` is just a symbolic link to `arangoimport` now.
`arangoimp` is there for compatibility only, but client scripts should
eventually be migrated to use `arangoimport` instead.
* the `foxx-manager` executable is deprecated and will be removed in ArangoDB 4.
Please use foxx-cli instead: https://docs.arangodb.com/3.4/Manual/Foxx/Deployment/FoxxCLI/