#cli

7 posts tagged with #cli

Every article below is hand-written, technically reviewed, and focused on cli. Posts cover real-world architecture decisions, code-level implementation patterns, and trade-offs you'll only discover after shipping production systems.

a white dice with a black github logo on it Developer Tools

How to Build a Rust Version Bump Tool [2026 Tutorial]

Build a CI-safe Rust release toolchain: semver bump rules, workspace updates, changelog generation, annotated/signed git tags, and reproducible benchmarks.

A computer screen displaying system information and an Ubuntu logo in a terminal window Developer Tools

Prevent API Key Leaks in Shell History (bash/zsh/fish) [2026]

A practical terminal hardening guide to prevent API key leaks in shell history, env vars, and dotfiles. Includes bash/zsh/fish configs, direnv/mise patterns, secret scanning, and a leak response runbook.

Computer screen displaying code and terminal output Developer Tools

How to Redact Secrets in an AI Coding CLI Tool [2026]

Build a universal “safe AI CLI wrapper” that sits in front of any coding agent, redacts secrets, enforces basic policies, and writes JSONL audit logs you can ship to a SIEM.

terminal window laptop screen developer — illustration for article on Reproducible Terminal Dev Environment: direnv + Developer Tools

Reproducible Terminal Dev Environment: direnv + mise [2026]

A repo-first, cross-shell setup for a reproducible terminal dev environment using direnv + mise on macOS, Linux, and WSL—plus secrets patterns and troubleshooting.

Computer screen displaying lines of code Developer Tools

Terminal CLI Tools for AI Developers [2026 Setup Guide]

The complete zero-to-production terminal CLI stack for AI developers in 2026: shell setup, agentic coding tools, local inference, prompt management, and the dotfiles that tie it together.

a blue background with lines and dots Developer Tools

Google ADK CLI: The Fastest Way to Build and Ship AI Agents in 2026 [Guide]

Google's Agent Development Kit 2.0 just hit GA with graph workflows, collaborative agents, and a CLI-first pipeline that takes you from pip install to production deployment in under 30 minutes.

black flat screen computer monitor Developer Tools

Ubuntu Sudo Password Asterisks: Why Ending 46 Years of Silence Is a Bigger Deal Than You Think [2026]

Ubuntu is expected to enable sudo password asterisks by default in 26.04, breaking a 46-year Unix tradition. Here's why the security tradeoff is worth it.