# Render

## Synopsis

Render project

```shell-session
$ rocketblend render [flags]
```

## Options

```shell-session
  -y, --auto-confirm    overwrite any existing files without requiring confirmation
  -c, --continue        continue rendering from the last rendered frame in the output directory
  -e, --end int         frame to end rendering at, 0 for single frame
  -g, --engine string   override render engine (cycles, eevee, workbench)
  -f, --format string   output format for the rendered frames (default "PNG")
  -h, --help            help for render
  -j, --jump int        number of frames to step forward after each rendered frame (default 1)
  -o, --output string   output path for the rendered frames (default "//output/{{.Revision}}/{{.Name}}-#####")
  -r, --revision int    revision number for the output directory, 0 for auto-increment
  -s, --start int       frame to start rendering from (default 1)
```

### Options inherited from parent commands

```shell-session
  -d, --directory string   working directory for the command (default ".")
  -l, --log-level string   log level (debug, info, warn, error) (default "info")
  -v, --verbose            enable verbose logging
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.rocketblend.io/reference/cli/commands/render.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
