Hi, we'd love to be able to pass options to the CLI down via the environment as well. This adds the following:
DGRAPH_RATEL_SERVER_ADDRESS
DGRAPH_RATEL_LISTEN_ADDRESS
DGRAPH_RATEL_LISTEN_PORT
DGRAPH_RATEL_TLS_KEY
DGRAPH_RATEL_TLS_CRT
Notes
I added LISTEN_ to the port arg and SERVER_ to the one pointing to the dgraph server for clarity but didn't want to change the command line arguments for backwards compatibility reasons. Let me know what you think!
Summary
Hi, we'd love to be able to pass options to the CLI down via the environment as well. This adds the following:
Notes
I added
LISTEN_
to the port arg andSERVER_
to the one pointing to the dgraph server for clarity but didn't want to change the command line arguments for backwards compatibility reasons. Let me know what you think!