We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2bf25eb + 5c35d06 commit 850a214Copy full SHA for 850a214
docs/how-to-use.md
@@ -4,6 +4,18 @@ title: How to use
4
sidebar_label: How to use
5
---
6
7
+# Install
8
+There are two ways to get the restcli.
9
+
10
+[1] - The fastest way to get rest cli is download jar from [relese tabs](https://github.com/restcli/restcli/releases)
11
12
+[2] - Install via homebrew
13
+```shell script
14
+brew tap restcli/restcli
15
+brew install restcli
16
+```
17
+# Usage
18
19
```
20
Usage: rest-cli [-hV] [-e=<environmentName>] [-l=<logLevel>]
21
[-r=<testReportNames>] FILES...
0 commit comments