describe-deployments

説明

デプロイメントの情報を取得します。

deployment_id を指定すれば該当デプロイメントが、 deployment_id を指定しなければデプロイメントが一覧で表示されます。

概要

$ abeja model describe-deployments [--help]
Usage: abeja model describe-deployments [OPTIONS]

  Get to deployment or deployment list

Options:
  -d, --deployment_id TEXT  Deployment identifier
  --help                    Show this message and exit.

オプション

-d, --deployment_id

create-deployment で作成した際の deployment_id を指定します。

指定したデプロイメントの情報の取得

コマンド:

$ abeja model describe-deployments --deployment_id 3456789012345

出力:

{
  "created_at": "2017-09-01T00:00:00.000000Z",
  "deployment_id": "3456789012345",
  "model_id": "1234567890123",
  "modified_at": "2017-09-01T00:00:00.000000Z",
  "name": "default"
}