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
5 changes: 4 additions & 1 deletion usync/04.command/05.APIuser.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,11 @@ Once this is set up, you can use all the [Commands!](Commands)
You can also install the `uSync.Command.Setup` package to set the generate the user and client secret in Umbraco automatically. You can install this package by typing the following command in the command-line.

```
dotnet add package uSync.Command.Setup --version 17.1.0
dotnet add package uSync.Command.Setup --version 16.1.0
```
:::tip
Version 16 will work with Version 17 of Umbraco and uSync.
:::

This will allow you to add the `AddIfMissing` setting to the appsettings and fill in user details.

Expand Down