Skip to content

nhost/cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

f8556fb · Mar 12, 2025
Jan 7, 2025
Dec 11, 2024
Mar 12, 2025
Mar 12, 2025
Feb 6, 2025
Mar 12, 2025
Feb 11, 2025
Jun 3, 2024
Mar 12, 2025
Jun 3, 2024
Mar 12, 2025
Jun 27, 2023
Jan 27, 2025
May 16, 2023
Oct 25, 2021
May 21, 2021
May 17, 2024
Jun 3, 2024
Feb 6, 2024
May 16, 2023
Sep 2, 2024
Feb 11, 2025
Feb 6, 2025
May 31, 2023
Dec 11, 2024
Mar 12, 2025
Mar 12, 2025
Dec 11, 2024
Dec 5, 2024

Repository files navigation

Nhost CLI

Nhost is an open-source Firebase alternative with GraphQL.

The Nhost CLI is used to set up a local development environment. This environment will automatically track database migrations and Hasura metadata.

It's recommended to use the Nhost CLI and the Nhost GitHub Integration to develop locally and automatically deploy changes to production with a git-based workflow (similar to Netlify & Vercel).

Services

Get Started

Install the Nhost CLI

sudo curl -L https://raw.githubusercontent.com/nhost/cli/main/get.sh | bash

Initialize a project

nhost init

Initialize a project with a remote project as a starting point

nhost init --remote

Start the development environment

nhost up

Use the Nhost Dashboard

nhost up --ui nhost

Documentation

Build from Source

Make sure you have Go 1.18 or later installed.

The source code includes a self-signed certificate for testing purposes. Nhost workers with configured access to AWS may use the cert.sh script to generate a real certificate from Let's Encrypt.

go build -o /usr/local/bin/nhost

This will build the binary available as the nhost command in the terminal.

Dependencies

Supported Platforms

  • MacOS
  • Linux
  • Windows WSL2