Skip to content

devops-tools

Recipe card from the charly-coder plugin (Images — the deployable catalog).

devops-tools – cloud and infrastructure CLI tools

Section titled “devops-tools – cloud and infrastructure CLI tools”
Property Value
Dependencies nodejs
Install files task:, package.json
  • bind-utils (RPM) – DNS lookup tools (dig, nslookup)
  • jq (RPM) – JSON processor
  • rsync (RPM) – file synchronization
  • wrangler (npm) – Cloudflare Workers CLI

rpm: (Fedora) · pac: (Arch) · deb: (Debian/Ubuntu — dnsutils replaces bind-utils, jq, rsync identical). The cloud-CLI tools (AWS, Scaleway, kubectx/kubens, OpenTofu) are curl-downloaded binaries — distro-agnostic by construction, no per-package-manager work needed.

charly.yml
my-image:
candy:
- devops-tools
  • (none currently enabled)

Use when the user asks about:

  • AWS CLI, Scaleway CLI, or cloud provider tools
  • kubectx or kubens for Kubernetes context switching
  • OpenTofu or infrastructure-as-code
  • Cloudflare Wrangler
  • DNS tools (dig, nslookup) or jq/rsync in containers