docs
  • Hasura Platform
    • Getting started
    • Installing the Hasura CLI
    • The complete tutorial
    • GraphQL tutorial
    • Hasura project
    • Hasura cluster
    • Project microservices
    • API Console
    • Auth
    • Data (GraphQL/JSON APIs)
    • Filestore
    • Notify (Sending emails/SMS)
    • Postgres
    • API gateway
    • Hasura Hub
    • Hasura CLI reference
      • Troubleshooting
      • hasura
      • hasura completion
      • hasura hub:clone
      • hasura hub:publish
      • hasura hub:quickstart
      • hasura hub:search
      • hasura hub:unpublish
      • hasura login
      • hasura logout
      • hasura platform:api-console
      • hasura platform:cluster
      • hasura platform:cluster add
      • hasura platform:cluster create
      • hasura platform:cluster delete
      • hasura platform:cluster get-credentials
      • hasura platform:cluster get-default
      • hasura platform:cluster install
      • hasura platform:cluster list
      • hasura platform:cluster set-default
      • hasura platform:cluster status
      • hasura platform:cluster template-context
      • hasura platform:cluster top
      • hasura platform:cluster upgrade
      • hasura platform:conf
      • hasura platform:conf apply
      • hasura platform:conf diff
      • hasura platform:conf generate-domain
      • hasura platform:conf generate-remote
      • hasura platform:conf generate-route
      • hasura platform:help
      • hasura platform:microservice
      • hasura platform:microservice apply
      • hasura platform:microservice clone
      • hasura platform:microservice copy
      • hasura platform:microservice create
      • hasura platform:microservice exec
      • hasura platform:microservice list
      • hasura platform:microservice logs
      • hasura platform:microservice open
      • hasura platform:microservice port-forward
      • hasura platform:microservice remove
      • hasura platform:microservice restart
      • hasura platform:microservice scale
      • hasura platform:microservice start
      • hasura platform:microservice status
      • hasura platform:microservice stop
      • hasura platform:microservice sync
      • hasura platform:migration
      • hasura platform:migration apply
      • hasura platform:migration create
      • hasura platform:migration db-reset
      • hasura platform:migration status
      • hasura platform:secret
      • hasura platform:secret list
      • hasura platform:secret update
      • hasura platform:setup
      • hasura platform:ssh-key
      • hasura platform:ssh-key add
      • hasura platform:ssh-key list
      • hasura platform:ssh-key remove
      • hasura update-cli
      • hasura user-info
      • hasura version
    • Hasura API reference
    • Guides
    • Installing Hasura on a Kubernetes Cluster
    • Hasura architecture
    • Billing for Hasura
    • Moving to v0.16 from v0.15
    • Moving to v0.15 from older versions
DOCS  vx.y

Hasura CLI: hasura hub:search¶

Search for hasura projects on Hasura Hub

Synopsis¶

Search for hasura quickstarts and projects on Hasura Hub (https://hasura.io/hub)

hasura hub:search <search-query> [flags]

Alias: search

Examples¶

# search Hasura projects and quickstarts on Hasura Hub (https://hasura.io/hub):
$ hasura search <search-query>

# search for 'python' on Hub
$ hasura search python

Options¶

-h, --help          help for hub:search
    --limit int     limit number of results (default 10)
    --no-trunc      show full output
    --page int      page number to fetch (default 1)
    --sort string   sort by: relevance, pulls (default "relevance")

Options inherited from parent commands¶

--project string   hasura project directory where the commands should be executed. (default: current directory)

SEE ALSO¶

  • hasura - hasura controls the hasura project

Auto generated by spf13/cobra

« previous | next »
Was this page helpful?

Thank you for your feedback!
Want to contribute or report missing content? Check out the github repo for docs.
Powered by Sphinx. Copyright © 2019 Hasura.

<%= totalResults %> result<%= totalResults > 1 ? 's' : '' %> for '<%= _.escape(searchString) %>'
powered by Algolia Hasura Search

<% if ( objs.length > 0 ) { %>
    <% _.each(objs, function(obj, index ) { %>
  • <%= obj.title %>
    <%= obj.description.length > 200 ? obj.description.slice(0, 200 ) + ' ...' : obj.description %>
  • <% }); %>
<% } else { %>
Sorry! we cannot find what you are searching for!
<% } %>