An open API service indexing awesome lists of open source software.

https://github.com/nhost/cli-js


https://github.com/nhost/cli-js

Last synced: 10 months ago
JSON representation

Awesome Lists containing this project

README

          



Nhost CLI


Get your local Nhost backend for development





GitHub contributors








## Usage

The CLI is your primary interface when doing local development with Nhost.

```bash
npm install -g nhost
```

To quickly get started, run the following commands:

```
nhost login # Login
cd # Change directory to your project
nhost init # Only run once to initiate project locally
nhost dev # Start local Nhost backend
nhost link # Link with existing Nhost project
nhost env [ls, pull] # List or pull environment variables from Nhost
```

## Dependencies

- [Hasura CLI](https://hasura.io/docs/latest/graphql/core/hasura-cli/install-hasura-cli.html#install-hasura-cli)
- [Docker](https://www.docker.com/get-started)
- [Docker Compose](https://docs.docker.com/compose/install/)
- [curl](https://curl.se/);

## Support

- [x] MacOS
- [x] Linux
- [ ] Windows _(coming soon)_

## Documentation

For details on how to use Nhost CLI, check out our [documentation](https://docs.nhost.io/cli).