Skip to content

Commit

Permalink
autogen(docs): generate cli docs
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr committed Jan 19, 2021
1 parent 2e2880a commit 2bca952
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/docs/cli/kratos-identities-import.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,17 @@ kratos identities import <file.json [file-2.json [file-3.json] ...]> [flags]
### Examples

```
$ cat > ./file.json <<EOF
{
"schema_id": "default",
"traits": {
"email": "[email protected]"
}
}
EOF
$ kratos identities import file.json
# Alternatively:
$ cat file.json | kratos identities import
```

Expand Down

0 comments on commit 2bca952

Please sign in to comment.