graphql-engine/cli/commands
2021-09-29 17:47:25 +00:00
..
testdata cli: allow specifiying a "to" version on migrate squash command 2021-09-29 17:47:25 +00:00
actions_codegen_test.go cli: enhance e2e tests 2021-07-28 06:45:03 +00:00
actions_codegen.go cli: update go.mod 2021-06-16 11:45:07 +00:00
actions_create_test.go cli: enhance e2e tests 2021-07-28 06:45:03 +00:00
actions_create.go cli: fix data-race warnings 2021-09-07 13:34:54 +00:00
actions_use_codegen_test.go cli: enhance e2e tests 2021-07-28 06:45:03 +00:00
actions_use_codegen.go cli: fix data-race warnings 2021-09-07 13:34:54 +00:00
actions.go cli: update go.mod 2021-06-16 11:45:07 +00:00
commands_test.go cli: add support for metadata subcommands to work with json/yaml files 2021-09-29 11:13:31 +00:00
completion.go cli: update go.mod 2021-06-16 11:45:07 +00:00
console.go cli: fix data-race warnings 2021-09-07 13:34:54 +00:00
deploy_test.go cli: add deploy command (close #7349) 2021-09-29 06:15:17 +00:00
deploy.go cli: add support for metadata subcommands to work with json/yaml files 2021-09-29 11:13:31 +00:00
docs.go cli: update go.mod 2021-06-16 11:45:07 +00:00
help.go cli: add deploy command (close #7349) 2021-09-29 06:15:17 +00:00
init.go cli: add support for network metadata object 2021-09-22 08:12:46 +00:00
metadata_apply_test.go cli: add support for metadata subcommands to work with json/yaml files 2021-09-29 11:13:31 +00:00
metadata_apply.go cli: add support for metadata subcommands to work with json/yaml files 2021-09-29 11:13:31 +00:00
metadata_clear_test.go cli: enhance e2e tests 2021-07-28 06:45:03 +00:00
metadata_clear.go cli: refactor metadata object interface 2021-07-23 09:50:36 +00:00
metadata_diff_test.go cli: add support for metadata subcommands to work with json/yaml files 2021-09-29 11:13:31 +00:00
metadata_diff.go cli: add support for metadata subcommands to work with json/yaml files 2021-09-29 11:13:31 +00:00
metadata_export_test.go cli: add support for metadata subcommands to work with json/yaml files 2021-09-29 11:13:31 +00:00
metadata_export.go cli: add support for metadata subcommands to work with json/yaml files 2021-09-29 11:13:31 +00:00
metadata_handlers.go cli: add support for metadata subcommands to work with json/yaml files 2021-09-29 11:13:31 +00:00
metadata_inconsistency_drop_test.go cli: enhance e2e tests 2021-07-28 06:45:03 +00:00
metadata_inconsistency_drop.go cli: refactor metadata object interface 2021-07-23 09:50:36 +00:00
metadata_inconsistency_list_test.go cli: enhance e2e tests 2021-07-28 06:45:03 +00:00
metadata_inconsistency_list.go cli: refactor metadata object interface 2021-07-23 09:50:36 +00:00
metadata_inconsistency_status_test.go cli: enhance e2e tests 2021-07-28 06:45:03 +00:00
metadata_inconsistency_status.go cli: refactor metadata object interface 2021-07-23 09:50:36 +00:00
metadata_inconsistency.go cli: update go.mod 2021-06-16 11:45:07 +00:00
metadata_reload_test.go cli: enhance e2e tests 2021-07-28 06:45:03 +00:00
metadata_reload.go cli: add deploy command (close #7349) 2021-09-29 06:15:17 +00:00
metadata.go cli: update go.mod 2021-06-16 11:45:07 +00:00
migrate_apply_test.go cli: non zero exit code if any of the database migrations aren't applied 2021-09-23 06:50:25 +00:00
migrate_apply.go cli: non zero exit code if any of the database migrations aren't applied 2021-09-23 06:50:25 +00:00
migrate_create_test.go cli: enhance e2e tests 2021-07-28 06:45:03 +00:00
migrate_create.go cli: remove config v1 specific logic from migrate squash 2021-09-24 12:06:11 +00:00
migrate_delete_test.go cli: fix data-race warnings 2021-09-07 13:34:54 +00:00
migrate_delete.go cli: fix data-race warnings 2021-09-07 13:34:54 +00:00
migrate_squash_test.go cli: allow specifiying a "to" version on migrate squash command 2021-09-29 17:47:25 +00:00
migrate_squash.go cli: allow specifiying a "to" version on migrate squash command 2021-09-29 17:47:25 +00:00
migrate_status_test.go cli: enhance e2e tests 2021-07-28 06:45:03 +00:00
migrate_status.go cli: fix inconsistent metadata object list rendering 2021-07-16 05:26:47 +00:00
migrate.go cli: migrate create gives warning if database isn't connected to server 2021-06-21 13:55:09 +00:00
plugins_install.go cli: update go.mod 2021-06-16 11:45:07 +00:00
plugins_list.go cli: enhance e2e tests 2021-07-28 06:45:03 +00:00
plugins_uninstall.go cli: update go.mod 2021-06-16 11:45:07 +00:00
plugins_upgrade.go cli: update go.mod 2021-06-16 11:45:07 +00:00
plugins.go cli: update go.mod 2021-06-16 11:45:07 +00:00
root.go cli: add deploy command (close #7349) 2021-09-29 06:15:17 +00:00
scripts_update_config_v2_test.go cli: use absolute path of project directory 2021-07-16 12:59:04 +00:00
scripts_update_config_v2.go cli: remove config v1 specific logic from migrate squash 2021-09-24 12:06:11 +00:00
scripts_update_config_v3_test.go cli: enhance e2e tests 2021-07-28 06:45:03 +00:00
scripts_update_config_v3.go cli: update go.mod 2021-06-16 11:45:07 +00:00
scripts.go cli: update go.mod 2021-06-16 11:45:07 +00:00
seed_apply_test.go cli: enhance e2e tests 2021-07-28 06:45:03 +00:00
seed_apply.go cli: add support for citus sources 2021-06-21 14:35:00 +00:00
seed_create_test.go cli: enhance e2e tests 2021-07-28 06:45:03 +00:00
seed_create.go cli: add support for citus sources 2021-06-21 14:35:00 +00:00
seed.go cli: update go.mod 2021-06-16 11:45:07 +00:00
update-cli.go cli: update go.mod 2021-06-16 11:45:07 +00:00
version.go cli: fix inconsistent metadata object list rendering 2021-07-16 05:26:47 +00:00