cli icon indicating copy to clipboard operation
cli copied to clipboard

Nhost CLI

Results 22 cli issues
Sort by recently updated
recently updated
newest added

For reference: https://hasura.io/docs/latest/auth/authentication/jwt/#x-hasura-allowed-roles A potential solution would be allow passing a json as value, for instance: ```toml [[hasura.jwtSecrets.claims_map]] claim = 'x-hasura-allowed-roles' valueJson = '["user", "something"]' ``` We may want to...

I was using the command `nhost --data-folder ${FOLDER_PATH} up` to share data between branches locally and after updating my CLI to v1.9.0 this doesn't work anymore. Is there a way...

It would be helpful for macOS and Linux users if there were a Homebrew tap. The client could then be installed without requiring root privileges and you'd be able to...

This PR bumps the Nhost Dashboard Docker image to version 1.14.0.

chore

When running `nhost up --storage-port=9093` and attempting to retrieve a presigned URL from the storage service, you will still get a `https://local.storage.nhost.run` URL. This makes it difficult to use ngrok...

Proposal: The command `nhost config pull` should not be run if an `nhost` folder does not exist in the project directory and should prompt the user to run `nhost init...

https://github.com/nhost/cli/issues/139 was closed with a comment saying that CLI 1.x now works with podman, but it does not appear to be true. I get the following output when running `nhost...

I just ran `nhost sw upgrade` (on version) 1.0.5 which without prompting for sudo permissions attempted to upgrade to 1.1.0. However, the below error occurred as I was not sudo....