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 }}
transloadit
/
node-sdk
Public
Notifications
You must be signed in to change notification settings
Fork
26
Star
73
Code
Issues
7
Pull requests
19
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
Incorporate CLI that supports all
transloadify
commands
- #268
#268
Merged
kvz
merged 46 commits into
main
transloadit/node-sdk:main
from
cli
transloadit/node-sdk:cli
Copy head branch name to clipboard
Dec 8, 2025
Conversation
Commits
46
(46)
Checks
Files changed
Merged
Incorporate CLI that supports all
transloadify
commands
#268
kvz
merged 46 commits into
main
transloadit/node-sdk:main
from
cli
transloadit/node-sdk:cli
Copy head branch name to clipboard
Commits
Commits on Dec 2, 2025
first stab at merging in transloadify
kvz
committed
8c4af32
View commit details
Copy full SHA for 8c4af32
Browse repository at this point
use cli subdir. more re-use of code
kvz
committed
5295273
View commit details
Copy full SHA for 5295273
Browse repository at this point
fix e2e
kvz
committed
bb64157
View commit details
Copy full SHA for bb64157
Browse repository at this point
apply stricter biome & tsconfig rules
kvz
committed
690603a
View commit details
Copy full SHA for 690603a
Browse repository at this point
abort assemblies
kvz
committed
ebbbcb7
View commit details
Copy full SHA for ebbbcb7
Browse repository at this point
Improve types, make replay clearer, roll test for it
kvz
committed
714ea73
View commit details
Copy full SHA for 714ea73
Browse repository at this point
stronger types
kvz
committed
164354e
View commit details
Copy full SHA for 164354e
Browse repository at this point
wip
kvz
committed
2fdc525
View commit details
Copy full SHA for 2fdc525
Browse repository at this point
fix version
kvz
committed
9023343
View commit details
Copy full SHA for 9023343
Browse repository at this point
Commits on Dec 3, 2025
format
kvz
committed
dbcbaf4
View commit details
Copy full SHA for dbcbaf4
Browse repository at this point
run e2e for own PRs
kvz
committed
1fc64ca
View commit details
Copy full SHA for 1fc64ca
Browse repository at this point
dotenv
kvz
committed
228afed
View commit details
Copy full SHA for 228afed
Browse repository at this point
cli docs
kvz
committed
ba3823f
View commit details
Copy full SHA for ba3823f
Browse repository at this point
add missing docs
kvz
committed
d28058f
View commit details
Copy full SHA for d28058f
Browse repository at this point
merge CI
kvz
committed
170aba2
View commit details
Copy full SHA for 170aba2
Browse repository at this point
add node 24
kvz
committed
4c14d93
View commit details
Copy full SHA for 4c14d93
Browse repository at this point
e2e only on 24
kvz
committed
946a8f6
View commit details
Copy full SHA for 946a8f6
Browse repository at this point
test: use unique template names to avoid CI conflicts
Show description for 90cde44
kvz
and
claude
committed
90cde44
View commit details
Copy full SHA for 90cde44
Browse repository at this point
feat: honor abort signal during awaitAssemblyCompletion polling
Show description for 21b85f7
kvz
and
claude
committed
21b85f7
View commit details
Copy full SHA for 21b85f7
Browse repository at this point
add browser
kvz
committed
35e50cd
View commit details
Copy full SHA for 35e50cd
Browse repository at this point
fix bug
kvz
committed
da6f0b4
View commit details
Copy full SHA for da6f0b4
Browse repository at this point
fix: address code review feedback
Show description for ce030e9
kvz
and
claude
committed
ce030e9
View commit details
Copy full SHA for ce030e9
Browse repository at this point
feat: replace --verbose/--quiet with --log-level (-l)
Show description for 44aa6e3
kvz
and
claude
committed
44aa6e3
View commit details
Copy full SHA for 44aa6e3
Browse repository at this point
feat: allow numeric values for --log-level
Show description for 0ca0f87
kvz
and
claude
committed
0ca0f87
View commit details
Copy full SHA for 0ca0f87
Browse repository at this point
feat: add trace log level (8)
Show description for 887ba60
kvz
and
claude
committed
887ba60
View commit details
Copy full SHA for 887ba60
Browse repository at this point
add onPoll
kvz
committed
0f795cb
View commit details
Copy full SHA for 0f795cb
Browse repository at this point
fix
kvz
committed
8c5ee5d
View commit details
Copy full SHA for 8c5ee5d
Browse repository at this point
format
kvz
committed
ce86458
View commit details
Copy full SHA for ce86458
Browse repository at this point
fix: CLI exits with code 1 when jobs fail, fix AbortSignal listener leak
Show description for b62dac6
kvz
and
claude
committed
b62dac6
View commit details
Copy full SHA for b62dac6
Browse repository at this point
feat(cli): add --endpoint option and --single-assembly flag
Show description for f22b4a1
kvz
and
claude
committed
f22b4a1
View commit details
Copy full SHA for f22b4a1
Browse repository at this point
docs: document --endpoint and --single-assembly CLI options
Show description for 447f73f
kvz
and
claude
committed
447f73f
View commit details
Copy full SHA for 447f73f
Browse repository at this point
fix: handle templates with no steps in sync download
Show description for 85c06b9
kvz
and
claude
committed
85c06b9
View commit details
Copy full SHA for 85c06b9
Browse repository at this point
refactor: use tryCatch utility for cleaner error handling
Show description for c364b3b
kvz
and
claude
committed
c364b3b
View commit details
Copy full SHA for c364b3b
Browse repository at this point
fix: remove non-functional notifications list, add download abort signal
Show description for 243852d
kvz
and
claude
committed
243852d
View commit details
Copy full SHA for 243852d
Browse repository at this point
refactor: use got.stream + pipeline for downloads
Show description for 60273d6
kvz
and
claude
committed
60273d6
View commit details
Copy full SHA for 60273d6
Browse repository at this point
test: add e2e test verifying download integrity via md5 hash
Show description for d73f212
kvz
and
claude
committed
d73f212
View commit details
Copy full SHA for d73f212
Browse repository at this point
Commits on Dec 4, 2025
fix: prevent file descriptor exhaustion with concurrency limiting
Show description for 13b3547
kvz
and
claude
committed
13b3547
View commit details
Copy full SHA for 13b3547
Browse repository at this point
Merge origin/cli: use got.stream for downloads
Show description for 20471f1
kvz
and
claude
committed
20471f1
View commit details
Copy full SHA for 20471f1
Browse repository at this point
perf: split assemblies e2e tests for parallel execution
Show description for 400719f
kvz
and
claude
committed
400719f
View commit details
Copy full SHA for 400719f
Browse repository at this point
upgrade yarn, add p-queue
kvz
committed
7d50065
View commit details
Copy full SHA for 7d50065
Browse repository at this point
upgrade yarn
kvz
committed
523e289
View commit details
Copy full SHA for 523e289
Browse repository at this point
use p-queue instead of JobPromise
kvz
committed
9b3fe42
View commit details
Copy full SHA for 9b3fe42
Browse repository at this point
natives
kvz
committed
d921f30
View commit details
Copy full SHA for d921f30
Browse repository at this point
no esnureDir
kvz
committed
4299b8d
View commit details
Copy full SHA for 4299b8d
Browse repository at this point
unify cli files
kvz
committed
9cceb6f
View commit details
Copy full SHA for 9cceb6f
Browse repository at this point
format
kvz
committed
6386b77
View commit details
Copy full SHA for 6386b77
Browse repository at this point
You can’t perform that action at this time.