CLI
Manage your cloud from the terminal
The monal CLI is a single binary that gives you full control over every cloud service — compute, networking, DNS, databases, and more — from your terminal.
Quick install
curl -fsSL https://pahadi.cloud/cli/install.sh | bash
1
Install
Run the one-line installer. Supports macOS (Apple Silicon & Intel) and Linux (x86_64 & ARM64). No Python or pip required.
curl -fsSL https://pahadi.cloud/cli/install.sh | bash
2
Log in
Authenticate with your Account ID, email, and password. If your account has MFA enabled, you will be prompted for a code.
monal login
3
Start managing resources
Run any resource command. Use --help on any noun to see available actions.
monal vm list monal volume list monal dns list monal lb list
Command reference
All commands accept --help for full options.
monal loginAuthenticate and store sessionmonal logoutRemove stored sessionmonal switch-cloud monalSwitch to monal.cloud environmentmonal switch-cloud pahadiSwitch to pahadi.cloud environmentmonal vm listList compute instancesmonal vm show <id>Show instance detailsmonal volume listList block storage volumesmonal image listList available imagesmonal network listList networksmonal dns listList DNS zonesmonal dns record-list <zone>List records in a zonemonal lb listList load balancersmonal database listList database instancesmonal cluster listList Kubernetes clustersmonal secret listList secrets (Barbican)monal stack listList orchestration stacksmonal container listList object storage containers