Job Describe
Description
The bacalhau job describe
command provides a detailed description of a specific job in YAML format. This description can be particularly useful when wanting to understand the attributes and current status of a specific job. To list all available jobs, the bacalhau job list
command can be used.
Usage
Flags
-h
,--help
:Description: Display help for the
describe
command.
--output format
:Description: Specifies the desired output format for the command. Supported values are
json
andyaml
.Default:
yaml
--pretty
:Description: Pretty prints the output. This option is applicable only to
json
andyaml
output formats.
Global Flags
--api-host string
:Description: Specifies the host for the client and server to communicate through via REST. If the
BACALHAU_API_HOST
environment variable is set, this flag will be ignored.Default:
bootstrap.production.bacalhau.org
--api-port int
:Description: Determines the port for the client and server to communicate on using REST. If the
BACALHAU_API_PORT
environment variable is set, this flag will be ignored.Default:
1234
--log-mode logging-mode
:Description: Specifies the desired log format. Supported values include
default
,station
,json
,combined
, andevent
.Default:
default
--repo string
:Description: Defines the path to the bacalhau repository.
Default:
$HOME/.bacalhau
Examples
Describe a Job with Full ID:
Describe a Job with Shortened ID:
Describe a Job with JSON Output: