Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
preetapan committed May 14, 2019
1 parent ea37019 commit fa79336
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions website/source/api/jobs.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -966,6 +966,10 @@ The table below shows this endpoint's support for
- `:job_id` `(string: <required>)` - Specifies the ID of the job (as specified in
the job file during submission). This is specified as part of the path.

- `all` `(bool: false)` - Specifies whether the list of deployments should
include deployments from a previously registered job with the same ID. This is
possible if the job is deregistered and reregistered.

### Sample Request

```text
Expand Down
3 changes: 3 additions & 0 deletions website/source/docs/commands/job/deployments.html.md.erb
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ of a job to display the list of deployments for.

* `-verbose`: Show full information.

* `-all`: Display all deployments matching the job ID, even those from an
older instance of the job.

## Examples

List the deployment for a particular job:
Expand Down

0 comments on commit fa79336

Please sign in to comment.