Default template to use when creating repository
This repository stores one-shot and job-like scripts that perform Salesforce data updates, launch API calls to resolve sync issues between Salesforce and other systems, and handle tasks like reassigning accounts. Scripts are intended to be run manually or from job schedulers and should be focused, idempotent, and well-documented.
scripts/— Root folder for one-shot and scheduled job scripts; use clear names and include a README for each job where needed.
mise manages tool versions for this project.
curl https://mise.run | shActivate mise in your shell (add to ~/.zshrc or ~/.bashrc):
eval "$(mise activate zsh)" # or bashmise installThis installs tools defined in mise.toml (currently: pre-commit).
pre-commit installThis enables pre-commit hooks that run automatically on each commit.
mise install go@1.25
mise install awscli