nile auth
commands help you set up and manage authentication in your applications. These commands streamline the process of adding multi-tenant authentication to your projects and managing authentication-related configurations.
env
command helps you generate and manage authentication-related environment variables.
--output
flag to save variables to .env.local
.env.local
to your .gitignore
nile auth env
nile connect login
- Connect to Nile using browser-based authenticationnile local start
- Start local development environmentnile config
- Configure workspace and database settingsnile auth quickstart
--nextjs
- Create a Next.js application (required)nile auth env
--output <file>
- Save variables to a file (optional)