# Render CLI Reference — Look up supported commands and options.



This reference is automatically generated from the Render CLI source.

View documentation for any command in the CLI itself by running the following:

```shell
render help <command>
```

## Top-level commands

###### `docs`

Open the Render docs in your browser

*Usage:*

```bash
render docs
```

*Options:*

------

###### Global options

---

###### Option

`--confirm`

###### Description

Skip all confirmation prompts

---

###### Option

`--output`, `-o`

###### Description

Output format: interactive, json, yaml, or text (auto: text in non-TTY contexts unless explicitly set)

------

###### `environments &lt;projectID&gt;`

List environments for a specified project in the active workspace.
In interactive mode you can view each environment's individual services.

*Usage:*

```bash
render environments <projectID>
```

*Options:*

------

###### Global options

---

###### Option

`--confirm`

###### Description

Skip all confirmation prompts

---

###### Option

`--output`, `-o`

###### Description

Output format: interactive, json, yaml, or text (auto: text in non-TTY contexts unless explicitly set)

------

###### `kv-cli [keyValueID|keyValueName]`

Open a redis-cli or valkey-cli session to a Key Value instance. Optionally pass the key value id or name as an argument.
To pass arguments to redis-cli or valkey-cli, use the following syntax: render kv-cli [keyValueID|keyValueName] -- [redis-cli args]

*Usage:*

```bash
render kv-cli [keyValueID|keyValueName]
```

*Options:*

------

###### Global options

---

###### Option

`--confirm`

###### Description

Skip all confirmation prompts

---

###### Option

`--output`, `-o`

###### Description

Output format: interactive, json, yaml, or text (auto: text in non-TTY contexts unless explicitly set)

------

###### `login`

Login to Render using the dashboard

*Usage:*

```bash
render login
```

*Options:*

------

###### Global options

---

###### Option

`--confirm`

###### Description

Skip all confirmation prompts

---

###### Option

`--output`, `-o`

###### Description

Output format: interactive, json, yaml, or text (auto: text in non-TTY contexts unless explicitly set)

------

###### `logs`

View logs for services and datastores.

Use flags to filter logs by resource, instance, time, text, level, type, host, status code, method, or path.
Unlike in the dashboard, you can view logs for multiple resources at once. Set `--tail=true` to stream new logs (currently only in interactive mode).

In interactive mode you can update the filters and view logs in real time.

*Usage:*

```bash
render logs
```

*Options:*

------

###### Option

`--direction`

###### Description

The direction to query the logs. Can be 'forward' or 'backward'

---

###### Option

`--end`

###### Description

The end time of the logs to query

---

###### Option

`--host`

###### Description

A list of comma separated hosts to query

---

###### Option

`--instance`

###### Description

A list of comma separated instance IDs to query

---

###### Option

`--level`

###### Description

A list of comma separated log levels to query

---

###### Option

`--limit`

###### Description

The maximum number of logs to return

---

###### Option

`--method`

###### Description

A list of comma separated HTTP methods to query

---

###### Option

`--path`

###### Description

A list of comma separated paths to query

---

###### Option

`--resources`, `-r`

###### Description

A list of comma separated resource IDs to query. Required in non-interactive mode.

---

###### Option

`--start`

###### Description

The start time of the logs to query

---

###### Option

`--status-code`

###### Description

A list of comma separated status codes to query

---

###### Option

`--tail`

###### Description

Stream new logs

---

###### Option

`--task-id`

###### Description

A list of comma separated task IDs to query

---

###### Option

`--task-run-id`

###### Description

A list of comma separated task run IDs to query

---

###### Option

`--text`

###### Description

A list of comma separated strings to search for in the logs

---

###### Option

`--type`

###### Description

A list of comma separated log types to query

---

###### Global options

---

###### Option

`--confirm`

###### Description

Skip all confirmation prompts

---

###### Option

`--output`, `-o`

###### Description

Output format: interactive, json, yaml, or text (auto: text in non-TTY contexts unless explicitly set)

------

###### `pgcli [postgresID|postgresName]`

Open a pgcli session to a PostgreSQL database. Optionally pass the database id or name as an argument.
To pass arguments to pgcli, use the following syntax: render pgcli [postgresID|postgresName] -- [pgcli args]

*Usage:*

```bash
render pgcli [postgresID|postgresName]
```

*Options:*

------

###### Global options

---

###### Option

`--confirm`

###### Description

Skip all confirmation prompts

---

###### Option

`--output`, `-o`

###### Description

Output format: interactive, json, yaml, or text (auto: text in non-TTY contexts unless explicitly set)

------

###### `projects`

List projects for the active workspace.
In interactive mode you can view the environments for a project.

*Usage:*

```bash
render projects
```

*Options:*

------

###### Global options

---

###### Option

`--confirm`

###### Description

Skip all confirmation prompts

---

###### Option

`--output`, `-o`

###### Description

Output format: interactive, json, yaml, or text (auto: text in non-TTY contexts unless explicitly set)

------

###### `psql [postgresID|postgresName]`

Open a psql session to a PostgreSQL database. Optionally pass the database id or name as an argument.
To pass arguments to psql, use the following syntax: render psql [postgresID|postgresName] -- [psql args]

For non-interactive usage, use the `--command` flag:
  render psql [postgresID|postgresName] -c "SELECT * FROM users;" -o text

Additional psql flags can be passed after --:
  render psql [postgresID|postgresName] -c "SELECT 1;" -o json -- `--csv` -q

*Usage:*

```bash
render psql [postgresID|postgresName]
```

*Options:*

------

###### Option

`--command`, `-c`

###### Description

SQL command to execute (enables non-interactive mode)

---

###### Global options

---

###### Option

`--confirm`

###### Description

Skip all confirmation prompts

---

###### Option

`--output`, `-o`

###### Description

Output format: interactive, json, yaml, or text (auto: text in non-TTY contexts unless explicitly set)

------

###### `restart [resourceID]`

Restart a service

*Usage:*

```bash
render restart [resourceID]
```

*Options:*

------

###### Global options

---

###### Option

`--confirm`

###### Description

Skip all confirmation prompts

---

###### Option

`--output`, `-o`

###### Description

Output format: interactive, json, yaml, or text (auto: text in non-TTY contexts unless explicitly set)

------

###### `ssh [serviceID|serviceName|instanceID]`

SSH into a service instance. You can specify the service ID, service name, or specific instance ID as an argument.

To pass arguments to ssh, use the following syntax: render ssh [serviceID|serviceName|instanceID] -- [ssh args]

*Usage:*

```bash
render ssh [serviceID|serviceName|instanceID]
```

*Options:*

------

###### Option

`--ephemeral`, `-e`

###### Description

connect to ephemeral instance

---

###### Global options

---

###### Option

`--confirm`

###### Description

Skip all confirmation prompts

---

###### Option

`--output`, `-o`

###### Description

Output format: interactive, json, yaml, or text (auto: text in non-TTY contexts unless explicitly set)

------

###### `whoami`

Display information about the current user

*Usage:*

```bash
render whoami
```

*Options:*

------

###### Global options

---

###### Option

`--confirm`

###### Description

Skip all confirmation prompts

---

###### Option

`--output`, `-o`

###### Description

Output format: interactive, json, yaml, or text (auto: text in non-TTY contexts unless explicitly set)

------

###### `workspaces`

List workspaces

*Usage:*

```bash
render workspaces
```

*Options:*

------

###### Global options

---

###### Option

`--confirm`

###### Description

Skip all confirmation prompts

---

###### Option

`--output`, `-o`

###### Description

Output format: interactive, json, yaml, or text (auto: text in non-TTY contexts unless explicitly set)

------

## Blueprints

###### `blueprints validate [file]`

Validate a render.yaml Blueprint file for errors before committing.

Validates:
  - YAML syntax
  - Schema validation (required fields, types)
  - Semantic validation (valid plans, regions, etc.)
  - Conflict checking against existing resources

*Usage:*

```bash
render blueprints validate [file]
```

*Examples:*

```bash
render blueprints validate                    # Validate ./render.yaml
render blueprints validate ./my-blueprint.yaml  # Validate specific file
render blueprints validate -o json            # Output as JSON
```

*Options:*

------

###### Option

`--workspace`, `-w`

###### Description

Workspace ID to validate against (defaults to current workspace)

---

###### Global options

---

###### Option

`--confirm`

###### Description

Skip all confirmation prompts

---

###### Option

`--output`, `-o`

###### Description

Output format: interactive, json, yaml, or text (auto: text in non-TTY contexts unless explicitly set)

------

## Deploys

###### `deploys cancel &lt;serviceID&gt; &lt;deployID&gt;`

Cancel a running deploy

*Usage:*

```bash
render deploys cancel <serviceID> <deployID>
```

*Options:*

------

###### Global options

---

###### Option

`--confirm`

###### Description

Skip all confirmation prompts

---

###### Option

`--output`, `-o`

###### Description

Output format: interactive, json, yaml, or text (auto: text in non-TTY contexts unless explicitly set)

------

###### `deploys create [serviceID]`

Trigger a service deploy and tail logs

*Usage:*

```bash
render deploys create [serviceID]
```

*Options:*

------

###### Option

`--clear-cache`

###### Description

Clear build cache before deploying

---

###### Option

`--commit`

###### Description

The commit ID to deploy

---

###### Option

`--image`

###### Description

The Docker image URL to deploy

---

###### Option

`--wait`

###### Description

Wait for deploy to finish. Returns non-zero exit code if deploy fails

---

###### Global options

---

###### Option

`--confirm`

###### Description

Skip all confirmation prompts

---

###### Option

`--output`, `-o`

###### Description

Output format: interactive, json, yaml, or text (auto: text in non-TTY contexts unless explicitly set)

------

###### `deploys list [serviceID]`

List deploys for a service

*Usage:*

```bash
render deploys list [serviceID]
```

*Options:*

------

###### Global options

---

###### Option

`--confirm`

###### Description

Skip all confirmation prompts

---

###### Option

`--output`, `-o`

###### Description

Output format: interactive, json, yaml, or text (auto: text in non-TTY contexts unless explicitly set)

------

## Jobs

###### `jobs cancel &lt;serviceID&gt; &lt;jobID&gt;`

Cancel a running job

*Usage:*

```bash
render jobs cancel <serviceID> <jobID>
```

*Options:*

------

###### Global options

---

###### Option

`--confirm`

###### Description

Skip all confirmation prompts

---

###### Option

`--output`, `-o`

###### Description

Output format: interactive, json, yaml, or text (auto: text in non-TTY contexts unless explicitly set)

------

###### `jobs create [serviceID]`

Create a new job for a service

*Usage:*

```bash
render jobs create [serviceID]
```

*Options:*

------

###### Option

`--plan-id`

###### Description

The plan ID for the job (optional)

---

###### Option

`--start-command`

###### Description

The command to run for the job

---

###### Global options

---

###### Option

`--confirm`

###### Description

Skip all confirmation prompts

---

###### Option

`--output`, `-o`

###### Description

Output format: interactive, json, yaml, or text (auto: text in non-TTY contexts unless explicitly set)

------

###### `jobs list [serviceID]`

List jobs for a service

*Usage:*

```bash
render jobs list [serviceID]
```

*Options:*

------

###### Global options

---

###### Option

`--confirm`

###### Description

Skip all confirmation prompts

---

###### Option

`--output`, `-o`

###### Description

Output format: interactive, json, yaml, or text (auto: text in non-TTY contexts unless explicitly set)

------

## Services

###### `services`

Lists all services and datastores for the active workspace. In interactive mode, you can view logs, restart services, trigger deploys, SSH into instances, and connect to PostgreSQL and Key Value datastores.

*Usage:*

```bash
render services
```

*Aliases:* `service`

*Available commands:*

| Command | Description |
| --- | --- |
| <a href="#services-create">`create`</a> | Create a new service |
| <a href="#services-instances">`instances`</a> | List instances for a service |
| <a href="#services-update">`update`</a> | Update a service |

*Examples:*

```bash
# List all services
render services

# Output as JSON
render services --output json

# Filter by environment
render services -e env-abc123

# Include preview environments
render services --include-previews

# Combine filters
render services -e env-abc123,env-def456 --include-previews --output json
```

*Options:*

------

###### Option

`--environment-ids`, `-e`

###### Description

Filter services by environment IDs

---

###### Option

`--include-previews`

###### Description

Include preview environments

---

###### Global options

---

###### Option

`--confirm`

###### Description

Skip all confirmation prompts

---

###### Option

`--output`, `-o`

###### Description

Output format: interactive, json, yaml, or text (auto: text in non-TTY contexts unless explicitly set)

------

###### `services create`

Create a new service on Render.

This command currently runs in non-interactive mode only.
Provide all config with flags.

*Usage:*

```bash
render services create
```

*Examples:*

```bash
render services create --name my-api --type web_service --repo https://github.com/org/repo --output json
render services create --from srv-abc123 --name my-api-clone --output json
```

*Options:*

------

###### Option

`--auto-deploy`

###### Description

Enable auto-deploy

---

###### Option

`--branch`

###### Description

Git branch

---

###### Option

`--build-command`

###### Description

Build command

---

###### Option

`--build-filter-ignored-path`

###### Description

Build filter ignored path (can be specified multiple times)

---

###### Option

`--build-filter-path`

###### Description

Build filter path (can be specified multiple times)

---

###### Option

`--cron-command`

###### Description

Cron command

---

###### Option

`--cron-schedule`

###### Description

Cron schedule

---

###### Option

`--env-var`

###### Description

Environment variable in `KEY=VALUE` format (can be specified multiple times)

---

###### Option

`--environment-id`

###### Description

Environment ID

---

###### Option

`--from`

###### Description

Clone configuration from existing service (ID or name). Other flags override cloned values.

---

###### Option

`--health-check-path`

###### Description

Health check path

---

###### Option

`--image`

###### Description

Docker image URL

---

###### Option

`--ip-allow-list`

###### Description

IP allow list entry in `cidr=...,description=`... format (can be specified multiple times)

---

###### Option

`--maintenance-mode`

###### Description

Enable maintenance mode

---

###### Option

`--maintenance-mode-uri`

###### Description

Maintenance mode URI

---

###### Option

`--max-shutdown-delay`

###### Description

Max shutdown delay in seconds

---

###### Option

`--name`

###### Description

Service name

---

###### Option

`--num-instances`

###### Description

Number of instances

---

###### Option

`--plan`

###### Description

Service plan

---

###### Option

`--pre-deploy-command`

###### Description

Pre-deploy command

---

###### Option

`--previews`

###### Description

Preview generation mode

---

###### Option

`--publish-directory`

###### Description

Publish directory

---

###### Option

`--region`

###### Description

Deployment region

---

###### Option

`--registry-credential`

###### Description

Registry credential

---

###### Option

`--repo`

###### Description

Git repository URL

---

###### Option

`--root-directory`

###### Description

Root directory

---

###### Option

`--runtime`

###### Description

Runtime environment

---

###### Option

`--secret-file`

###### Description

Secret file in NAME:`LOCAL_PATH` format (can be specified multiple times)

---

###### Option

`--start-command`

###### Description

Start command

---

###### Option

`--type`

###### Description

Service type

---

###### Global options

---

###### Option

`--confirm`

###### Description

Skip all confirmation prompts

---

###### Option

`--output`, `-o`

###### Description

Output format: interactive, json, yaml, or text (auto: text in non-TTY contexts unless explicitly set)

------

###### `services instances [serviceID]`

List instances for a service

*Usage:*

```bash
render services instances [serviceID]
```

*Options:*

------

###### Global options

---

###### Option

`--confirm`

###### Description

Skip all confirmation prompts

---

###### Option

`--output`, `-o`

###### Description

Output format: interactive, json, yaml, or text (auto: text in non-TTY contexts unless explicitly set)

------

###### `services update [service]`

Update a service on Render.

This command currently runs in non-interactive mode only.
Provide all updates with flags.

*Usage:*

```bash
render services update [service]
```

*Examples:*

```bash
render services update my-service --name my-new-name --output json
render services update srv-abc123 --plan pro --output json
```

*Options:*

------

###### Option

`--auto-deploy`

###### Description

Enable auto-deploy

---

###### Option

`--branch`

###### Description

Git branch

---

###### Option

`--build-command`

###### Description

Build command

---

###### Option

`--build-filter-ignored-path`

###### Description

Build filter ignored path (can be specified multiple times)

---

###### Option

`--build-filter-path`

###### Description

Build filter path (can be specified multiple times)

---

###### Option

`--cron-command`

###### Description

Cron command

---

###### Option

`--cron-schedule`

###### Description

Cron schedule

---

###### Option

`--health-check-path`

###### Description

Health check path

---

###### Option

`--image`

###### Description

Docker image URL

---

###### Option

`--ip-allow-list`

###### Description

IP allow list entry in `cidr=...,description=`... format (can be specified multiple times)

---

###### Option

`--maintenance-mode`

###### Description

Enable maintenance mode

---

###### Option

`--maintenance-mode-uri`

###### Description

Maintenance mode URI

---

###### Option

`--max-shutdown-delay`

###### Description

Max shutdown delay in seconds

---

###### Option

`--name`

###### Description

Service name

---

###### Option

`--num-instances`

###### Description

Number of instances

---

###### Option

`--plan`

###### Description

Service plan

---

###### Option

`--pre-deploy-command`

###### Description

Pre-deploy command

---

###### Option

`--previews`

###### Description

Preview generation mode

---

###### Option

`--publish-directory`

###### Description

Publish directory

---

###### Option

`--registry-credential`

###### Description

Registry credential

---

###### Option

`--repo`

###### Description

Git repository URL

---

###### Option

`--root-directory`

###### Description

Root directory

---

###### Option

`--runtime`

###### Description

Runtime environment

---

###### Option

`--start-command`

###### Description

Start command

---

###### Global options

---

###### Option

`--confirm`

###### Description

Skip all confirmation prompts

---

###### Option

`--output`, `-o`

###### Description

Output format: interactive, json, yaml, or text (auto: text in non-TTY contexts unless explicitly set)

------

## Skills

###### `skills`

Install and manage Render agent skills for AI coding tools such as Claude Code, Codex, OpenCode, and Cursor.

Skills add deployment, debugging, and monitoring capabilities to your AI coding assistant.

*Usage:*

```bash
render skills
```

*Available commands:*

| Command | Description |
| --- | --- |
| <a href="#skills-install">`install`</a> | Install Render skills to AI coding tools |
| <a href="#skills-list">`list`</a> | List installed Render skills and detected tools |
| <a href="#skills-remove">`remove`</a> | Remove installed Render skills from AI coding tools |
| <a href="#skills-update">`update`</a> | Update previously installed Render skills |

*Options:*

------

###### Global options

---

###### Option

`--confirm`

###### Description

Skip all confirmation prompts

---

###### Option

`--output`, `-o`

###### Description

Output format: interactive, json, yaml, or text (auto: text in non-TTY contexts unless explicitly set)

------

###### `skills install`

Install Render agent skills from https://github.com/render-oss/skills to detected AI coding tools.

Supported tools: Claude Code, Codex, OpenCode, Cursor.

Skills can be installed at two scopes:
  - user:    Install to ~/.{tool}/skills/ (default, current user only)
  - project: Install to ./.{tool}/skills/ (committed to git, all collaborators)

By default an interactive prompt lets you pick scope, tools, and skills.
Use `--scope`, `--tool`, and `--skill` flags to skip the prompts (useful for CI).

*Usage:*

```bash
render skills install
```

*Options:*

------

###### Option

`--dry-run`

###### Description

show what would be installed without making changes

---

###### Option

`--scope`

###### Description

installation scope: user (default) or project

---

###### Option

`--skill`

###### Description

install specific skills only (e.g. `--skill` render-deploy `--skill` render-debug)

---

###### Option

`--tool`

###### Description

install to a specific tool only (claude, codex, opencode, cursor)

---

###### Global options

---

###### Option

`--confirm`

###### Description

Skip all confirmation prompts

---

###### Option

`--output`, `-o`

###### Description

Output format: interactive, json, yaml, or text (auto: text in non-TTY contexts unless explicitly set)

------

###### `skills list`

Show which Render skills are currently installed and which AI coding tools they are installed to. This reads from local state only — no network access is required.

Use `--scope` to filter by installation scope (user or project).

*Usage:*

```bash
render skills list
```

*Options:*

------

###### Option

`--scope`

###### Description

filter by scope: user or project

---

###### Global options

---

###### Option

`--confirm`

###### Description

Skip all confirmation prompts

---

###### Option

`--output`, `-o`

###### Description

Output format: interactive, json, yaml, or text (auto: text in non-TTY contexts unless explicitly set)

------

###### `skills remove`

Remove previously installed Render skills from detected AI coding tools.

By default an interactive prompt lets you pick which skills to remove.
Use `--skill` and `--all` flags to skip the prompts.

Use `--scope` to remove from a specific scope (user or project).

*Usage:*

```bash
render skills remove
```

*Options:*

------

###### Option

`--all`

###### Description

remove all installed Render skills

---

###### Option

`--scope`

###### Description

remove from specific scope: user or project

---

###### Option

`--skill`

###### Description

remove specific skills (e.g. `--skill` render-deploy `--skill` render-debug)

---

###### Option

`--tool`

###### Description

remove from a specific tool only (claude, codex, opencode, cursor)

---

###### Global options

---

###### Option

`--confirm`

###### Description

Skip all confirmation prompts

---

###### Option

`--output`, `-o`

###### Description

Output format: interactive, json, yaml, or text (auto: text in non-TTY contexts unless explicitly set)

------

###### `skills update`

Re-install Render skills using the tool and skill selections saved by a previous "render skills install" run.

This fetches the latest version of each selected skill from the skills repository, compares with installed versions, and updates any that have changed.

Use `--scope` to update skills at a specific scope (user or project).

*Usage:*

```bash
render skills update
```

*Options:*

------

###### Option

`--force`

###### Description

reinstall all skills even if already up to date

---

###### Option

`--scope`

###### Description

update skills at specific scope: user or project

---

###### Global options

---

###### Option

`--confirm`

###### Description

Skip all confirmation prompts

---

###### Option

`--output`, `-o`

###### Description

Output format: interactive, json, yaml, or text (auto: text in non-TTY contexts unless explicitly set)

------

## Workflows

###### `workflows dev -- &lt;command to start a workflow service&gt;`

Start a workflow service in development mode for local testing.

This command runs your workflow service locally on port 8120, allowing you to list and run tasks without deploying to Render. Task runs and their logs are stored in memory, so you can query them after tasks complete.

The command will spawn a new subprocess with your specified command whenever it needs to run a task or list the defined tasks.

To interact with the local task server:

- Use the `--local` flag with other task commands (e.g., 'render workflows tasks list `--local`')

- Or set `RENDER_USE_LOCAL_DEV=true` when using the workflow client SDK

To use a different port:

- Specify `--port` when starting the dev server

- Then use `--port` with other task commands, or set `RENDER_LOCAL_DEV_URL` in the SDK

*Usage:*

```bash
render workflows dev -- <command to start a workflow service>
```

*Examples:*

```bash
render workflows dev -- "python main.py"
render workflows dev --port 9000 -- "npm start"
render workflows tasks list --local
render workflows tasks start my-task --local --input='["arg1"]'
```

*Options:*

------

###### Option

`--debug`

###### Description

Print detailed workflow task execution events

---

###### Option

`--port`

###### Description

Port of the local task server (8120 when not specified)

---

###### Global options

---

###### Option

`--confirm`

###### Description

Skip all confirmation prompts

---

###### Option

`--output`, `-o`

###### Description

Output format: interactive, json, yaml, or text (auto: text in non-TTY contexts unless explicitly set)

------

###### `workflows init`

Scaffold a new workflows project with example tasks.

Creates a working example project with task definitions, dependencies, and a README with instructions for local development and Client SDK integration.

In interactive mode you'll be prompted to select a language, template, output directory, and optional features. Use `--confirm` to skip all prompts and accept defaults, or pass individual flags to skip specific prompts.

*Usage:*

```bash
render workflows init
```

*Examples:*

```bash
render workflows init
render workflows init --confirm --language python
render workflows init --language python --dir my-project --install-deps --git
render workflows init --language node --dir my-project
```

*Options:*

------

###### Option

`--dir`

###### Description

Output directory (default: ./workflows-demo)

---

###### Option

`--git`

###### Description

Initialize a Git repository

---

###### Option

`--install-agent-skill`

###### Description

Install the Workflows agent skill for detected AI coding tools

---

###### Option

`--install-deps`

###### Description

Install dependencies after scaffolding

---

###### Option

`--language`

###### Description

Language for the workflows project (python, node)

---

###### Option

`--template`

###### Description

Template to scaffold (defaults to the repo's default template)

---

###### Global options

---

###### Option

`--confirm`

###### Description

Skip all confirmation prompts

---

###### Option

`--output`, `-o`

###### Description

Output format: interactive, json, yaml, or text (auto: text in non-TTY contexts unless explicitly set)

------

###### `workflows list`

List workflows

*Usage:*

```bash
render workflows list
```

*Options:*

------

###### Global options

---

###### Option

`--confirm`

###### Description

Skip all confirmation prompts

---

###### Option

`--output`, `-o`

###### Description

Output format: interactive, json, yaml, or text (auto: text in non-TTY contexts unless explicitly set)

------

###### `workflows runs`

View task run executions.

A task run represents a single execution of a task with specific input parameters.
Use these commands to view task run history and inspect details.

To start a new task run, use 'render workflows tasks start'.

*Usage:*

```bash
render workflows runs
```

*Available commands:*

| Command | Description |
| --- | --- |
| <a href="#workflows-runs-list">`list`</a> | List task runs for a task |
| <a href="#workflows-runs-show">`show`</a> | Show detailed information about a task run |

*Options:*

------

###### Option

`--local`

###### Description

Run against the server spawned by the task dev command

---

###### Option

`--port`

###### Description

Port of the local task server (8120 when not specified)

---

###### Global options

---

###### Option

`--confirm`

###### Description

Skip all confirmation prompts

---

###### Option

`--output`, `-o`

###### Description

Output format: interactive, json, yaml, or text (auto: text in non-TTY contexts unless explicitly set)

------

###### `workflows runs list [taskID]`

List all execution runs for a specific task.

A task run represents a single execution of a task with specific input parameters.
This command shows the history of all runs for a given task.

You can specify the task by its workflow slug and task name (e.g., my-workflow/my-task)

In interactive mode, you will be prompted to select a task if not provided.

*Usage:*

```bash
render workflows runs list [taskID]
```

*Examples:*

```bash
render workflows runs list tsk-1234
render workflows runs list my-workflow/my-task
render workflows runs list --local my-task
```

*Options:*

------

###### Option

`--local`

###### Description

Run against the server spawned by the task dev command

---

###### Option

`--port`

###### Description

Port of the local task server (8120 when not specified)

---

###### Global options

---

###### Option

`--confirm`

###### Description

Skip all confirmation prompts

---

###### Option

`--output`, `-o`

###### Description

Output format: interactive, json, yaml, or text (auto: text in non-TTY contexts unless explicitly set)

------

###### `workflows runs show [taskRunID]`

Display detailed information about a specific task run execution.

This command shows comprehensive information about a task run, including:

- Task run ID and status

- Input parameters provided

- Output or error result

- Start and completion timestamps

The task run ID is returned when you execute a task with 'render workflows tasks start'.

In interactive mode, you will be prompted to select a task run if not provided.

*Usage:*

```bash
render workflows runs show [taskRunID]
```

*Examples:*

```bash
render workflows runs show tr-1234
render workflows runs show --local tr-5678
```

*Options:*

------

###### Option

`--local`

###### Description

Run against the server spawned by the task dev command

---

###### Option

`--port`

###### Description

Port of the local task server (8120 when not specified)

---

###### Global options

---

###### Option

`--confirm`

###### Description

Skip all confirmation prompts

---

###### Option

`--output`, `-o`

###### Description

Output format: interactive, json, yaml, or text (auto: text in non-TTY contexts unless explicitly set)

------

###### `workflows tasks`

Manage tasks

*Usage:*

```bash
render workflows tasks
```

*Available commands:*

| Command | Description |
| --- | --- |
| <a href="#workflows-tasks-list">`list`</a> | List tasks in a workflow version |
| <a href="#workflows-tasks-start">`start`</a> | Start a task run with the provided input |

*Options:*

------

###### Option

`--local`

###### Description

Run against the server spawned by the task dev command

---

###### Option

`--port`

###### Description

Port of the local task server (8120 when not specified)

---

###### Global options

---

###### Option

`--confirm`

###### Description

Skip all confirmation prompts

---

###### Option

`--output`, `-o`

###### Description

Output format: interactive, json, yaml, or text (auto: text in non-TTY contexts unless explicitly set)

------

###### `workflows tasks list [workflowVersionID]`

List all tasks defined in a workflow version.

Tasks are user-defined functions registered with the Render workflow SDK. Each time you release a workflow service, Render creates a new workflow version and registers all tasks it finds in that version.

In interactive mode, you will be prompted to select a workflow if not provided.

Local Development:
When using the `--local` flag, you don't need to provide a workflow version ID. Instead, the command connects to your local dev server (default port 8120) to list tasks from your running workflow service. Start the dev server with 'render workflows dev' first.

*Usage:*

```bash
render workflows tasks list [workflowVersionID]
```

*Examples:*

```bash
render workflows tasks list wfv-1234
render workflows tasks list --local
```

*Options:*

------

###### Option

`--local`

###### Description

Run against the server spawned by the task dev command

---

###### Option

`--port`

###### Description

Port of the local task server (8120 when not specified)

---

###### Global options

---

###### Option

`--confirm`

###### Description

Skip all confirmation prompts

---

###### Option

`--output`, `-o`

###### Description

Output format: interactive, json, yaml, or text (auto: text in non-TTY contexts unless explicitly set)

------

###### `workflows tasks start [task-slug] --input=&lt;json&gt;`

Start a task with the provided input.

You can specify the task by its workflow slug and task name (e.g., my-workflow/my-task)

Input Format:
The input should be a JSON array where each element is an argument to the task.
For example, if your task takes two arguments, provide: ["arg1", "arg2"]

You can provide input via:

- `--input` with inline JSON

- `--input-file` with a path to a JSON file

In interactive mode, you will be prompted to select the task and provide the input.

*Usage:*

```bash
render workflows tasks start [task-slug] --input=<json>
```

*Examples:*

```bash
render workflows tasks start tsk-1234 --input='["arg1", "arg2"]'
render workflows tasks start my-workflow/my-task --input='[42, "hello"]'
render workflows tasks start my-task --input-file=input.json
render workflows tasks start my-task --local --input='["test"]'
```

*Options:*

------

###### Option

`--input`

###### Description

JSON array input to pass to the task (e.g., '["arg1", "arg2"]')

---

###### Option

`--input-file`

###### Description

File containing JSON input to pass to the task

---

###### Option

`--local`

###### Description

Run against the server spawned by the task dev command

---

###### Option

`--port`

###### Description

Port of the local task server (8120 when not specified)

---

###### Global options

---

###### Option

`--confirm`

###### Description

Skip all confirmation prompts

---

###### Option

`--output`, `-o`

###### Description

Output format: interactive, json, yaml, or text (auto: text in non-TTY contexts unless explicitly set)

------

###### `workflows versions`

Manage workflow versions

*Usage:*

```bash
render workflows versions
```

*Available commands:*

| Command | Description |
| --- | --- |
| <a href="#workflows-versions-list">`list`</a> | List versions of a workflow |
| <a href="#workflows-versions-release">`release`</a> | Release a new workflow version |

*Options:*

------

###### Global options

---

###### Option

`--confirm`

###### Description

Skip all confirmation prompts

---

###### Option

`--output`, `-o`

###### Description

Output format: interactive, json, yaml, or text (auto: text in non-TTY contexts unless explicitly set)

------

###### `workflows versions list [workflowID]`

List all versions of a workflow service.

Each time you release a workflow service, Render creates a new workflow version. A version represents a specific snapshot of your workflow service code and its registered tasks at the time of release.

This command displays all versions for a workflow, showing:

- Version ID

- Creation timestamp

- Associated tasks

In interactive mode, you will be prompted to select a workflow if not provided.

*Usage:*

```bash
render workflows versions list [workflowID]
```

*Examples:*

```bash
render workflows versions list wf-1234
render workflows versions list my-workflow-slug
```

*Options:*

------

###### Global options

---

###### Option

`--confirm`

###### Description

Skip all confirmation prompts

---

###### Option

`--output`, `-o`

###### Description

Output format: interactive, json, yaml, or text (auto: text in non-TTY contexts unless explicitly set)

------

###### `workflows versions release [workflowID]`

Release a new version of a workflow service.

This command triggers a new release of your workflow service on Render. When you release,
Render:

1. Pulls the latest code from your repository (or a specific commit)

2. Builds your workflow service

3. Registers all tasks it finds in the service

4. Creates a new workflow version

You can optionally specify a commit ID to release a specific version of your code.

Flags:
  `--commit`    Specify a commit ID to release (optional)
  `--wait`      Wait for the release to complete before returning (optional)
              Returns a non-zero exit code if the release fails

In interactive mode, you will be prompted to:

- Select a workflow if not provided

- Confirm the release

*Usage:*

```bash
render workflows versions release [workflowID]
```

*Examples:*

```bash
render workflows versions release wf-1234
render workflows versions release my-workflow-slug
render workflows versions release wf-1234 --commit abc123
render workflows versions release wf-1234 --wait
```

*Options:*

------

###### Option

`--commit`

###### Description

The commit ID to release

---

###### Option

`--wait`

###### Description

Wait for release to finish. Returns non-zero exit code if release fails

---

###### Global options

---

###### Option

`--confirm`

###### Description

Skip all confirmation prompts

---

###### Option

`--output`, `-o`

###### Description

Output format: interactive, json, yaml, or text (auto: text in non-TTY contexts unless explicitly set)

------

## Workspace

###### `workspace current`

Show the currently selected workspace

*Usage:*

```bash
render workspace current
```

*Options:*

------

###### Global options

---

###### Option

`--confirm`

###### Description

Skip all confirmation prompts

---

###### Option

`--output`, `-o`

###### Description

Output format: interactive, json, yaml, or text (auto: text in non-TTY contexts unless explicitly set)

------

###### `workspace set [workspaceName|workspaceID]`

Set the CLI's active workspace. All CLI commands run against the active workspace.

The active workspace is saved in a config file specified by the `RENDER_CLI_CONFIG_PATH` environment variable.
If unspecified, the config file is saved in $HOME/.render/cli.yaml.

*Usage:*

```bash
render workspace set [workspaceName|workspaceID]
```

*Options:*

------

###### Global options

---

###### Option

`--confirm`

###### Description

Skip all confirmation prompts

---

###### Option

`--output`, `-o`

###### Description

Output format: interactive, json, yaml, or text (auto: text in non-TTY contexts unless explicitly set)

------

