Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
blues
/
note-cli
Public
Notifications
You must be signed in to change notification settings
Fork
1
Star
6
Code
Issues
1
Pull requests
5
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
feat: initial Notehub CLI V2
- #62
#62
Open
Bucknalla
wants to merge 21 commits into
master
blues/note-cli:master
from
alex-notehub-cli-v2
blues/note-cli:alex-notehub-cli-v2
Copy head branch name to clipboard
Conversation
Commits
21
(21)
Checks
Files changed
Open
feat: initial Notehub CLI V2
#62
Bucknalla
wants to merge 21 commits into
master
blues/note-cli:master
from
alex-notehub-cli-v2
blues/note-cli:alex-notehub-cli-v2
Copy head branch name to clipboard
Commits
Commits on Dec 5, 2025
feat: initial Notehub CLI V2
Bucknalla
committed
4c33835
View commit details
Copy full SHA for 4c33835
Browse repository at this point
fix: dependencies
Bucknalla
committed
78769cc
View commit details
Copy full SHA for 78769cc
Browse repository at this point
chore: remove newline
Bucknalla
committed
923b211
View commit details
Copy full SHA for 923b211
Browse repository at this point
Commits on Dec 8, 2025
refactor: simplify scoping
Bucknalla
committed
c68125a
View commit details
Copy full SHA for c68125a
Browse repository at this point
Commits on Jan 5, 2026
chore: update dependencies and refactor Notehub CLI commands to use SDK
Bucknalla
committed
3e1175d
View commit details
Copy full SHA for 3e1175d
Browse repository at this point
chore: update copyright year to 2025 across all source files
Bucknalla
committed
6475ffb
View commit details
Copy full SHA for 6475ffb
Browse repository at this point
Commits on Mar 13, 2026
feat: complete Notehub CLI with full API coverage, network error handling, and V1 migration
Show description for a09a8d9
Bucknalla
and
claude
committed
a09a8d9
View commit details
Copy full SHA for a09a8d9
Browse repository at this point
merge: resolve conflicts with master, keeping CLI v2 overhaul changes
Show description for 4fd51a9
Bucknalla
and
claude
committed
4fd51a9
View commit details
Copy full SHA for 4fd51a9
Browse repository at this point
chore: go mod tidy after merge
Show description for 0bd2dce
Bucknalla
and
claude
committed
0bd2dce
View commit details
Copy full SHA for 0bd2dce
Browse repository at this point
chore: bump go version to 1.24.0 to match master
Show description for 8d7a17d
Bucknalla
and
claude
committed
8d7a17d
View commit details
Copy full SHA for 8d7a17d
Browse repository at this point
fix: write command output to stdout instead of stderr
Show description for 8aedaeb
Bucknalla
and
claude
committed
8aedaeb
View commit details
Copy full SHA for 8aedaeb
Browse repository at this point
Commits on Mar 14, 2026
chore: bump notehub-go SDK to v0.0.3
Show description for 707773b
Bucknalla
and
claude
committed
707773b
View commit details
Copy full SHA for 707773b
Browse repository at this point
Commits on Mar 15, 2026
refactor: CLI audit - consolidate helpers, add --json support, standardize patterns
Show description for 51b26e6
Bucknalla
and
claude
committed
51b26e6
View commit details
Copy full SHA for 51b26e6
Browse repository at this point
feat: add device set/clear commands and confirmation prompts for destructive actions
Show description for 75df7a9
Bucknalla
and
claude
committed
75df7a9
View commit details
Copy full SHA for 75df7a9
Browse repository at this point
feat: bulk provisioning, env var delete, device config, retry logic, V1 migration hints
Show description for c1157a0
Bucknalla
and
claude
committed
c1157a0
View commit details
Copy full SHA for c1157a0
Browse repository at this point
feat: show project label alongside UID in config output
Show description for 0775b16
Bucknalla
and
claude
committed
0775b16
View commit details
Copy full SHA for 0775b16
Browse repository at this point
fix: retry body replay, deduplicate auth, picker constants, scope help
Show description for aba6ff2
Bucknalla
and
claude
committed
aba6ff2
View commit details
Copy full SHA for aba6ff2
Browse repository at this point
fix: version injection via GoReleaser default ldflags
Show description for fb4fbc6
Bucknalla
and
claude
committed
fb4fbc6
View commit details
Copy full SHA for fb4fbc6
Browse repository at this point
Commits on Apr 10, 2026
fix: use raw HTTP for monitor GET APIs to avoid SDK oneOf deserialization bug
Show description for 950c80b
Bucknalla
and
claude
committed
950c80b
View commit details
Copy full SHA for 950c80b
Browse repository at this point
Commits on Apr 23, 2026
feat: default vars --scope to project when omitted
Show description for 6f668f8
Bucknalla
and
claude
committed
6f668f8
View commit details
Copy full SHA for 6f668f8
Browse repository at this point
Commits on May 19, 2026
fix: clarify --scope flag descriptions to specify Device UID
Show description for 73f3aea
Bucknalla
and
claude
committed
73f3aea
View commit details
Copy full SHA for 73f3aea
Browse repository at this point
You can’t perform that action at this time.