You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: website/docs/add-a-new-api/generate-your-client.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,7 +44,7 @@ The `clients` field define which specification to generate and their output loca
44
44
45
45
2. Generate your client
46
46
47
-
With just the above changes, you can now run `yarn cli generate javascript -h` which should output a complete list of the available APIs for Javascript, `awesomeapi` should be in it.
47
+
With just the above changes, you can now run `yarn cli generate -h` which should output a complete list of the available APIs for Javascript, `awesomeapi` should be in it.
48
48
49
49
Running `yarn cli generate javascript awesomeapi` will generate the client and format it, and `yarn cli build clients javascript awesomeapi` will bundle it.
0 commit comments