Files
redocly-cli/docs/guides/index.mdx
2021-08-30 21:24:14 +00:00

36 lines
912 B
Plaintext

---
title: OpenAPI CLI guides
description: Browse how-to guides for working with OpenAPI CLI
---
import { WideTile, Flex } from '@redocly/developer-portal/ui';
# OpenAPI CLI guides
Learn how to work with OpenAPI CLI.
<div>
<Flex justifyContent="space-between">
<WideTile to="./lint.md" header="Managing the lint configuration">
How to configure the lint tool
</WideTile>
<WideTile to="./response-contains-property.md" header="Enforcing response contents">
How to create a custom rule to enforce response contents
</WideTile>
</Flex>
</div>
<div>
<Flex justifyContent="space-between">
<WideTile to="./hide-apis.md" header="Hiding internal APIs">
How to hide internal APIs
</WideTile>
<WideTile to="./replace-server-url.md" header="Replacing the server URL">
How to replace the server URL in different environments
</WideTile>
</Flex>
</div>