nile local
command helps you manage a local development environment using Docker. This environment provides a PostgreSQL database pre-configured with Nile’s schema and features.
start
- Start the local environmentstop
- Stop the local environmentinfo
- Display connection informationstart
command launches a Docker container with a pre-configured PostgreSQL database.
Flag | Description | Default |
---|---|---|
--no-prompt | Start without prompting for psql connection | false |
stop
command gracefully stops and removes the Docker container.
info
command displays connection details for the running environment.
nile db
- Manage cloud databasesnile tenants
- Manage tenantsnile users
- Manage usersnile config
- Configure CLI settings