Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
DEPRECATED: this package is deprecated. Use npx @redocly/cli build-docs <api>
instead.
ReDoc's Command Line Interface
You can use redoc-cli
by installing the package globally,
or using npx.
The two following commands are available:
redoc-cli serve [spec]
- starts the server with spec
rendered with ReDoc.
Supports a server-side rendering mode (--ssr
)
and can watch the spec (--watch
) to automatically reload the page whenever it changes.npx @redocly/cli preview-docs [spec]
redoc-cli bundle [spec]
- bundles spec
and Redoc into a zero-dependency HTML file.redoc-cli build [spec]
- build spec
and Redoc into a zero-dependency HTML file.Some examples:
orange
:$ redoc-cli build [spec] --options.theme.colors.primary.main=orange
nativeScrollbars
option set to true:$ redoc-cli serve [spec] --options.nativeScrollbars
$ redoc-cli build [spec] -t custom.hbs
templateOptions
:$ redoc-cli build [spec] -t custom.hbs --templateOptions.metaDescription "Page meta description"
.redocly.yaml
or redocly.yaml
) and your OpenAPI definition file.build
command (options from the Redocly configuration file will be automatically fetched):redoc build openapi.yaml
For more details, run redoc-cli --help
.
FAQs
ReDoc's Command Line Interface
We found that redoc-cli demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.