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
The CLI has been merged into the official transloadit npm package.
This adds a deprecation notice to the README and a postinstall
warning directing users to migrate.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: README.md
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,16 @@
1
1
# Transloadify
2
2
3
+
> **⚠️ DEPRECATED**: This package has been merged into the official [`transloadit`](https://www.npmjs.com/package/transloadit) npm package. Please use `transloadit` instead, which now includes the CLI.
4
+
>
5
+
> ```bash
6
+
> npm install -g transloadit
7
+
> npx transloadit --help
8
+
>```
9
+
>
10
+
> See the [transloadit package documentation](https://github.com/transloadit/node-sdk#command-line-interface-cli) for CLI usage.
11
+
12
+
---
13
+
3
14
<!--more-->
4
15
5
16
Transloadify is a command line interface for [Transloadit](https://transloadit.com)'s file uploading and encoding service.
0 commit comments