Releases: jasonjacinth/infra-cli
Releases · jasonjacinth/infra-cli
Initial Stable Release
Release v1.0.1 — Initial Stable Release
This is the initial stable release of Infra-CLI, a unified interface for container orchestration and infrastructure automation.
Key Features:
Unified Commands: Simplified wrappers for kubectl and docker operations.
Operational Guardrails: Added protection for the kube-system namespace to prevent accidental disruption.
Safety Prompts: Mandatory confirmation prompts for all actions targeting the production environment.
Environment Detection: Automatic path checking for Docker and Kubernetes dependencies.
Installation:
Download the binary for your OS, rename it to
infra-cli, and move it to your local path:chmod +x infra-cli-darwin-arm64 sudo mv infra-cli-darwin-arm64 /usr/local/bin/infra-cli