describe-deployments

Description

Describe the deployments info.

If deployment_id is specified, the corresponding deployment is displayed. Ifdeployment_id is not specified, the deployment is displayed in a list.

Synopsis

$ 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.

Option

-d, --deployment_id

Specify deployment_id when created with create-deployment.

Example

Describe for a specified deployment

Command:

$ abeja model describe-deployments --deployment_id 3456789012345

Output:

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