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
.
databox
/
databox-cli
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
5
Actions
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Security and quality
Insights
Feat/databox v2 support
- #7
#7
Open
bwiz
wants to merge 25 commits into
main
databox/databox-cli:main
from
feat/databox-v2-support
databox/databox-cli:feat/databox-v2-support
Copy head branch name to clipboard
Conversation
Commits
25
(25)
Checks
Files changed
Open
Feat/databox v2 support
#7
bwiz
wants to merge 25 commits into
main
databox/databox-cli:main
from
feat/databox-v2-support
databox/databox-cli:feat/databox-v2-support
Copy head branch name to clipboard
Commits
Commits on Sep 1, 2026
feat: migrate CLI to Databox V2 API (1.0.0)
Show description for 2e9b2fd
bwiz
and
claude
committed
2e9b2fd
View commit details
Copy full SHA for 2e9b2fd
Browse repository at this point
feat: add 6 missing dataset commands for full V2 API coverage
Show description for ea84723
bwiz
and
claude
committed
ea84723
View commit details
Copy full SHA for ea84723
Browse repository at this point
Commits on Sep 2, 2026
docs: add changelog link to README
Show description for cf482ae
bwiz
and
claude
committed
cf482ae
View commit details
Copy full SHA for cf482ae
Browse repository at this point
refactor: address code review — DRY, consistency, type safety
Show description for 1a7feba
bwiz
and
claude
committed
1a7feba
View commit details
Copy full SHA for 1a7feba
Browse repository at this point
Commits on Sep 3, 2026
feat: move activity-log under /account, add profile metadata-options
Show description for 38d4d0c
bwiz
and
claude
committed
38d4d0c
View commit details
Copy full SHA for 38d4d0c
Browse repository at this point
Commits on Sep 4, 2026
feat: sync CLI with API v2 improvements batch 2
Show description for deb83b7
bwiz
and
claude
committed
deb83b7
View commit details
Copy full SHA for deb83b7
Browse repository at this point
feat: add PR review skill with rules and agent instructions
Show description for 3ce6664
bwiz
and
claude
committed
3ce6664
View commit details
Copy full SHA for 3ce6664
Browse repository at this point
fix: address PR review — input validation, test coverage, consistency
Show description for a130ba2
bwiz
and
claude
committed
a130ba2
View commit details
Copy full SHA for a130ba2
Browse repository at this point
Commits on Sep 7, 2026
feat: sync CLI with API v2 improvements batch 3
Show description for 2ce5213
bwiz
and
claude
committed
2ce5213
View commit details
Copy full SHA for 2ce5213
Browse repository at this point
fix: sync CLI with ingestion-api v2 contracts
Show description for 74982e5
bwiz
and
claude
committed
74982e5
View commit details
Copy full SHA for 74982e5
Browse repository at this point
test: add end-to-end suite that runs the CLI against a real API
Show description for b3d3e4b
bwiz
and
claude
committed
b3d3e4b
View commit details
Copy full SHA for b3d3e4b
Browse repository at this point
test(e2e): undo shared-resource changes durably, and cover metrics
Show description for ef7b600
bwiz
and
claude
committed
ef7b600
View commit details
Copy full SHA for ef7b600
Browse repository at this point
docs(e2e): record that the dataset dataSourceId filter is fixed upstream
Show description for e7f38c1
bwiz
and
claude
committed
e7f38c1
View commit details
Copy full SHA for e7f38c1
Browse repository at this point
test(e2e): assert duplicate is refused for API-created datasets
Show description for 5692fdc
bwiz
and
claude
committed
5692fdc
View commit details
Copy full SHA for 5692fdc
Browse repository at this point
fix: address PR #7 review — request timeouts, input validation, credential safety
Show description for acff7a2
bwiz
and
claude
committed
acff7a2
View commit details
Copy full SHA for acff7a2
Browse repository at this point
feat!: remove the v1 account listing commands, and sweep the flag renames
Show description for a80c99b
bwiz
and
claude
committed
a80c99b
View commit details
Copy full SHA for a80c99b
Browse repository at this point
refactor: share the pagination, sorting and JSON-flag patterns
Show description for 1bed8fd
bwiz
and
claude
committed
1bed8fd
View commit details
Copy full SHA for 1bed8fd
Browse repository at this point
test(e2e): stop develop6's transient failures from failing the suite
Show description for 442cd54
bwiz
and
claude
committed
442cd54
View commit details
Copy full SHA for 442cd54
Browse repository at this point
test: cover the validation paths, and rename the field CodeQL flagged
Show description for 7d2f96f
bwiz
and
claude
committed
7d2f96f
View commit details
Copy full SHA for 7d2f96f
Browse repository at this point
fix(e2e): make the preflight banner structurally unable to print the key
Show description for 16947bd
bwiz
and
claude
committed
16947bd
View commit details
Copy full SHA for 16947bd
Browse repository at this point
fix: finish the pagination-flag sweep, and refresh the README
Show description for 3b5d0a3
bwiz
and
claude
committed
3b5d0a3
View commit details
Copy full SHA for 3b5d0a3
Browse repository at this point
test(e2e): hold the ingestion detail to what a list row carries
Show description for cf2d47b
bwiz
and
claude
committed
cf2d47b
View commit details
Copy full SHA for cf2d47b
Browse repository at this point
docs(pr-review): codify what actually caused the review's blockers
Show description for 71ab033
bwiz
and
claude
committed
71ab033
View commit details
Copy full SHA for 71ab033
Browse repository at this point
build: add the missing eslint config, and enforce it on npm test
Show description for 9408e31
bwiz
and
claude
committed
9408e31
View commit details
Copy full SHA for 9408e31
Browse repository at this point
ci: run the typecheck, linter and unit tests on pull requests
Show description for 2c32616
bwiz
and
claude
committed
2c32616
View commit details
Copy full SHA for 2c32616
Browse repository at this point
You can’t perform that action at this time.