linode-cli

CLI tool for managing Linode cloud infrastructure and services

brewmacoslinux
Try with needOr install directly
Source

About

CLI for the Linode API

Commands

linode-cli

Examples

List all Linode instances in your account$ linode-cli linodes list
Create a new Linode instance with specified parameters$ linode-cli linodes create --region us-east --type g6-nanode-1 --image linode/debian11
Reboot an existing Linode instance by ID$ linode-cli linodes reboot 12345