メインコンテンツへスキップ
データベースの CPU、メモリ、ディスク、接続のステータスを表示します。データベース ID は省略可能です。CLI は引数から解決し、指定がない場合はインタラクティブな選択メニューにフォールバックします。
squarecloud db status
# Uses an interactive picker to choose the database.
squarecloud db status <dbID>
# Shows the status of a specific database.
squarecloud db status --all
# Shows the status of every one of your databases instead of a single one.
squarecloud db status <dbID> --raw
# Prints the raw numeric stats as JSON instead of the formatted table.
squarecloud db status <dbID> --json
# Prints the formatted status data as JSON.
このコマンドの詳細については squarecloud db status --help を使用してください。