graphql-engine/docs/graphql/cloud/projects/index.rst

63 lines
1.5 KiB
ReStructuredText
Raw Normal View History

2020-08-25 14:53:25 +03:00
.. meta::
:description: Managing teams in Hasura Cloud
:keywords: hasura, docs, cloud, teams
.. _projects:
Projects & collaborators
========================
2020-08-25 14:53:25 +03:00
.. contents:: Table of contents
:backlinks: none
:depth: 1
:local:
Introduction
------------
The ``Projects`` page show a list of your projects.
.. thumbnail:: /img/graphql/cloud/projects/projects-list.png
2020-08-25 14:53:25 +03:00
:alt: Projects list
:width: 1200px
For each project, you can do the one of the following actions:
2020-08-25 14:53:25 +03:00
.. thumbnail:: /img/graphql/cloud/getting-started/project-actions.png
2020-08-25 14:53:25 +03:00
:alt: Project actions
:width: 860px
- Click the gear icon to manage your project
.. thumbnail:: /img/graphql/cloud/projects/project-details.png
:alt: General tab
:width: 900px
- Click ``Launch Console`` to open the Hasura console in your browser. The ``Pro`` tab
lets you use the Pro features that Hasura Cloud has set up for you.
.. thumbnail:: /img/graphql/cloud/metrics/pro-tab-overview.png
:alt: Hasura Console: Pro tab
:width: 900px
2020-08-25 14:53:25 +03:00
.. note::
Please see the :ref:`API reference <cloud_api_reference>` to create and manage Hasura Cloud projects programmatically.
Dig deeper
----------
.. toctree::
:maxdepth: 1
:titlesonly:
Creating projects <create>
Project Collaborators <collaborators>
Project Env vars <env-vars>
Project Domains <domains>
2020-08-25 14:53:25 +03:00
Securing projects <secure>
Switching pricing plans <pricing>
Heroku database URL Sync <heroku-url-sync>
2020-08-25 14:53:25 +03:00
Deleting projects <delete>