ops / script catalog
← Browse

template-bash-script

Read-only

Copy-paste skeleton for new bash scripts — strict mode, lib sourcing, argparse

Path
bash/system/template_bash_script.sh
Language
bash
Category
bash/system
Version
1.0.0
Size
3.4 KB
Last modified
May 23, 2026, 08:23 PM

Required binaries

awsjq

Environment variables

AWS_PROFILE

Tags

templatescaffoldboilerplate

Run locally

# from the repo root
bash bash/system/template_bash_script.sh

# or via the ops CLI
ops run bash/system/template_bash_script.sh

AI operator plan

idle

If the deployment sets PLATPHORM_PROTECT=1, Vercel Authentication is the protection layer and this field may be left blank.

Run in sandbox

ready

Runs in an isolated Vercel Sandbox (Firecracker microVM, 5 min max, no persistent state). Runs require PLATPHORM_API_KEY unless the deployment sets PLATPHORM_PROTECT=1, where Vercel Authentication is the protection layer. The key stays in component state and is never persisted by this UI.

Related scripts