mirror of
https://github.com/LukeHagar/redocly-cli.git
synced 2025-12-09 12:47:48 +00:00
37 lines
1.2 KiB
Plaintext
37 lines
1.2 KiB
Plaintext
---
|
|
title: Redocly CLI guides
|
|
description: Browse how-to guides for working with Redocly CLI
|
|
---
|
|
|
|
import { WideTile, Flex } from '@redocly/developer-portal/ui';
|
|
|
|
# Redocly CLI guides
|
|
|
|
Learn how to work with Redocly CLI.
|
|
|
|
<div>
|
|
<Flex justifyContent="space-between" flexWrap="wrap">
|
|
<WideTile to="../rules.md" header="Rules">
|
|
Learn about rules.
|
|
</WideTile>
|
|
<WideTile to="../decorators.md" header="Decorators">
|
|
Learn about decorators.
|
|
</WideTile>
|
|
<WideTile to="./response-contains-property.md" header="Enforce response contents">
|
|
How to create a custom rule to enforce response contents.
|
|
</WideTile>
|
|
<WideTile to="./hide-apis.md" header="Hide internal APIs">
|
|
How to hide internal APIs.
|
|
</WideTile>
|
|
<WideTile to="./replace-servers-url.md" header="Replace the server URL">
|
|
How to replace the server URL in different environments.
|
|
</WideTile>
|
|
<WideTile to="./change-token-url.md" header="Change the OAuth2 token URL">
|
|
How to change the OAuth2 token URL.
|
|
</WideTile>
|
|
<WideTile to="./hide-specification-extensions.md" header="Hide OpenAPI specification extensions">
|
|
How to create a custom decorator to hide OpenAPI specification extensions.
|
|
</WideTile>
|
|
</Flex>
|
|
</div>
|