Skip to content

feat(cli): add iris login as a top-level alias for iris auth login - #57

Open
mayoalexander wants to merge 1 commit into
devfrom
feat/iris-login-alias
Open

feat(cli): add iris login as a top-level alias for iris auth login#57
mayoalexander wants to merge 1 commit into
devfrom
feat/iris-login-alias

Conversation

@mayoalexander

Copy link
Copy Markdown

Summary

  • Registers the existing AuthLoginCommand module as a top-level command alongside iris auth, so iris login works directly.
  • Same command module used by iris auth login — zero logic duplication, can't drift.
  • Added login: "core" to the grouped-help category map so it's listed next to auth.

Test plan

  • bun run --conditions=browser ./src/index.ts login --help shows identical options to iris auth login --help
  • bun run --conditions=browser ./src/index.ts --help lists login next to auth
  • Built and installed locally (npm run build:local), confirmed iris login --help works from the installed binary

🤖 Generated with Claude Code

https://claude.ai/code/session_0128C3jWYinDbupM4jLFVbYD

Registers the existing AuthLoginCommand module at the top level alongside
`iris auth`, so it can't drift from `iris auth login` behavior.
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_0128C3jWYinDbupM4jLFVbYD
Sign up for freeto 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

@mayoalexander