Documentation

Oh My Bee

In Development

Installation

Build Bee from source today. Packaged release flows can be added later without changing the docs structure.

Section

Current installation path

The current reliable path is to build Oh My Bee from source. Prebuilt binaries and installer-specific flows are not documented yet.

In development

Release binaries, package managers, and one-line install commands can live here later. For now the source-build path is the supported structure.

Section

Build from source

bash
git clone <your-oh-my-bee-repository>
cd oh-my-bee
cargo build --release -p bee-cli
./target/release/bee --help
  • Clone the repository into a local workspace.
  • Build the `bee-cli` package in release mode.
  • Run `bee --help` to verify that the binary is available.

Section

Verify the installation

bash
bee -p "summarize this workspace"
bee workflow start implement "Ship your first local test"
bee approvals list