Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

tour

Interactive guided walkthrough of bobbin features.

Synopsis

bobbin tour [OPTIONS] [FEATURE]

Description

The tour command runs an interactive walkthrough that demonstrates bobbin’s features using your actual codebase. Each step shows a real command and its output, pausing for you to read before continuing.

Provide a feature name to run only that section of the tour.

Arguments

ArgumentDescription
FEATURERun tour for a specific feature only (e.g., search, hooks)

Options

OptionDefaultDescription
--path <DIR>.Directory to tour
--non-interactiveSkip interactive pauses (run all steps continuously)
--listList available tour steps without running them

Examples

Run the full interactive tour:

bobbin tour

Tour a specific feature:

bobbin tour search

List available tour steps:

bobbin tour --list

Non-interactive mode (useful for CI or demos):

bobbin tour --non-interactive

Prerequisites

Requires a bobbin index. Run bobbin init and bobbin index first.

See Also