—data-folder="": Data folder to persist data
(default: “.nhost/data/certs2”)—dot-nhost-folder="": Path to .nhost folder
(default: “.nhost”)—help, -h: show help—local-subdomain="": Local subdomain to reach the development environment (default: “local”)—nhost-folder="": Path to nhost folder
(default: “nhost”)—project-name="": Project name (default: “cli”)—root-folder="": Root folder of project
(default: ”.”)
Edit base configuration or an overlay—editor="": Editor to use (default: “vim”)—subdomain="": If specified, edit this subdomain’s overlay, otherwise edit base configuation
View deployments logs in the cloud environment—follow: Specify if the logs should be streamed—subdomain="": Project’s subdomain to operate on, defaults to linked project—timeout="": Specify the timeout for streaming logs (default: 5m0s)
[EXPERIMENTAL] Create a new deployment—follow: Specify if the logs should be streamed. If set, the command will wait for the deployment to finish and stream the logs. If the deployment fails the command will return an error.—message="": Commit message—ref="": Git reference—subdomain="": Project’s subdomain to operate on, defaults to linked project—timeout="": Specify the timeout for streaming logs (default: 5m0s)—user="": Commit user name—user-avatar-url="": Commit user avatar URL
Start local development environment—apply-seeds: Apply seeds. If the .nhost folder does not exist, seeds will be applied regardless of this flag—auth-port="": If specified, expose auth on this port. Not recommended (default: 0)—ca-certificates="": Mounts and everrides path to CA certificates in the containers—dashboard-version="": Dashboard version to use (default: “nhost/dashboard:2.20.0”)—disable-tls: Disable TLS—down-on-error: Skip confirmation—functions-port="": If specified, expose functions on this port. Not recommended (default: 0)—hasura-console-port="": If specified, expose hasura console on this port. Not recommended (default: 0)—hasura-port="": If specified, expose hasura on this port. Not recommended (default: 0)—http-port="": HTTP port to listen on (default: 443)—postgres-port="": Postgres port to listen on (default: 5432)—run-service="": Run service to add to the development environment. Can be passed multiple times. Comma-separated values are also accepted. Format: /path/to/run-service.toml[:overlay_name]—storage-port="": If specified, expose storage on this port. Not recommended (default: 0)
Install credentials helper and configure docker so it can authenticate with Nhost’s registry—docker-config="": Path to docker config file (default: “/Users/dbarroso/.docker/config.json”)—no-interactive: Do not prompt for confirmation
Shows Run service configuration after resolving secrets—config="": Service configuration file (default: “nhost-run-service.toml”)—overlay-name="": If specified, apply this overlay
Deploy service configuration—config="": Service configuration file (default: “nhost-run-service.toml”)—service-id="": Service ID to update. Applies overlay of the same name
Edit service configuration—config="": Service configuration file (default: “nhost-run-service.toml”)—editor="": Editor to use (default: “vim”)—overlay-name="": If specified, apply this overlay
Validates service configuration after resolving secrets—config="": Service configuration file (default: “nhost-run-service.toml”)—overlay-name="": If specified, apply this overlay—service-id="": If specified, apply this overlay and remote secrets for this service
Outputs environment variables. Useful to generate .env files—config="": Service configuration file (default: “nhost-run-service.toml”)—overlay-name="": If specified, apply this overlay—prepend-export: Prepend ‘export’ to each line
Login to Nhost—email="": Email address—password="": Password—pat="": Use this Personal Access Token instead of generating a new one with your email/password