Skip to content

lf docs

Open the LenserFight documentation in your browser or list available topic shortcuts.

Subcommands

SubcommandDescription
openOpen a documentation topic in the browser
listList all available topic shortcuts

lf docs open

Open a documentation topic in the default browser.

bash
lf docs open [topic]

Arguments

ArgumentRequiredDescription
topicnoTopic shortcut or doc path (defaults to CLI index)

Topic shortcuts

ShortcutOpens
cliCLI reference index
doctorDoctor command reference
workflowWorkflow command reference
battleBattle command reference
gatewayGateway command reference
lenserLenser command reference
specSpec governance reference
examplesCLI examples reference
envEnvironment variables reference
completionShell completion guide
updateUpdate command reference
getting-startedQuick start guide
installInstallation guide
authAuthentication guide
localLocal development setup
ollamaOllama integration guide
byokBring Your Own Key guide
troubleshootTroubleshooting guide

Examples

bash
# Open CLI reference index
lf docs open

# Open specific topic
lf docs open workflow
lf docs open getting-started
lf docs open troubleshoot

# Open arbitrary doc path
lf docs open /reference/internals/workflow-execution

lf docs list

List all available topic shortcuts with their full URLs.

bash
lf docs list