8000 added missing docs for https://github.com/arangodb/arangodb/pull/14383 · arangodb/docs@4642573 · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Dec 13, 2023. It is now read-only.

Commit 4642573

Browse files
committed
added missing docs for arangodb/arangodb#14383
1 parent f7d6280 commit 4642573

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

3.9/programs-arangod-general.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@ print out all options and exit.
2626

2727
Prints the version of the server and exits.
2828

29+
`--version-json`
30+
31+
Prints the version of the server in JSON format and exits.
32+
2933
## Daemon
3034

3135
`--daemon`

3.9/release-notes-new-features39.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,13 @@ root (`/`) call of the HTTP API:
4444
- `--http.redirect-root-to`: redirect of root URL to a specified path.
4545
Redirects to `/_admin/aardvark/index.html` if not set (default).
4646

47+
Server options
48+
--------------
49+
50+
The _arangod_ server now provides a command `--version-json` to print version
51+
information in JSON format. This output can be used by tools that need to
52+
programmatically inspect an _arangod_ executable.
53+
4754
Client tools
4855
------------
4956

0 commit comments

Comments
 (0)
0