次のような場合に使用: ユーザーが Zilliz Cloud の利用状況の確認、請求書の表示、支払い方法の管理を行いたいとき
Use when the user wants to check usage, view invoices, or manage payment methods on Zilliz Cloud.
# 直近 N 日間
zilliz billing usage --last 7d
# 今月
zilliz billing usage --month this
# 先月
zilliz billing usage --month last
# 特定の月を指定
zilliz billing usage --month 2026-01
# カスタム日付範囲
zilliz billing usage --start 2026-01-01 --end 2026-01-31
# すべての請求書を一覧表示(ページネーション付き)
zilliz billing invoices
# 全ページを取得
zilliz billing invoices --all
# 手動でページネーション
zilliz billing invoices --page-size 10 --page 1
zilliz billing invoices --invoice-id inv-xxxxxxxxxxxx
billing usage を使用してください。# Last N days
zilliz billing usage --last 7d
# Current month
zilliz billing usage --month this
# Last month
zilliz billing usage --month last
# Specific month
zilliz billing usage --month 2026-01
# Custom date range
zilliz billing usage --start 2026-01-01 --end 2026-01-31
# List all invoices (paginated)
zilliz billing invoices
# Fetch all pages
zilliz billing invoices --all
# Paginate manually
zilliz billing invoices --page-size 10 --page 1
zilliz billing invoices --invoice-id inv-xxxxxxxxxxxx
billing usage with an appropriate time range.原文・著作権は Anthropic および各プラグイン作者に帰属します。日本語訳は Claude API による自動翻訳です。