From 6d21b393b1a40f7a757b0bcd051ac9d72bc5c4af Mon Sep 17 00:00:00 2001 From: nevada_scout Date: Tue, 22 Nov 2022 22:08:12 +0100 Subject: [PATCH] Updated formatting --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 8226261..63987cf 100644 --- a/README.md +++ b/README.md @@ -95,7 +95,7 @@ If you can access the Jenkins web UI, `j5s` will probably work for you. ### Command: `status` -Usage +**Usage** ``` $ j5s status [build_num] [-f] ``` @@ -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] ``` @@ -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 [-f] ``` @@ -167,9 +167,9 @@ Lists the last 50 builds for a job that matches ``. 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 ``` @@ -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 ```