conoha-cli is a command and Python3 library for ConoHa API.
Project description
conoha-cli
conoha-cli は ConoHa API のコマンドラインインターフェースとPython3用ライブラリです。
インストール
conoha-cli はこのコマンドを実行するとインストールでいます:
$ pip3 install conoha-cli
次に、~/.config/conoha/config へこのようなファイルを作成してください。 user, passwd, tenantは、Conohaコントロールパネルから作成したAPIユーザ の値を入力してください。:
[api] user = xxxxx passwd = xxxxx tenant = xxxxx
使い方
VPSの一覧を確認する:
$ conoha-cli compute list-vms
マシンリーダブルな形式でも出力できます:
$ conoha-cli --format plain --header no compute list-vms
VPSを起動・終了・削除する:
$ conoha-cli compute start-vm $VM_NAME $ conoha-cli compute stop-vm $VM_NAME $ conoha-cli compute delete-vm $VM_NAME
ライセンス
MIT
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
conoha-cli-0.2.0.tar.gz
(18.7 kB
view hashes)