{"id":18949462,"url":"https://github.com/nhost/cli","last_synced_at":"2025-04-05T15:07:56.454Z","repository":{"id":36975286,"uuid":"251439948","full_name":"nhost/cli","owner":"nhost","description":"Nhost CLI","archived":false,"fork":false,"pushed_at":"2025-03-28T09:05:05.000Z","size":87971,"stargazers_count":80,"open_issues_count":11,"forks_count":29,"subscribers_count":6,"default_branch":"main","last_synced_at":"2025-03-28T09:11:52.087Z","etag":null,"topics":["authentication","backend","cli","graphql","hasura","local","postgresql","serverless","storage"],"latest_commit_sha":null,"homepage":"https://docs.nhost.io/development/cli/overview","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nhost.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-03-30T22:11:12.000Z","updated_at":"2025-03-12T09:36:09.000Z","dependencies_parsed_at":"2024-03-11T12:27:28.719Z","dependency_job_id":"bddc7de4-6540-47a7-96ae-33ed5421a0bb","html_url":"https://github.com/nhost/cli","commit_stats":{"total_commits":701,"total_committers":26,"mean_commits":26.96153846153846,"dds":0.5805991440798859,"last_synced_commit":"1a7e68fb0887d91402d5bf769cc34df03795b1cd"},"previous_names":[],"tags_count":177,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nhost%2Fcli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nhost%2Fcli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nhost%2Fcli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nhost%2Fcli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nhost","download_url":"https://codeload.github.com/nhost/cli/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247353745,"owners_count":20925329,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["authentication","backend","cli","graphql","hasura","local","postgresql","serverless","storage"],"created_at":"2024-11-08T13:17:05.479Z","updated_at":"2025-04-05T15:07:56.436Z","avatar_url":"https://github.com/nhost.png","language":"Go","funding_links":[],"categories":["Go"],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n  \u003ch1 style=\"font-size: 3em; font-weight: bold;\"\u003eNhost CLI\u003c/h1\u003e\n\u003c/div\u003e\n\n\u003cdiv align=\"center\"\u003e\n\n[![Go Report Card](https://goreportcard.com/badge/github.com/nhost/cli)](https://goreportcard.com/report/github.com/nhost/cli)\n\u003ca href=\"https://twitter.com/nhost\" target=\"_blank\" rel=\"noopener noreferrer\"\u003e\n\u003cimg src=\"https://img.shields.io/twitter/follow/nhost?style=social\" alt=\"Twitter Follow Badge\"/\u003e\n\u003c/a\u003e\n\n\u003c/div\u003e\n\n[Nhost](http://nhost.io) is an open-source Firebase alternative with GraphQL.\n\nThe Nhost CLI is used to set up a local development environment. This environment will automatically track database migrations and Hasura metadata.\n\nIt's recommended to use the Nhost CLI and the [Nhost GitHub Integration](https://docs.nhost.io/platform/github-integration) to develop locally and automatically deploy changes to production with a git-based workflow (similar to Netlify \u0026 Vercel).\n\n## Services\n\n- [Nhost Dashboard](https://github.com/nhost/nhost/tree/main/dashboard)\n- [Postgres Database](https://www.postgresql.org/)\n- [Hasura's GraphQL Engine](https://github.com/hasura/graphql-engine)\n- [Hasura Auth](https://github.com/nhost/hasura-auth)\n- [Hasura Storage](https://github.com/nhost/hasura-storage)\n- [Nhost Serverless Functions](https://github.com/nhost/functions)\n- [Minio S3](https://github.com/minio/minio)\n- [Mailhog](https://github.com/mailhog/MailHog)\n\n## Get Started\n\n### Install the Nhost CLI\n\n```bash\nsudo curl -L https://raw.githubusercontent.com/nhost/cli/main/get.sh | bash\n```\n\n### Initialize a project\n\n```bash\nnhost init\n```\n\n### Initialize a project with a remote project as a starting point\n\n```bash\nnhost init --remote\n```\n\n### Start the development environment\n\n```bash\nnhost up\n```\n\n### Use the Nhost Dashboard\n\n```bash\nnhost up --ui nhost\n```\n\n## Documentation\n\n- [Get started with Nhost CLI (longer version)](https://docs.nhost.io/platform/overview/get-started-with-nhost-cli)\n- [Nhost CLI](https://docs.nhost.io/platform/cli)\n- [Reference](https://docs.nhost.io/reference/cli)\n\n## Build from Source\n\nMake sure you have [Go](https://golang.org/doc/install) 1.18 or later installed.\n\nThe 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.\n\n```bash\ngo build -o /usr/local/bin/nhost\n```\nThis will build the binary available as the `nhost` command in the terminal.\n\n## Dependencies\n\n- [Docker](https://docs.docker.com/get-docker/)\n- [Docker Compose](https://docs.docker.com/compose/install/)\n- [curl](https://curl.se/)\n- [Git](https://git-scm.com/downloads)\n\n## Supported Platforms\n\n- MacOS\n- Linux\n- Windows WSL2","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnhost%2Fcli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnhost%2Fcli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnhost%2Fcli/lists"}