Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,11 +107,6 @@ nile connect login # Login using browser-based authentication
nile connect status # Check connection status
nile connect logout # Clear stored credentials

# Authentication Setup
nile auth quickstart --nextjs # Set up authentication in a Next.js app
nile auth env # Generate environment variables
nile auth env --output .env.local # Save environment variables to file

# Workspace Management
nile workspace list # List all workspaces
nile workspace show # Show current workspace details
Expand Down Expand Up @@ -140,6 +135,11 @@ nile users list # List al
nile users update --id user-123 --new_email "new@example.com" # Update user email
nile users delete --id user-123 # Delete user

# Nile Auth Setup
nile auth quickstart --nextjs # Set up authentication in a Next.js app
nile auth env # Generate environment variables
nile auth env --output .env.local # Save environment variables to file

# Local Development
nile local start # Start local development environment
nile local stop # Stop local environment
Expand Down