Skip to content

Commit

Permalink
Updated formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
nevadascout authored Nov 22, 2022
1 parent 31dde92 commit 6d21b39
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ If you can access the Jenkins web UI, `j5s` will probably work for you.

### Command: `status`

Usage
**Usage**
```
$ j5s status <search> [build_num] [-f]
```
Expand Down Expand Up @@ -140,7 +140,7 @@ You can provide a build number at the end of a search to see the logs for a spec

### Command: `list-jobs`

Usage
**Usage**
```
$ j5s list-jobs [search]
```
Expand All @@ -154,7 +154,7 @@ If no `[search]` is provided, list all of the top-level configured jobs, folders

### Command: `list-builds`

Usage
**Usage**
```
$ j5s list-builds <search> [-f]
```
Expand All @@ -167,9 +167,9 @@ Lists the last 50 builds for a job that matches `<search>`. If `-f` is passed, t
* `j5s list-builds jobitem -f` -> List up to 50 last builds for the `jobitem` job, auto-update the list every ~5 seconds.


#### Command: `configure`
### Command: `configure`

Usage:
**Usage**
```
$ j5s configure
```
Expand All @@ -185,9 +185,9 @@ Three fields are required:
* Set the value of the token as `api_token` (eg. `45678912345afe234feff23`)


#### Command: `version`
### Command: `version`

Usage:
**Usage**
```
$ j5s version
```
Expand Down

0 comments on commit 6d21b39

Please sign in to comment.