Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
midnqp authored Aug 16, 2022
1 parent e099bc8 commit 07d238d
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

<p align=center>
<img src="https://user-images.githubusercontent.com/50658760/179565718-d6bed09d-86f8-4096-bcd8-03b610cd5624.png"/>

Expand Down Expand Up @@ -42,7 +41,7 @@ Postman CLI commands:
List resources recursively.

Options:
- `-d [number] set recursive depth [1]`
- `-d [number]` `set recursive depth [1]`

```
$ pcli list user register
Expand Down Expand Up @@ -71,9 +70,10 @@ Shows details of a resource.

Options:
- `--res` `include response`
- `--meta` `include response meta`

```sh
$ pcli show --res users register # request
$ pcli show --res --meta users register 200 # example

register post /users/register
{
Expand All @@ -86,6 +86,11 @@ register post /users/register
password: 'password'
},
response: {
code: 200,
status: 'OK',
size: '59 bytes',
time: '70ms',
header: { etag: 'W/"2e0-BhmP8Tg7Unp53FgyRTXTNA2zjFU"' },
body: {
id: '7a96cbb8045a56d23dc1',
fullName: 'Muadh bin Jabal'
Expand All @@ -94,7 +99,7 @@ register post /users/register
}
```
```sh
$ pcli show users # folder
$ pcli show users # folder

register post /users/register
{
Expand Down

0 comments on commit 07d238d

Please sign in to comment.