Skip to content

Fix types#133

Merged
dajimenezriv-internxt merged 1 commit into
masterfrom
fix-types
May 14, 2026
Merged

Fix types#133
dajimenezriv-internxt merged 1 commit into
masterfrom
fix-types

Conversation

@dajimenezriv-internxt
Copy link
Copy Markdown
Contributor

@dajimenezriv-internxt dajimenezriv-internxt commented May 14, 2026

What

Fix upload cli command types.
Remove uploadMultipart cli command since it's already included in the upload function.
Remove uploadFolderZip cli command. Basically this command was compressing a folder into a zip and then uploading it, so since technically it's like uploading a file. In case someone needs to do this, he can just compress the folder and use the upload command.

@dajimenezriv-internxt dajimenezriv-internxt self-assigned this May 14, 2026
Comment thread src/cli/Commands.ts
}

export const uploadFileCommand = buildCommand({
export const uploadFileCommand: Command = buildCommand({
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It was not inferring the type successfully.

@dajimenezriv-internxt dajimenezriv-internxt merged commit 79be1c9 into master May 14, 2026
3 checks passed
@dajimenezriv-internxt dajimenezriv-internxt deleted the fix-types branch May 14, 2026 08:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants