August 13th, 2024

🚀 Introducing LocalOps CLI v1

If you want to inspect your app environment & its backing kubernetes cluster, say to check if your application’s pods are running healthy, use Localops CLI to do it.

Just install it in your local dev machine and use its update-kubeconfig sub-command to set correct kubernetes context of your local kubectl system. Then, you can run any kubectl command to inspect objects running in the specific app environment’s kubernetes cluster.

Checkout the new “Shell” tab in App environment page to find out more 😎.

Run this command in your Terminal to install LocalOps CLI in your Mac:

bash -c "$(curl -fsSL https://cli.localops.co/install.sh)"

Learn more at https://docs.localops.co/category/cli