Skip to content

Commit 420ae56

Browse files
committed
Update rdme cli
1 parent 0f20444 commit 420ae56

File tree

1 file changed

+40
-40
lines changed

1 file changed

+40
-40
lines changed

.github/workflows/rdme-guides-openapi.yml

Lines changed: 40 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -15,105 +15,105 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: Check out repo 📚
18-
uses: actions/checkout@v3
18+
uses: actions/checkout@v4
1919

2020
- name: Run `guides` command for version 0 🚀
21-
uses: readmeio/rdme@v8
21+
uses: readmeio/rdme@v10
2222
with:
23-
rdme: guides ./v0 --key=${{ secrets.README_API_KEY }} --version=0
23+
rdme: guides --folder=./v0 --key=${{ secrets.README_API_KEY }} --version=0
2424

2525
- name: Run `guides` command for version 0.1 🚀
26-
uses: readmeio/rdme@v8
26+
uses: readmeio/rdme@v10
2727
with:
28-
rdme: guides ./v0.1 --key=${{ secrets.README_API_KEY }} --version=0.1
28+
rdme: guides --folder=./v0.1 --key=${{ secrets.README_API_KEY }} --version=0.1
2929

3030
- name: Run `guides` command for version 0.8 🚀
31-
uses: readmeio/rdme@v8
31+
uses: readmeio/rdme@v10
3232
with:
33-
rdme: guides ./v0.8 --key=${{ secrets.README_API_KEY }} --version=0.8
33+
rdme: guides --folder=./v0.8 --key=${{ secrets.README_API_KEY }} --version=0.8
3434

3535
rdme-openapi:
3636
runs-on: ubuntu-latest
3737
steps:
3838
- name: Check out repo 📚
39-
uses: actions/checkout@v3
39+
uses: actions/checkout@v4
4040

4141
- name: Run `openapi` command 🚀
42-
uses: readmeio/rdme@v8
42+
uses: readmeio/rdme@v10
4343
with:
44-
rdme: openapi ./v0/callflows/authorization/authorization_openapi.yaml --key=${{ secrets.README_API_KEY }} --id=680abb4bec17eb0025ecfd8a
44+
rdme: openapi --file=./v0/callflows/authorization/authorization_openapi.yaml --key=${{ secrets.README_API_KEY }} --id=680abb4bec17eb0025ecfd8a
4545

4646
- name: Run `openapi` command 🚀
47-
uses: readmeio/rdme@v8
47+
uses: readmeio/rdme@v10
4848
with:
49-
rdme: openapi ./v0/callflows/authorization/authorization_openapi.yaml --key=${{ secrets.README_API_KEY }} --id=680ac21fcc0c4b0077132dd2
49+
rdme: openapi --file=./v0/callflows/authorization/authorization_openapi.yaml --key=${{ secrets.README_API_KEY }} --id=680ac21fcc0c4b0077132dd2
5050

5151
- name: Run `openapi` command 🚀
52-
uses: readmeio/rdme@v8
52+
uses: readmeio/rdme@v10
5353
with:
54-
rdme: openapi ./v0/catalog/simswap/simswap_openapi.yaml --key=${{ secrets.README_API_KEY }} --id=680abb7b7f2931002a8b048a
54+
rdme: openapi --file=./v0/catalog/simswap/simswap_openapi.yaml --key=${{ secrets.README_API_KEY }} --id=680abb7b7f2931002a8b048a
5555

5656
- name: Run `openapi` command 🚀
57-
uses: readmeio/rdme@v8
57+
uses: readmeio/rdme@v10
5858
with:
59-
rdme: openapi ./v0/catalog/numberverification/numberverification_openapi.yaml --key=${{ secrets.README_API_KEY }} --id=680abb9be979f2003091ef2c
59+
rdme: openapi --file=./v0/catalog/numberverification/numberverification_openapi.yaml --key=${{ secrets.README_API_KEY }} --id=680abb9be979f2003091ef2c
6060

6161
- name: Run `openapi` command 🚀
62-
uses: readmeio/rdme@v8
62+
uses: readmeio/rdme@v10
6363
with:
64-
rdme: openapi ./v0/catalog/knowyourcustomer/kyc_match_openapi.yaml --key=${{ secrets.README_API_KEY }} --id=680abbb167e5c600307ef2e3
64+
rdme: openapi --file=./v0/catalog/knowyourcustomer/kyc_match_openapi.yaml --key=${{ secrets.README_API_KEY }} --id=680abbb167e5c600307ef2e3
6565

6666
- name: Run `openapi` command 🚀
67-
uses: readmeio/rdme@v8
67+
uses: readmeio/rdme@v10
6868
with:
69-
rdme: openapi ./v0/catalog/knowyourcustomer/kyc_match_01_openapi.yaml --key=${{ secrets.README_API_KEY }} --id=680b45d5ffafb6005dcecfa3
69+
rdme: openapi --file=./v0/catalog/knowyourcustomer/kyc_match_01_openapi.yaml --key=${{ secrets.README_API_KEY }} --id=680b45d5ffafb6005dcecfa3
7070

7171
- name: Run `openapi` command 🚀
72-
uses: readmeio/rdme@v8
72+
uses: readmeio/rdme@v10
7373
with:
74-
rdme: openapi ./v0/catalog/qod/qod_08_openapi.yaml --key=${{ secrets.README_API_KEY }} --id=680abbcdaf35e8000f93a6d9
74+
rdme: openapi --file=./v0/catalog/qod/qod_08_openapi.yaml --key=${{ secrets.README_API_KEY }} --id=680abbcdaf35e8000f93a6d9
7575

7676
- name: Run `openapi` command 🚀
77-
uses: readmeio/rdme@v8
77+
uses: readmeio/rdme@v10
7878
with:
79-
rdme: openapi ./v0/catalog/qod/qod_010_openapi.yaml --key=${{ secrets.README_API_KEY }} --id=680abc0098f80500388c2d84
79+
rdme: openapi --file=./v0/catalog/qod/qod_010_openapi.yaml --key=${{ secrets.README_API_KEY }} --id=680abc0098f80500388c2d84
8080

8181
- name: Run `openapi` command 🚀
82-
uses: readmeio/rdme@v8
82+
uses: readmeio/rdme@v10
8383
with:
84-
rdme: openapi ./v0/catalog/devicelocation/devicelocation_openapi.yaml --key=${{ secrets.README_API_KEY }} --id=680abc148a1ded0062eb0274
84+
rdme: openapi --file=./v0/catalog/devicelocation/devicelocation_openapi.yaml --key=${{ secrets.README_API_KEY }} --id=680abc148a1ded0062eb0274
8585

8686
- name: Run `openapi` command 🚀
87-
uses: readmeio/rdme@v8
87+
uses: readmeio/rdme@v10
8888
with:
89-
rdme: openapi ./v0/catalog/devicelocation/devicelocation_02_openapi.yaml --key=${{ secrets.README_API_KEY }} --id=682ef067328ce700607a276a
89+
rdme: openapi --file=./v0/catalog/devicelocation/devicelocation_02_openapi.yaml --key=${{ secrets.README_API_KEY }} --id=682ef067328ce700607a276a
9090

9191
- name: Run `openapi` command 🚀
92-
uses: readmeio/rdme@v8
92+
uses: readmeio/rdme@v10
9393
with:
94-
rdme: openapi ./v0/catalog/devicestatus/devicestatus_openapi.yaml --key=${{ secrets.README_API_KEY }} --id=680abc29cc0c4b0077132d26
94+
rdme: openapi --file=./v0/catalog/devicestatus/devicestatus_openapi.yaml --key=${{ secrets.README_API_KEY }} --id=680abc29cc0c4b0077132d26
9595

9696
- name: Run `openapi` command 🚀
97-
uses: readmeio/rdme@v8
97+
uses: readmeio/rdme@v10
9898
with:
99-
rdme: openapi ./v0/catalog/deviceswap/deviceswap_openapi.yaml --key=${{ secrets.README_API_KEY }} --id=680abc42e979f2003091ef61
99+
rdme: openapi --file=./v0/catalog/deviceswap/deviceswap_openapi.yaml --key=${{ secrets.README_API_KEY }} --id=680abc42e979f2003091ef61
100100

101101
- name: Run `openapi` command 🚀
102-
uses: readmeio/rdme@v8
102+
uses: readmeio/rdme@v10
103103
with:
104-
rdme: openapi ./v1/catalog/numberverification/numberverification_openapi.yaml --key=${{ secrets.README_API_KEY }} --id=6840119e1f5929001cf49914
104+
rdme: openapi --file=./v1/catalog/numberverification/numberverification_openapi.yaml --key=${{ secrets.README_API_KEY }} --id=6840119e1f5929001cf49914
105105

106106
- name: Run `openapi` command 🚀
107-
uses: readmeio/rdme@v8
107+
uses: readmeio/rdme@v10
108108
with:
109-
rdme: openapi ./v1/catalog/simswap/simswap_openapi.yaml --key=${{ secrets.README_API_KEY }} --id=684015189c5d5400104707cc
109+
rdme: openapi --file=./v1/catalog/simswap/simswap_openapi.yaml --key=${{ secrets.README_API_KEY }} --id=684015189c5d5400104707cc
110110

111111
- name: Run `openapi` command 🚀
112-
uses: readmeio/rdme@v8
112+
uses: readmeio/rdme@v10
113113
with:
114-
rdme: openapi ./v0/catalog/knowyourcustomer/kyc_age_verification_openapi.yaml --key=${{ secrets.README_API_KEY }} --id=686d430f5c2fd20018ce7556
114+
rdme: openapi --file=./v0/catalog/knowyourcustomer/kyc_age_verification_openapi.yaml --key=${{ secrets.README_API_KEY }} --id=686d430f5c2fd20018ce7556
115115

116116
- name: Run `openapi` command 🚀
117-
uses: readmeio/rdme@v8
117+
uses: readmeio/rdme@v10
118118
with:
119-
rdme: openapi ./v0/catalog/knowyourcustomer/kyc_tenure_openapi.yaml --key=${{ secrets.README_API_KEY }} --id=6874e6f254f6aa3161e0c45b
119+
rdme: openapi --file=./v0/catalog/knowyourcustomer/kyc_tenure_openapi.yaml --key=${{ secrets.README_API_KEY }} --id=6874e6f254f6aa3161e0c45b

0 commit comments

Comments
 (0)