Skip to content
Open
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
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ Continue with deprovisioning? (y/n)

```bash
$ userlifecycle deprovision --dry-run --no-interaction
Continue with deprovisioning? (y/n)
# Will start a dry run without asking for confirmation.
```

Expand Down Expand Up @@ -135,7 +134,7 @@ The API can be called in the following manner for a given user's collabPersonId:
and will return the deprovision information in JSON format.

There are some rules on how the user data should be structured. User Lifecycle will only accept properly formatted
user data. The contract can be found in the [docs/deprovision-information.md]().
user data. The contract can be found in the [docs/deprovision-information.md](/docs/deprovision-information.md).

## Logging

Expand Down