ELBvBeta Command Line Interface (CLI)
Manage your elastic load balancers through terminal commands. Configure, monitor, and troubleshoot without leaving your shell.
🚀 Get Started with CLIOverview
Installation
Install the CLI utility with package managers or direct binary downloads.
Configuration
Configure authentication tokens, default regions, and output formatting preferences.
Commands
Create, update, and delete resources using simple, intuitive command syntax.
Installation
Install the CLI
Available for Linux, macOS, and Windows with support for Homebrew, apt, and direct downloads.
Installation commands
elbvbeta$
curl -fsSL https://api.elbvbeta.io/v1/cli/install.sh | sh
Or use package managers: `brew install elbvbeta` or `apt install elbvbeta-cli`
CLI Commands
List Load Balancers
elbvbeta
list lb
List all load balancers managed by your account.
Parameters
--region
(optional) - Filter by region--type
(optional) - Filter by load balancer type
Example
elbvbeta lb list --region us-west-2
Create Target Group
elbvbeta
create tg
Create a new target group to manage backend resources.
Required Parameters
name
(string) - Target group nameport
(integer) - Port to listen onprotocol
(string) - Supported protocols: HTTP|HTTPS|TCP|SSL
Example
elbvbeta tg create web-group --port 443 --protocol HTTPS
Configuration
Configure the CLI with authentication tokens, default regions, and output preferences.
elbvbeta$
elbvbeta configure set api-token YOUR_API_KEY
Configure your API token for authentication
Quick Start
Try the CLI
Run this command to verify your CLI installation:
elbvbeta$
elbvbeta version
Output: 1.2.3