Hasura CLI: hasura platform:setup¶
Setup a new Hasura project
Synopsis¶
Setup all the clusters in a Hasura project for further use, also adds required remotes and hooks to git push
hasura platform:setup [flags]
Alias: setup
Examples¶
# when a new project is cloned, execute to get credentials for cluster access,
# add your ssh key to clusters and to create hooks and remotes
$ hasura setup
Options¶
-h, --help help for platform:setup
Options inherited from parent commands¶
--project string hasura project directory where the commands should be executed. (default: current directory)
Was this page helpful?