graphql-engine/cli/commands
Vamshi Surabhi 4facb3c780 remove support for query templates (#2560)
query templates is a little known feature that lets you template rql
queries and serve them as rest apis. This is not relevant anymore
given the GraphQL interface and getting rid of it reduces the dev
time when adding features in few subsystems.

This feature has never been used outside hasura's internal projects or
documented or exposed through console and hence can safely be removed.
2019-07-23 19:11:34 +00:00
..
completion.go fix bash completion example docs on cli (#1832) 2019-03-28 07:28:20 +05:30
console_test.go accept a json or yaml file for metadata apply command (close #1698) (#1746) 2019-03-20 10:40:06 +05:30
console.go add server version to console html (close #2444) (#2452) 2019-07-02 12:44:29 +00:00
docs.go cli: add new install script, commands (#1556) 2019-02-05 18:21:21 +05:30
help.go cli: add new install script, commands (#1556) 2019-02-05 18:21:21 +05:30
init_test.go rename access-key to admin-secret (close #1347) (#1540) 2019-02-14 15:07:47 +05:30
init.go rename access-key to admin-secret (close #1347) (#1540) 2019-02-14 15:07:47 +05:30
metadata_apply_test.go accept a json or yaml file for metadata apply command (close #1698) (#1746) 2019-03-20 10:40:06 +05:30
metadata_apply.go added feedback for metadata commands (close #1411) (#1929) 2019-04-03 11:22:03 +05:30
metadata_clear_test.go rename metadata reset to metadta clear (close #1851) (#1893) 2019-03-29 10:44:56 +05:30
metadata_clear.go added feedback for metadata commands (close #1411) (#1929) 2019-04-03 11:22:03 +05:30
metadata_export_test.go accept a json or yaml file for metadata apply command (close #1698) (#1746) 2019-03-20 10:40:06 +05:30
metadata_export.go added feedback for metadata commands (close #1411) (#1929) 2019-04-03 11:22:03 +05:30
metadata_reload_test.go accept a json or yaml file for metadata apply command (close #1698) (#1746) 2019-03-20 10:40:06 +05:30
metadata_reload.go added feedback for metadata commands (close #1411) (#1929) 2019-04-03 11:22:03 +05:30
metadata.go rename metadata reset to metadta clear (close #1851) (#1893) 2019-03-29 10:44:56 +05:30
migrate_apply_test.go added feedback on migration commands (close #1410) (#1931) 2019-04-03 16:59:58 +05:30
migrate_apply.go added feedback on migration commands (close #1410) (#1931) 2019-04-03 16:59:58 +05:30
migrate_create_test.go added feedback on migration commands (close #1410) (#1931) 2019-04-03 16:59:58 +05:30
migrate_create.go add an api to dump postgres schema (close #1939) (#1967) 2019-04-30 14:04:08 +05:30
migrate_status_test.go rename access-key to admin-secret (close #1347) (#1540) 2019-02-14 15:07:47 +05:30
migrate_status.go added feedback on migration commands (close #1410) (#1931) 2019-04-03 16:59:58 +05:30
migrate_test.go remove support for query templates (#2560) 2019-07-23 19:11:34 +00:00
migrate.go rename access-key to admin-secret (close #1347) (#1540) 2019-02-14 15:07:47 +05:30
root.go accept a json or yaml file for metadata apply command (close #1698) (#1746) 2019-03-20 10:40:06 +05:30
update-cli.go add update-cli command to cli (close #1239) (#1251) 2019-02-04 16:21:29 +05:30
version.go rename access-key to admin-secret (close #1347) (#1540) 2019-02-14 15:07:47 +05:30