かんたんインストール
Go製のシングルバイナリ。ダウンロードしてすぐ使えます。
brew install crowdy/tap/conoha-cli # 実行ファイルは conoha
conoha versionconoha auth login✓ Logged in successfullyconoha keypair create my-key✓ Keypair my-key createdconoha server create --name my-server \
--flavor g2l-t-c2m1d100 --image ubuntu-24.04 \
--key-name my-key --security-group IPv4v6-SSH --wait✓ Server my-server is ACTIVE (163.xx.xx.xx)conoha app deploy my-server✓ App is running at http://163.xx.xx.xx:3000詳しくは
クイックスタート で実際の出力を見ながら試せます。