https://github.com/nhost/cli-js
https://github.com/nhost/cli-js
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/nhost/cli-js
- Owner: nhost
- License: mit
- Created: 2021-11-10T12:02:42.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-11-11T13:52:42.000Z (about 4 years ago)
- Last Synced: 2025-02-13T13:19:32.232Z (11 months ago)
- Language: JavaScript
- Size: 169 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: contributing.md
- License: LICENSE
Awesome Lists containing this project
README
## 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).