Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 861 Bytes

File metadata and controls

23 lines (13 loc) · 861 Bytes

Render CLI

Installation

Documentation

Documentation is hosted at https://render.com/docs/cli.

Contributing

To create a new command, use the cmd/template.go template file as a starting point. Reference the CLI Style Guide to learn more about command naming, flags, arguments, and help text conventions.

Dev setup

We use prek to run precommit-compatible checks locally and in CI.

  • If you didn't install prek following the dev setup guide, do so now (e.g., brew install prek)
  • Set up prek git hooks with prek install.

Read AGENTS.md for common dev commands. It's written for humans too!