mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-13 11:07:11 +03:00
CLI: Fix help message on metadata export
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/10198 Co-authored-by: Rikin Kachhia <54616969+rikinsk@users.noreply.github.com> GitOrigin-RevId: f4bb3451c37283cfa0658d56b678052bd02bff94
This commit is contained in:
parent
d40f9057e4
commit
b49952230e
@ -34,7 +34,7 @@ func newMetadataExportCmd(ec *cli.ExecutionContext) *cobra.Command {
|
||||
# Use with admin secret:
|
||||
hasura metadata export --admin-secret "<admin-secret>"
|
||||
|
||||
# Export metadata to another instance specified by the flag:
|
||||
# Export metadata from another instance specified by the flag:
|
||||
hasura metadata export --endpoint "<endpoint>"`,
|
||||
SilenceUsage: true,
|
||||
RunE: func(cmd *cobra.Command, args []string) error {
|
||||
|
@ -39,7 +39,7 @@ hasura metadata export
|
||||
# Use with admin secret:
|
||||
hasura metadata export --admin-secret "<admin-secret>"
|
||||
|
||||
# Export metadata to another instance specified by the flag:
|
||||
# Export metadata from another instance specified by the flag:
|
||||
hasura metadata export --endpoint "<endpoint>"
|
||||
```
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user