Skip to content

Set up project foundation for Honeycomb CLI#11

Closed
maragubot wants to merge 1 commit into
mainfrom
issue-1-project-setup
Closed

Set up project foundation for Honeycomb CLI#11
maragubot wants to merge 1 commit into
mainfrom
issue-1-project-setup

Conversation

@maragubot

Copy link
Copy Markdown
Collaborator

Summary

  • Update module path to github.com/maragudk/honeycomb-cli
  • Add cobra CLI framework with root command and global flags (--api-key, --api-url)
  • Add version command
  • Add basic test for Execute function
  • Update README with install/usage instructions

Test plan

  • go test -shuffle on ./... passes
  • go install . produces working binary
  • honeycomb-cli --help shows usage

Closes #1

- Update module path to github.com/maragudk/honeycomb-cli
- Add cobra CLI framework with root command and global flags
- Support --api-key/HONEYCOMB_API_KEY and --api-url/HONEYCOMB_API_URL
- Add version command (set via -ldflags at build time)
- Add basic test for Execute function
- Update README with install and usage instructions

Closes #1
@maragubot
maragubot enabled auto-merge (squash) February 27, 2026 12:35
@maragubot

Copy link
Copy Markdown
Collaborator Author

Changes included in PR #18

@maragubot maragubot closed this Feb 27, 2026
auto-merge was automatically disabled February 27, 2026 12:50

Pull request was closed

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.

Project setup: module path, CLI entry point, and cobra

1 participant