Aliyun CLI

golang版とpython版がある。
python版はまったくメンテされてないように見える。


oss(Object Storage Service):


account id/user id他を取得

aliyun sts GetCallerIdentity --profile example
{
        "AccountId": "1234567890123456",
        "Arn": "acs:ram::1234567890123456:user/user01",
        "IdentityType": "RAMUser",
        "PrincipalId": "123456789012345678",
        "RequestId": "xxxx-xxxx-xxxx-xxxx-xxxx",
        "UserId": "123456789012345678"
}

DiskIdの指定


ramユーザを更新する

aliyun ram UpdateUser --UserName "user01@example.com" --NewUserName "user01" --profile example

ali-cli (python)

python版は古いので、 golang版推奨

python --version
Python 3.6.1

pip3 install ali-cli==0.5.6

トップ   編集 凍結 差分 バックアップ 添付 複製 名前変更 リロード   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS
Last-modified: 2022-06-14 (火) 18:09:51