Skip to content
This repository was archived by the owner on Feb 16, 2025. It is now read-only.

Latest commit

 

History

History
24 lines (15 loc) · 842 Bytes

File metadata and controls

24 lines (15 loc) · 842 Bytes

Docker Redoc CLI

Docker Builds

GitHub Stars Docker Pulls

Docker Image for ReDoc's Command Line Interface

Installation

docker pull naoigcat/redoc-cli

Usage

See redoc-cli for available commands.

It is recommended to create an alias:

alias redoc-cli="docker run --rm -v \"$PWD\":/app naoigcat/redoc-cli"