sapling/eden/fs/cli
Adam Simpkins ef8c3435c4 remove the "edenfsctl repository" subcommand
Summary:
We no longer use repository configs, so remove the `repository` subcommand
that supported adding and listing these configurations.

The main information that used to be included in the repository configuration
was the bind mount settings.  This has since been replaced with the
`.eden-redirections` file that is placed directly in each repository.

Reviewed By: wez

Differential Revision: D20876462

fbshipit-source-id: cc7d8e6f0a6a2e04fbf3159417af41a44908b3a8
2020-04-10 13:57:52 -07:00
..
doctor add a --current-edenfs-only flag to edenfsctl doctor 2020-04-10 13:48:11 -07:00
test remove the "edenfsctl repository" subcommand 2020-04-10 13:57:52 -07:00
__init__.py Move cli/ directory from eden/ to eden/fs (Without changing namespace) 2020-03-25 11:18:30 -07:00
buck.py Move cli/ directory from eden/ to eden/fs (Without changing namespace) 2020-03-25 11:18:30 -07:00
CMakeLists.txt Move eden.cli namespace to eden.fs.cli 2020-03-25 11:46:56 -07:00
cmd_util.py Move cli/ directory from eden/ to eden/fs (Without changing namespace) 2020-03-25 11:18:30 -07:00
config.py remove the "edenfsctl repository" subcommand 2020-04-10 13:57:52 -07:00
configinterpolator.py Move cli/ directory from eden/ to eden/fs (Without changing namespace) 2020-03-25 11:18:30 -07:00
configutil.py Move cli/ directory from eden/ to eden/fs (Without changing namespace) 2020-03-25 11:18:30 -07:00
daemon_util.py update Python platform checks to use sys.platform 2020-04-03 16:52:32 -07:00
daemon.py add is_process_alive() and is_edenfs_process() methods to ProcUtils 2020-04-03 20:05:35 -07:00
debug_posix.py Move cli/ directory from eden/ to eden/fs (Without changing namespace) 2020-03-25 11:18:30 -07:00
debug.py delete the old eden debug set_log_level command 2020-04-06 18:53:00 -07:00
filesystem.py Move cli/ directory from eden/ to eden/fs (Without changing namespace) 2020-03-25 11:18:30 -07:00
fsck.py Move cli/ directory from eden/ to eden/fs (Without changing namespace) 2020-03-25 11:18:30 -07:00
hg_util.py Move cli/ directory from eden/ to eden/fs (Without changing namespace) 2020-03-25 11:18:30 -07:00
logfile.py Move cli/ directory from eden/ to eden/fs (Without changing namespace) 2020-03-25 11:18:30 -07:00
main.py remove the "edenfsctl repository" subcommand 2020-04-10 13:57:52 -07:00
mtab.py Move eden.cli namespace to eden.fs.cli 2020-03-25 11:46:56 -07:00
overlay.py Move cli/ directory from eden/ to eden/fs (Without changing namespace) 2020-03-25 11:18:30 -07:00
proc_utils_win.py add is_process_alive() and is_edenfs_process() methods to ProcUtils 2020-04-03 20:05:35 -07:00
proc_utils.py add is_process_alive() and is_edenfs_process() methods to ProcUtils 2020-04-03 20:05:35 -07:00
rage.py add a --current-edenfs-only flag to edenfsctl doctor 2020-04-10 13:48:11 -07:00
redirect.py remove all CLI code dealing with the old legacy bind-mounts config 2020-04-09 17:31:03 -07:00
stats_print.py Move cli/ directory from eden/ to eden/fs (Without changing namespace) 2020-03-25 11:18:30 -07:00
stats.py Move eden.cli namespace to eden.fs.cli 2020-03-25 11:46:56 -07:00
subcmd.py Move cli/ directory from eden/ to eden/fs (Without changing namespace) 2020-03-25 11:18:30 -07:00
systemd.py Move cli/ directory from eden/ to eden/fs (Without changing namespace) 2020-03-25 11:18:30 -07:00
tabulate.py Move cli/ directory from eden/ to eden/fs (Without changing namespace) 2020-03-25 11:18:30 -07:00
telemetry.py Move cli/ directory from eden/ to eden/fs (Without changing namespace) 2020-03-25 11:18:30 -07:00
top.py Explicitly track current/pending imports -- display current metrics in eden top 2020-04-09 12:35:23 -07:00
trace_cmd.py Move cli/ directory from eden/ to eden/fs (Without changing namespace) 2020-03-25 11:18:30 -07:00
trace.py Move cli/ directory from eden/ to eden/fs (Without changing namespace) 2020-03-25 11:18:30 -07:00
ui.py Move cli/ directory from eden/ to eden/fs (Without changing namespace) 2020-03-25 11:18:30 -07:00
util.py add is_process_alive() and is_edenfs_process() methods to ProcUtils 2020-04-03 20:05:35 -07:00
version.py Move cli/ directory from eden/ to eden/fs (Without changing namespace) 2020-03-25 11:18:30 -07:00
win_ui.py Move cli/ directory from eden/ to eden/fs (Without changing namespace) 2020-03-25 11:18:30 -07:00
winproc.py add is_process_alive() and is_edenfs_process() methods to ProcUtils 2020-04-03 20:05:35 -07:00