Hasura CLI: hasura hub:publish¶
Publish a hasura project
Synopsis¶
Push a project to hasura hub for others to clone and use
hasura hub:publish [flags]
Alias: publish
Examples¶
# Publish current hasura project with default version:
$ hasura publish
# Publish current hasura project with custom version:
$ hasura publish --version <version>
# Un-publish a published project
$ hasura unpublish
Options¶
-h, --help help for hub:publish
--silent publish without any prompts (username will be prompted if not set), takes name from hasura.yaml
--version string project version to publish (default: current timestamp)
Options inherited from parent commands¶
--project string hasura project directory where the commands should be executed. (default: current directory)
Was this page helpful?