Skip to content

Commit 822b060

Browse files
committed
Renaming open-api-cli to openapi-cli
1 parent 4d7a48c commit 822b060

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,18 +51,18 @@ $ pip3 install -r requirements.txt
5151
A Dockerfile is available to build a image that contains all needed requirements. You can build it as follow:
5252

5353
```sh
54-
$ sudo docker build -t open-api-cli:0.1 .
54+
$ sudo docker build -t openapi-cli:0.1 .
5555
```
5656

5757
To use it:
5858

5959
```sh
60-
$ sudo docker run -it --rm -v $(pwd)/petstore-python-client:/app:ro open-api-cli:0.1
60+
$ sudo docker run -it --rm -v $(pwd)/petstore-python-client:/app:ro openapi-cli:0.1
6161
$ user@900e050de182:/app$ openapi-cli.py api StoreApi get_inventory
6262
{'sold': 15, 'string': 6, 'avaliable': 1, 'pending': 6, 'available': 204, 'HEHEHE': 1}
6363
```
6464

65-
A automated build is available at [Docker Hub](https://hub.docker.com/r/booyaabes/open-api-cli):
65+
A automated build is available at [Docker Hub](https://hub.docker.com/r/booyaabes/openapi-cli):
6666

6767
```sh
6868
$ sudo docker pull booyaabes/open-api-cli:latest

0 commit comments

Comments
 (0)