fix typos in metadata command (#493)

This commit is contained in:
Maxim Makarov 2018-09-20 04:30:37 +03:00 committed by Shahidh K Muhammed
parent c42af444f7
commit 0fc4ebf09a
11 changed files with 13 additions and 13 deletions

View File

@ -16,7 +16,7 @@ func NewMetadataCmd(ec *cli.ExecutionContext) *cobra.Command {
v := viper.New()
metadataCmd := &cobra.Command{
Use: "metadata",
Short: "Manage Hausra GraphQL Engine metdata saved in the database",
Short: "Manage Hasura GraphQL Engine metdata saved in the database",
SilenceUsage: true,
PersistentPreRunE: func(cmd *cobra.Command, args []string) error {
ec.Viper = v

View File

@ -17,7 +17,7 @@ Hasura GraphQL Engine command line tool
* [hasura console](hasura_console.md) - Open console to manage database and try out APIs
* [hasura init](hasura_init.md) - Initialize directory for Hasura GraphQL Engine migrations
* [hasura metadata](hasura_metadata.md) - Manage Hausra GraphQL Engine metdata saved in the database
* [hasura metadata](hasura_metadata.md) - Manage Hasura GraphQL Engine metdata saved in the database
* [hasura migrate](hasura_migrate.md) - Manage migrations on the database
* [hasura version](hasura_version.md) - Print the CLI version

View File

@ -1,10 +1,10 @@
## hasura metadata
Manage Hausra GraphQL Engine metdata saved in the database
Manage Hasura GraphQL Engine metdata saved in the database
### Synopsis
Manage Hausra GraphQL Engine metdata saved in the database
Manage Hasura GraphQL Engine metdata saved in the database
### Options

View File

@ -33,6 +33,6 @@ hasura metadata apply [flags]
### SEE ALSO
* [hasura metadata](hasura_metadata.md) - Manage Hausra GraphQL Engine metdata saved in the database
* [hasura metadata](hasura_metadata.md) - Manage Hasura GraphQL Engine metdata saved in the database
###### Auto generated by spf13/cobra on 6-Aug-2018

View File

@ -33,6 +33,6 @@ hasura metadata export [flags]
### SEE ALSO
* [hasura metadata](hasura_metadata.md) - Manage Hausra GraphQL Engine metdata saved in the database
* [hasura metadata](hasura_metadata.md) - Manage Hasura GraphQL Engine metdata saved in the database
###### Auto generated by spf13/cobra on 6-Aug-2018

View File

@ -33,6 +33,6 @@ hasura metadata reset [flags]
### SEE ALSO
* [hasura metadata](hasura_metadata.md) - Manage Hausra GraphQL Engine metdata saved in the database
* [hasura metadata](hasura_metadata.md) - Manage Hasura GraphQL Engine metdata saved in the database
###### Auto generated by spf13/cobra on 6-Aug-2018

View File

@ -39,7 +39,7 @@ SEE ALSO
* :ref:`hasura init <hasura_init>` - Initialize directory for Hasura GraphQL Engine
* :ref:`hasura login <hasura_login>` - Login to hasura.io
* :ref:`hasura logout <hasura_logout>` - Logout from hasura.io
* :ref:`hasura metadata <hasura_metadata>` - Manage Hausra GraphQL Engine metdata saved in the database
* :ref:`hasura metadata <hasura_metadata>` - Manage Hasura GraphQL Engine metdata saved in the database
* :ref:`hasura migrate <hasura_migrate>` - Manage migrations on the database
* :ref:`hasura update-cli <hasura_update-cli>` - Update hasura to latest version
* :ref:`hasura user-info <hasura_user-info>` - Get details for current logged in user

View File

@ -3,13 +3,13 @@
Hasura CLI: hasura metadata
---------------------------
Manage Hausra GraphQL Engine metdata saved in the database
Manage Hasura GraphQL Engine metdata saved in the database
Synopsis
~~~~~~~~
Manage Hausra GraphQL Engine metdata saved in the database
Manage Hasura GraphQL Engine metdata saved in the database
Options
~~~~~~~

View File

@ -42,6 +42,6 @@ Options inherited from parent commands
SEE ALSO
~~~~~~~~
* :ref:`hasura metadata <hasura_metadata>` - Manage Hausra GraphQL Engine metdata saved in the database
* :ref:`hasura metadata <hasura_metadata>` - Manage Hasura GraphQL Engine metdata saved in the database
*Auto generated by spf13/cobra*

View File

@ -42,6 +42,6 @@ Options inherited from parent commands
SEE ALSO
~~~~~~~~
* :ref:`hasura metadata <hasura_metadata>` - Manage Hausra GraphQL Engine metdata saved in the database
* :ref:`hasura metadata <hasura_metadata>` - Manage Hasura GraphQL Engine metdata saved in the database
*Auto generated by spf13/cobra*

View File

@ -42,6 +42,6 @@ Options inherited from parent commands
SEE ALSO
~~~~~~~~
* :ref:`hasura metadata <hasura_metadata>` - Manage Hausra GraphQL Engine metdata saved in the database
* :ref:`hasura metadata <hasura_metadata>` - Manage Hasura GraphQL Engine metdata saved in the database
*Auto generated by spf13/cobra*