Skip to content

docs: fix incorrect login command on homepage (bee loginbee auth login)#112

Open
stakahashy wants to merge 1 commit into
nulab:mainfrom
stakahashy:docs/fix-bee-login-command
Open

docs: fix incorrect login command on homepage (bee loginbee auth login)#112
stakahashy wants to merge 1 commit into
nulab:mainfrom
stakahashy:docs/fix-bee-login-command

Conversation

@stakahashy

Copy link
Copy Markdown

Summary

The homepage (apps/docs/src/content/docs/index.mdx) tells new users that after installing they can "just run bee login". However, there is no top-level login command — running it errors:

$ bee login
error: unknown command 'login'

The correct command is bee auth login. This was confusing when following the docs as a first-time user.

Change

  • apps/docs/src/content/docs/index.mdx: bee loginbee auth login

This brings the homepage in line with the actual CLI and the rest of the docs — the Getting Started and Authentication pages already use bee auth login.

🤖 Generated with Claude Code

The homepage told new users they could "just run `bee login`" after
installing, but there is no top-level `login` command — running it
errors with `unknown command 'login'`. The correct command is
`bee auth login`, which the Getting Started and Authentication guides
already use.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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.

1 participant