Skip to content

Commit

Permalink
updated readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
k8pai committed Sep 22, 2023
1 parent b5466cf commit ab21494
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ npm i -g nextauth-cli@latest

The CLI provides a set of commands to streamline the setup process for NextAuth.js projects. Here are the available commands:

1. **Commands with flags.**

```bash
nextauth --router <router-type> --provider <provider> --adapter <adapter> --secret --env --ts
```
Expand Down Expand Up @@ -127,6 +129,8 @@ Creates a new project with the the specified Next.js base template. Options for
- `Zoho`
- `Zoom`

2. **Commands with prompts support.**

```bash
nextauth
```
Expand Down

0 comments on commit ab21494

Please sign in to comment.