summaryrefslogtreecommitdiff
path: root/icktool.mdwn
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2018-06-16 10:48:41 +0300
committerLars Wirzenius <liw@liw.fi>2018-06-16 10:48:41 +0300
commit115bc5b686079575b4f4d0e74952fcb7c36904e8 (patch)
tree91fd765d40623069dc2bbcc2181800affe490ccc /icktool.mdwn
parent5bfec2687e7eddf87db0cfab14ff084cad582d89 (diff)
downloadick.liw.fi-115bc5b686079575b4f4d0e74952fcb7c36904e8.tar.gz
Change: update icktool page to match current state
Diffstat (limited to 'icktool.mdwn')
-rw-r--r--icktool.mdwn6
1 files changed, 3 insertions, 3 deletions
diff --git a/icktool.mdwn b/icktool.mdwn
index c6426d5..5efa4a9 100644
--- a/icktool.mdwn
+++ b/icktool.mdwn
@@ -44,8 +44,8 @@ Using
To see all projects and pipelines use the `status` command:
$ ./icktool status
- project | pipeline | status | build_status | log
- -------------------- | ------------------ | ------ | ------------ | ---------
+ project | build_status | log_id
+ ------- | ------------ | ------
$
There should be no projects initially. To create some, create a file
@@ -78,7 +78,7 @@ a shell function provided by ick that outputs all parameters as JSON.
Tell the controller about the new project:
- ./icktool make-it-so < ick.yaml
+ ./icktool make-it-so ick.yaml
Trigger a build: