graphql-engine/cli/commands
Divi bb1020bd47 cli/docs: update hasura cli docs
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/5192
Co-authored-by: Aravind K P <8335904+scriptonist@users.noreply.github.com>
GitOrigin-RevId: a89fa52fad4fd1d61df3026b8d00f3a740fd806b
2022-08-16 14:29:19 +00:00
..
testdata cli: fix metadata version being set to 3 for v2 project 2022-02-23 10:53:22 +00:00
actions_codegen_test.go cli: enhance e2e tests 2021-07-28 06:45:03 +00:00
actions_codegen.go cli: defer validating plugins index and actions codegen repo 2021-11-10 09:22:06 +00:00
actions_create_test.go cli: fix lint errors 2021-10-13 14:39:15 +00:00
actions_create.go cli: wrap errors 2021-12-15 17:55:44 +00:00
actions_use_codegen_test.go cli: enhance e2e tests 2021-07-28 06:45:03 +00:00
actions_use_codegen.go cli: defer validating plugins index and actions codegen repo 2021-11-10 09:22:06 +00:00
actions.go cli: defer validating plugins index and actions codegen repo 2021-11-10 09:22:06 +00:00
commands_test.go cli: refactor metadataobject package 2022-03-10 08:13:50 +00:00
completion.go cli: fix lint errors 2021-10-13 14:39:15 +00:00
console.go cli: fix regression with --address flag of hasura console command 2022-01-20 06:41:05 +00:00
deploy_test.go cli: add deploy command (close #7349) 2021-09-29 06:15:17 +00:00
deploy.go cli: add All option for migrate sub-commands (apply, delete and status) and seed apply command 2021-12-23 15:59:56 +00:00
docs.go cli/docs: update hasura cli docs 2022-08-16 14:29:19 +00:00
help.go cli: fix lint errors 2021-10-13 14:39:15 +00:00
init_test.go cli: avoid exporting hasura-specific schemas during hasura init 2022-04-25 13:06:52 +00:00
init.go cli: avoid exporting hasura-specific schemas during hasura init 2022-04-25 13:06:52 +00:00
metadata_apply_test.go cli: Add --disallow-inconsistent-metadata flag to hasura metadata apply command 2022-08-16 09:59:03 +00:00
metadata_apply.go cli: Add --disallow-inconsistent-metadata flag to hasura metadata apply command 2022-08-16 09:59:03 +00:00
metadata_clear_test.go server: fix bugs in clear_metadata code path 2022-04-11 11:25:13 +00:00
metadata_clear.go cli: refactor metadata object interface 2021-07-23 09:50:36 +00:00
metadata_diff_test.go cli: enhance metadata diff command 2021-12-09 17:26:53 +00:00
metadata_diff.go cli: fix perfomance regression with large metadata in metadata apply 2022-06-15 12:39:43 +00:00
metadata_export_test.go cli: fix actions transforms test 2021-11-03 17:44:12 +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 --disallow-inconsistent-metadata flag to hasura metadata apply command 2022-08-16 09:59:03 +00:00
metadata_inconsistency_drop_test.go cli: improve error/log messages 2021-10-08 16:10:31 +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: wrap errors 2021-12-15 17:55:44 +00:00
metadata_inconsistency_status_test.go cli: improve error/log messages 2021-10-08 16:10:31 +00:00
metadata_inconsistency_status.go cli: improve error/log messages 2021-10-08 16:10:31 +00:00
metadata_inconsistency.go cli: update go.mod 2021-06-16 11:45:07 +00:00
metadata_reload_test.go cli: improve error/log messages 2021-10-08 16:10:31 +00:00
metadata_reload.go cli: wrap errors 2021-12-15 17:55:44 +00:00
metadata.go cli: refactor metadataobject package 2022-03-10 08:13:50 +00:00
migrate_apply_test.go cli: add All option for migrate sub-commands (apply, delete and status) and seed apply command 2021-12-23 15:59:56 +00:00
migrate_apply.go cli: improve handling of wrapped errors in migrate operations 2022-02-08 14:30:35 +00:00
migrate_create_test.go cli: fix migrate create command behaviour when no data provided 2022-01-12 16:16:50 +00:00
migrate_create.go cli: avoid exporting hasura-specific schemas during hasura init 2022-04-25 13:06:52 +00:00
migrate_delete_test.go cli: make --database-name optional in migrate subcommands when using a single database 2021-10-08 13:30:12 +00:00
migrate_delete.go cli: add All option for migrate sub-commands (apply, delete and status) and seed apply command 2021-12-23 15:59:56 +00:00
migrate_squash_test.go cli: fix lint errors 2021-10-13 14:39:15 +00:00
migrate_squash.go cli: fix lint errors 2021-10-13 14:39:15 +00:00
migrate_status_test.go cli: enhance e2e tests 2021-07-28 06:45:03 +00:00
migrate_status.go cli: add All option for migrate sub-commands (apply, delete and status) and seed apply command 2021-12-23 15:59:56 +00:00
migrate.go cli: add All option for migrate sub-commands (apply, delete and status) and seed apply command 2021-12-23 15:59:56 +00:00
plugins_install.go cli: fix lint errors 2021-10-13 14:39:15 +00:00
plugins_list.go cli: fix lint errors 2021-10-13 14:39:15 +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: defer validating plugins index and actions codegen repo 2021-11-10 09:22:06 +00:00
root.go cli: fix lint errors 2021-10-13 14:39:15 +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: refactor metadataobject package 2022-03-10 08:13:50 +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: fix lint errors 2021-10-13 14:39:15 +00:00
scripts.go cli: update go.mod 2021-06-16 11:45:07 +00:00
seed_apply_test.go cli: fix lint errors 2021-10-13 14:39:15 +00:00
seed_apply.go cli: misc changes 2022-01-12 13:25:22 +00:00
seed_create_test.go cli: enhance e2e tests 2021-07-28 06:45:03 +00:00
seed_create.go cli: add All option for migrate sub-commands (apply, delete and status) and seed apply command 2021-12-23 15:59:56 +00:00
seed.go cli: add All option for migrate sub-commands (apply, delete and status) and seed apply command 2021-12-23 15:59:56 +00:00
update-cli.go cli: fix changelog hyperlink in the log message 2021-11-11 10:56:16 +00:00
version.go cli: fix inconsistent metadata object list rendering 2021-07-16 05:26:47 +00:00