Replaces "oc build-logs" with "oc logs"
This commit is contained in:
parent
5f6028f3c6
commit
98a5af7c33
1 changed files with 1 additions and 1 deletions
|
@ -99,7 +99,7 @@ If the build is not yet started (you can check by running `oc get builds`), star
|
|||
|
||||
$ oc start-build nodejs-ex --follow
|
||||
|
||||
You can alternatively leave off `--follow` and use `oc build-logs nodejs-ex-n` where *n* is the number of the build to track the output of the build.
|
||||
You can alternatively leave off `--follow` and use `oc logs nodejs-ex-n` where *n* is the number of the build to track the output of the build.
|
||||
|
||||
#### Deploy the app
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue