graphql-engine/cli/commands
Aravind Shankar ca7d8b3df5 rename metadata reset to metadta clear (close #1851) (#1893)
The word "reset" is little ambiguous (reset to scratch or reset to last known consistent state). metadata reset clears the all the metadata to mimic a freshly installed hasura instance. This actually invokes the clear_metadata API in the backend and hence should also be called metadata clear for perfect clarity.

All references to metadata reset should be changed to metadata clear.
2019-03-29 10:44:56 +05:30
..
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 accept a json or yaml file for metadata apply command (close #1698) (#1746) 2019-03-20 10:40:06 +05:30
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 accept a json or yaml file for metadata apply command (close #1698) (#1746) 2019-03-20 10:40:06 +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 rename metadata reset to metadta clear (close #1851) (#1893) 2019-03-29 10:44:56 +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 accept a json or yaml file for metadata apply command (close #1698) (#1746) 2019-03-20 10:40:06 +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 accept a json or yaml file for metadata apply command (close #1698) (#1746) 2019-03-20 10:40:06 +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 rename access-key to admin-secret (close #1347) (#1540) 2019-02-14 15:07:47 +05:30
migrate_apply.go add options to create migration from files from sql and server (close #1699) (#1761) 2019-03-18 22:10:04 +05:30
migrate_create_test.go add options to create migration from files from sql and server (close #1699) (#1761) 2019-03-18 22:10:04 +05:30
migrate_create.go add options to create migration from files from sql and server (close #1699) (#1761) 2019-03-18 22:10:04 +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 accept a json or yaml file for metadata apply command (close #1698) (#1746) 2019-03-20 10:40:06 +05:30
migrate_test.go add options to create migration from files from sql and server (close #1699) (#1761) 2019-03-18 22:10:04 +05:30
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