Skip to content

Commit

Permalink
feat: release v1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nohehf committed Aug 26, 2024
1 parent 2759def commit b1c1534
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ CLI from the file url._ To get started:

1. [Install deno](https://deno.land/#installation)
2. Run:
`deno run https://deno.land/x/graphman@v1.2.1/src/cli.ts <graphql endpoint url>`
`deno run https://deno.land/x/graphman@v1.2.2/src/cli.ts <graphql endpoint url>`
3. Import the generated `[...].postman_collection.json` file in postman.

### Install GraphMan
Expand All @@ -51,7 +51,7 @@ If you want to access graphman easly you can "install" it on your machine:

1. [Install deno](https://deno.land/#installation)
2. Run:
`deno install -r -f --allow-net --allow-write -n graphman https://deno.land/x/graphman@v1.2.1/src/cli.ts`
`deno install -r -f --allow-net --allow-write -n graphman https://deno.land/x/graphman@v1.2.2/src/cli.ts`
3. The command will output `export PATH="..."` copy paste it in your `~/.bashrc`
or `~/.zshrc` file to add graphman to your path. You can now run graphman
using the `graphman <params>` command! 🎉 To **update** GraphMan just
Expand Down Expand Up @@ -85,7 +85,7 @@ You can try graphman on public graphql APIs, and it is a great way to get
started with graphQL:

- Rick&Morty API:
`deno run https://deno.land/x/graphman@v1.2.1/src/cli.ts https://rickandmortyapi.com/graphql`
`deno run https://deno.land/x/graphman@v1.2.2/src/cli.ts https://rickandmortyapi.com/graphql`

| <img width="300" src="https://raw.githubusercontent.com/Escape-Technologies/graphman/main/collection-example.png"> |
| :----------------------------------------------------------------------------------------------------------------: |
Expand Down

0 comments on commit b1c1534

Please sign in to comment.