mirror of
https://github.com/LukeHagar/redocly-cli.git
synced 2025-12-09 12:47:48 +00:00
35 lines
1.3 KiB
Markdown
35 lines
1.3 KiB
Markdown
---
|
|
seo:
|
|
title: Redocly CLI guides
|
|
description: Browse how-to guides for working with Redocly CLI
|
|
content:
|
|
cards:
|
|
- header: Redocly CLI quickstart
|
|
link: docs/cli/quickstart
|
|
text: Take your first steps with Redocly CLI.
|
|
- header: OpenAPI starter project
|
|
link: docs/cli/openapi-starter
|
|
text: Get started with OpenAPI and Redocly, using this sample project.
|
|
- header: Enforce response contents
|
|
link: docs/cli/guides/response-contains-property
|
|
text: How to create a custom rule to enforce response contents.
|
|
- header: Hide internal APIs
|
|
link: docs/cli/guides/hide-apis
|
|
text: How to hide internal APIs.
|
|
- header: Replace the server URL
|
|
link: docs/cli/guides/replace-servers-url
|
|
text: How to replace the server URL in different environments.
|
|
- header: Change the OAuth2 token URL
|
|
link: docs/cli/guides/change-token-url
|
|
text: How to change the OAuth2 token URL.
|
|
- header: Hide OpenAPI specification extensions
|
|
link: docs/cli/guides/hide-specification-extensions
|
|
text: How to create a custom decorator to hide OpenAPI specification extensions.
|
|
---
|
|
|
|
# Redocly CLI guides
|
|
|
|
A selection of guides to common tasks with Redocly CLI.
|
|
|
|
{% wideTileCards content=$frontmatter.content /%}
|