Skip to content

Commit

Permalink
update features
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskapp committed Aug 22, 2024
1 parent e840527 commit 5c3d288
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/components/HomepageFeatures.js
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,9 @@ export default function HomepageFeatures() {
a complete type-safe client SDK to communicate with your API.</p>
</div>
<div className="col col--12">
<CodeBlock language="text" title="Console" showLineNumbers>{`php bin/psx generate:sdk`}</CodeBlock>
<CodeBlock language="text" title="Console" showLineNumbers>{`php bin/psx generate:sdk spec-openapi
php bin/psx generate:sdk client-typescript
php bin/psx generate:sdk client-php`}</CodeBlock>
</div>
</div>
</div>
Expand Down

0 comments on commit 5c3d288

Please sign in to comment.