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”Candy Properties
Section titled “Candy Properties”| Property | Value |
|---|---|
| Dependencies | nodejs |
| Install files | task:, package.json |
Packages
Section titled “Packages”bind-utils(RPM) – DNS lookup tools (dig, nslookup)jq(RPM) – JSON processorrsync(RPM) – file synchronizationwrangler(npm) – Cloudflare Workers CLI
Cross-distro coverage
Section titled “Cross-distro coverage”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.
my-image: candy: - devops-toolsUsed In Boxes
Section titled “Used In Boxes”- (none currently enabled)
Related Candies
Section titled “Related Candies”/charly-coder:nodejs– Node.js dependency for npm packages
When to Use This Skill
Section titled “When to Use This Skill”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
Author + Test References
Section titled “Author + Test References”/charly-image:layer— candy authoring reference (tasks, vars, env_provide, tests block syntax)/charly-check:check— declarative testing framework for thecheck:block