sapling/eden/fs/cli
Adam Simpkins 94a26b5503 improvements to the daemon and shutdown commands
Summary:
- Update "eden daemon" to wait until edenfs is healthy before returning.
- Accept additional command line arguments and pass them through to edenfs.
- When starting edenfs as a background daemon, direct stdout and stderr to a
  log file in the eden config directory.
- Update "eden shutdown" command to wait for edenfs to exit.
- Update "eden shutdown" command to print an error message if edenfs was not
  running.

Reviewed By: bolinfest

Differential Revision: D3446403

fbshipit-source-id: 2ca1874256b7d124a85092b886548bea8c198327
2016-06-17 15:12:48 -07:00
..
__init__.py Initial commit 2016-05-12 14:09:13 -07:00
_glue.pyx Initial commit 2016-05-12 14:09:13 -07:00
config.py improvements to the daemon and shutdown commands 2016-06-17 15:12:48 -07:00
main.py improvements to the daemon and shutdown commands 2016-06-17 15:12:48 -07:00
TARGETS Exclude the cpp_binary for the daemon from the python_binary for the CLI. 2016-06-15 17:07:58 -07:00
util.py improvements to the daemon and shutdown commands 2016-06-17 15:12:48 -07:00