openstackclient

Command-line client for OpenStack cloud computing platform

brewmacoslinux
Try with needOr install directly
Source

About

Command-line client for OpenStack

Commands

openstack

Examples

List all available OpenStack servers/instances$ openstack server list
Create a new compute instance with a specific image and flavor$ openstack server create --image Ubuntu-20.04 --flavor m1.small my-instance
Show detailed information about a specific server$ openstack server show my-instance