Skip to content
Merged
Show file tree
Hide file tree
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
15 changes: 14 additions & 1 deletion usync/04.command/10.Commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,21 @@ Options:
`--version Show version information`
`-?, -h, --help Show help and usage information`
```
## Common Parameters

## What are the Commands?
When you enter a command you need to provide the server url. This tells it which server to hit. To do this, enter `-s` and then your server address, for example:

```
usynccli usync-ping -s https://myServer.com
```

You then need to provide client credentials. Client credentials can be provided [through the appsettings.json](../command/APIuser) file or in the command-line itself. To enter client credentials in the command-line, enter `-k` and then your client secret. Following that, enter `-i` and then your client ID. For example:

```
usynccli usync-ping -s https://myServer.com -k Client_Secret -i Client_ID
```

## Commands

| Command | Description |
|--|--|
Expand Down
2 changes: 1 addition & 1 deletion usync/04.command/_category_.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"label": "uSync.CommandLine",
"link": {
"type": "generated-index",
"title": "Commands",
"title": "uSync.CommandLine",
"description": "Your guide to uSync.CommandLine setup and features. "
}
}