这是indexloc提供的服务,不要输入任何密码
Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cli/commands/metadata.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion cli/docs/hasura.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions cli/docs/hasura_metadata.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion cli/docs/hasura_metadata_apply.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion cli/docs/hasura_metadata_export.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion cli/docs/hasura_metadata_reset.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion docs/graphql/manual/hasura-cli/hasura.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions docs/graphql/manual/hasura-cli/hasura_metadata.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
~~~~~~~
Expand Down
2 changes: 1 addition & 1 deletion docs/graphql/manual/hasura-cli/hasura_metadata_apply.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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*
Original file line number Diff line number Diff line change
Expand Up @@ -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*
2 changes: 1 addition & 1 deletion docs/graphql/manual/hasura-cli/hasura_metadata_reset.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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*