featurebase/ctl
Matthew Jaffee 5be85a0d47 add persistent history and combination of multi-line commands to CLI
"featurebase cli" will now save command history to
$HOME/.featurebase/cli_history by default. Additionally if a command
is entered across multiple lines, the newlines will be removed when
the command is saved in the history. Previously each line was saved
separately which was a bit annoying.
2022-09-07 13:10:29 -05:00
..
testdata Enable authentication/authorization for featurebase tools 2022-01-26 17:30:26 -06:00
auth_token.go [FB-1379] Create a featurebase subcommand to obtain an auth token (#2079) 2022-05-26 11:35:51 -05:00
auth_token_internal_test.go [FB-1379] Create a featurebase subcommand to obtain an auth token (#2079) 2022-05-26 11:35:51 -05:00
backup.go verify available space before backup 2022-07-29 11:30:36 -05:00
backup_tar.go FB-1627 - Added backup/restore tar. Purpose: for cloud team to backup and restore directly through stdout, stdin 2022-08-29 11:03:10 -05:00
backup_tar_test.go FB-1627 - Added backup/restore tar. Purpose: for cloud team to backup and restore directly through stdout, stdin 2022-08-29 11:03:10 -05:00
chksum.go remove http subpackage and bring implementations into core 2022-02-03 21:04:04 -06:00
cli.go add persistent history and combination of multi-line commands to CLI 2022-09-07 13:10:29 -05:00
common.go remove http subpackage and bring implementations into core 2022-02-03 21:04:04 -06:00
config.go Upgrade go.mod to featurebase/v3 2022-01-21 10:57:05 -07:00
config_test.go Upgrade go.mod to featurebase/v3 2022-01-21 10:57:05 -07:00
doc.go add copyright notice back in 2021-12-10 11:01:04 -06:00
export.go Upgrade go.mod to featurebase/v3 2022-01-21 10:57:05 -07:00
export_test.go Upgrade go.mod to featurebase/v3 2022-01-21 10:57:05 -07:00
generate_config.go Upgrade go.mod to featurebase/v3 2022-01-21 10:57:05 -07:00
generate_config_test.go add copyright notice back in 2021-12-10 11:01:04 -06:00
import.go add row-col-mode to featurebase import 2022-08-02 12:12:53 -05:00
import_test.go refactor testing to share clusters more often 2022-09-02 11:40:37 -05:00
keygen.go Upgrade go.mod to featurebase/v3 2022-01-21 10:57:05 -07:00
main_test.go listen on localhost:0 instead of :0 2022-03-18 13:38:30 -05:00
rbf_check.go Upgrade go.mod to featurebase/v3 2022-01-21 10:57:05 -07:00
rbf_check_test.go Avoid panics in RBF debug tooling 2022-01-03 13:13:02 -07:00
rbf_dump.go Upgrade go.mod to featurebase/v3 2022-01-21 10:57:05 -07:00
rbf_page.go Upgrade go.mod to featurebase/v3 2022-01-21 10:57:05 -07:00
rbf_pages.go Upgrade go.mod to featurebase/v3 2022-01-21 10:57:05 -07:00
rbf_pages_test.go Avoid panics in RBF debug tooling 2022-01-03 13:13:02 -07:00
restore.go simplify, streamline, and possibly debug embedded etcd 2022-07-21 11:42:35 -05:00
restore_tar.go FB-1627 - Added backup/restore tar. Purpose: for cloud team to backup and restore directly through stdout, stdin 2022-08-29 11:03:10 -05:00
restore_tar_test.go FB-1627 - Added backup/restore tar. Purpose: for cloud team to backup and restore directly through stdout, stdin 2022-08-29 11:03:10 -05:00
server.go added /sql endpoint; implemented SHOW TABLES (#1935) 2022-08-31 13:01:05 -07:00
server_test.go Upgrade go.mod to featurebase/v3 2022-01-21 10:57:05 -07:00
util.go Upgrade go.mod to featurebase/v3 2022-01-21 10:57:05 -07:00