feat: add @ethui/stacks-cli package for terminal authentication#81
Open
naps62-self-hosted-claude[bot] wants to merge 6 commits intomainfrom
Open
feat: add @ethui/stacks-cli package for terminal authentication#81naps62-self-hosted-claude[bot] wants to merge 6 commits intomainfrom
naps62-self-hosted-claude[bot] wants to merge 6 commits intomainfrom
Conversation
Adds a new CLI package that provides a terminal wizard for the authentication flow, outputting the JWT token at the end. Uses @inquirer/prompts for the interactive terminal UI. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
- Rename package from @ethui/stacks-cli to @ethui/stacks - Binary command renamed from stacks-cli to stacks Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Instead of printing the JWT token to stdout, save it to a config file: - Linux: ~/.config/dev.ethui/stacks.json - macOS: ~/Library/Application Support/dev.ethui/stacks.json The file stores a map of URL -> token, preserving existing tokens for other URLs when adding a new one. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Add files field to include only dist/ - Add repository field for npm listing - Add prepublishOnly script to auto-build before publish - Add publish script for easy npm publishing To publish: cd packages/cli && pnpm run publish Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Rename package from @ethui/stacks to @ethui/stacks-cli - Binary command renamed from stacks to stacks-cli Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
@ethui/stacks-clipackage underpackages/cli/@inquirer/promptsfor the authentication flowFeatures
Test plan
pnpm installto install dependenciespnpm --filter @ethui/stacks-cli buildto build the CLInode packages/cli/dist/index.jsto test the wizard flowpnpm --filter @ethui/stacks-cli check🤖 Generated with Claude Code