天天看點

表格存儲指令行工具CLT( cli python)指令

由于之前使用駐雲科技的Cli,遇到較多的問題,關鍵是版本也沒有及時更新,使用起來比較吃力。是以我這邊利用業餘的寫了一個表格存儲的指令工具,提供給大家使用。

<a href="https://github.com/red-chen/tablestore-python-clt">https://github.com/red-chen/tablestore-python-clt</a>

目前支援的指令

help

config

create_table(ct)

delete_table(dt)

list_table(lt)

get_table(gt)

update_table(ut)

use

get_row(gr)

put_row(pr)

scan

import

export

quit