render-cli

Automate Render CLI deployments, monitoring, and debugging with API key authentication.

Updated May 28, 2026
One-click install
npx skills add https://github.com/render-oss/render-codex-plugin --skill render-cli-render-oss
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: render-cli
Source: https://github.com/render-oss/render-codex-plugin/tree/main/skills/render-cli
Command: npx skills add https://github.com/render-oss/render-codex-plugin --skill render-cli-render-oss

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Streamlines and automates interactions with the Render CLI to perform deployments, service monitoring, logs access, and blueprint validation, reducing manual toil and human error.

Core Features & Use Cases

  • Install and configure the Render CLI for interactive or CI/CD workflows.
  • Deploy services, view logs, open psql sessions, SSH into running instances, and validate render.yaml blueprints.
  • Authenticate with an API key, switch workspaces, and generate machine-readable outputs for scripting.

Quick Start

Install the Render CLI and run a basic render services command to verify your setup.

Frequently Asked Questions about render-cli

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate Render deployments from the command line?

You can automate Render deployments by using the Render CLI in non-interactive mode with API key authentication. This allows you to script deployments, validate render.yaml blueprints, and generate machine-readable outputs for CI/CD pipelines.

Can I access Render service logs and open psql sessions via the CLI?

Yes, the Render CLI supports viewing service logs, opening psql sessions, and SSHing into running instances. You can run these commands interactively or integrate them into local development workflows.

Does the Render CLI support non-interactive execution for CI/CD pipelines?

Yes, the Render CLI supports non-interactive execution designed for CI/CD pipelines and automation tasks. It uses API key authentication and provides machine-readable output options to integrate seamlessly with automation tooling.

How do I manage Render workspaces and authenticate using an API key?

You can manage Render workspaces by configuring the CLI with an API key for authentication. This setup enables both interactive local development and automated workspace switching for deployment scripts.

What is the best way to validate render.yaml blueprints before deploying?

The best way to validate render.yaml blueprints is using the Render CLI's built-in validation commands. This reduces manual toil and human error by ensuring your service configurations are correct before deployment.