Skip to content

install: open the dashboard sign-in page from the CLI - #90

Merged
hbrooks merged 1 commit into
mainfrom
install-command
Jul 28, 2026
Merged

install: open the dashboard sign-in page from the CLI#90
hbrooks merged 1 commit into
mainfrom
install-command

Conversation

@hbrooks

@hbrooks hbrooks commented Jul 28, 2026

Copy link
Copy Markdown
Member

Summary

  • Adds agent install, which prints and opens <app-base>/login, the dashboard sign-in page where a new customer installs the GitHub App.
  • The URL comes from a new appLoginUrl builder in src/lib/urls.ts, resolved off the active host's app base, so a beta or self-hosted CLI does not send its user to prod.
  • --no-browser prints the URL only, matching agent login.
  • Registered in the Account group of agent --help; README and the ellipsis skill onboarding steps mention it.

Test plan

  • npm run typecheck
  • npm test (386 passed, including new appLoginUrl cases)
  • agent install --no-browser prints https://app.ellipsis.dev/login
  • ELLIPSIS_APP_BASE=https://beta-app.ellipsis.dev agent install --no-browser prints the beta URL
  • agent --help shows install under Account; agent install --help reads correctly

Onboarding starts on the web, since the GitHub App install lives there. Give
callers one command that gets them to the right page instead of a URL they
have to be told. The link is built from the active host's app base, so a beta
or self-hosted CLI does not send its user to prod.
@hbrooks
hbrooks merged commit 91c57af into main Jul 28, 2026
1 check passed
@hbrooks
hbrooks deleted the install-command branch July 28, 2026 17:06
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