From b6a82e70f2f7b9bb12f5a47913c7bffd39b71ef9 Mon Sep 17 00:00:00 2001 From: Jeff Chinn Date: Mon, 2 Feb 2026 21:02:21 -0500 Subject: [PATCH] Update CLI documentation for bob renamed to TOBI --- docs/pages/cli/index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/pages/cli/index.md b/docs/pages/cli/index.md index ec08d7b..0c23acc 100644 --- a/docs/pages/cli/index.md +++ b/docs/pages/cli/index.md @@ -29,8 +29,8 @@ Source Orbit CLI can generate different file formats using the `-bf ` para Types available: * `json`: Generate all dependency info as JSON -* `bob`: Generate the required `Rules.mk` files for bob - * See the documentation [here](https://ibm.github.io/ibmi-bob/#/prepare-the-project/rules.mk) on defining targets using Rules.mk in the Bob documentation. +* `TOBI (FKA bob)`: Generate the required `Rules.mk` files for TOBI + * See the documentation [here](https://ibm.github.io/ibmi-tobi/#/prepare-the-project/rules.mk) on defining targets using Rules.mk in the Bob documentation. * `make`: Generates a single makefile with the targets and rules * [See more here](./pages/cli/make.md) for our make support. * `imd`: Generate analysis reports for branches @@ -85,4 +85,4 @@ VS6541B2A1 $ export BIN_LIB=$(so -bl feature/5353_new_thing) $ echo $BIN_LIB VS6541B2A1 -``` \ No newline at end of file +```