#!/usr/bin/env bun import { runGitopsRenderCli } from "./src/gitops-render.js"; await runGitopsRenderCli(process.argv.slice(2));