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
feat: print pre-signed upload URL when invoked with 0 paths
When `rli object upload --name <name>` is called without any file paths,
create the object via the API and print the pre-signed upload URL to
stdout. This enables external upload workflows (e.g. curl) matching the
frontend's "Copy URL and Close" pattern. The object stays in UPLOADING
state until the user uploads and completes externally.
- Change `<paths...>` to `[paths...]` (Commander optional variadic)
- Skip interactive screen buffer for 0-paths mode
- Default content type to "unspecified" when omitted
- Add null guard for upload_url from API response
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments