Skip to content

Fix link to CLI docs#95

Merged
Jesse Seldess (jseldess) merged 1 commit intomainfrom
doc-link-update
Apr 6, 2026
Merged

Fix link to CLI docs#95
Jesse Seldess (jseldess) merged 1 commit intomainfrom
doc-link-update

Conversation

@jseldess
Copy link
Copy Markdown
Contributor

The link at the end of the bt --help output is broken. Added a redirect on the docs side, but we should fix it at the source as well.

bt --help

  ███  ███
███      ███
  ███  ███
███      ███
  ███  ███


bt is the CLI for interacting with your Braintrust projects - bt <COMMAND>

Core
  init         Initialize .bt config directory and files
  auth         Authenticate bt with Braintrust
  switch       Switch org and project context
  view         View logs, traces, and spans

Projects & resources
  projects     Manage projects
  prompts      Manage prompts
  functions    Manage functions (tools, scorers, and more)
  tools        Manage tools
  scorers      Manage scorers
  experiments  Manage experiments

Data & evaluation
  eval         Run eval files
  sql          Run SQL queries against Braintrust
  sync         Synchronize project logs between Braintrust and local NDJSON files

Additional
  docs         Manage workflow docs for coding agents
  self         Self-management commands
  setup        Configure Braintrust setup flows
  status       Show current org and project context

Flags
      --profile <PROFILE>    Use a saved login profile [env: BRAINTRUST_PROFILE]
  -o, --org <ORG>            Override active org [env: BRAINTRUST_ORG_NAME]
  -p, --project <PROJECT>    Override active project [env: BRAINTRUST_DEFAULT_PROJECT]
  -q, --quiet                Suppress non-essential output
      --json                 Output as JSON
      --no-color             Disable ANSI color output
      --no-input             Disable all interactive prompts
      --api-url <URL>        Override API URL [env: BRAINTRUST_API_URL]
      --app-url <URL>        Override app URL [env: BRAINTRUST_APP_URL]
      --env-file <PATH>      Path to a .env file to load
  -h, --help                 Print help
  -V, --version              Print version

LEARN MORE
Use `bt <command> <subcommand> --help` for more information about a command.
Read the manual at https://braintrust.dev/docs/cli

@github-actions
Copy link
Copy Markdown

github-actions bot commented Apr 3, 2026

Latest downloadable build artifacts for this PR commit 1f31aeff27f1:

Available artifact names
  • ``artifacts-build-global
  • ``artifacts-build-local-x86_64-apple-darwin
  • ``artifacts-build-local-x86_64-pc-windows-msvc
  • ``artifacts-build-local-x86_64-unknown-linux-musl
  • ``artifacts-build-local-x86_64-unknown-linux-gnu
  • ``artifacts-build-local-aarch64-apple-darwin
  • ``artifacts-build-local-aarch64-unknown-linux-musl
  • ``artifacts-build-local-aarch64-unknown-linux-gnu
  • ``artifacts-plan-dist-manifest
  • ``cargo-dist-cache

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

good to merge, simple doc update

@jseldess Jesse Seldess (jseldess) merged commit 3f59754 into main Apr 6, 2026
34 checks passed
@jseldess Jesse Seldess (jseldess) deleted the doc-link-update branch April 6, 2026 17:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants