Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(cli): support uploading files #359

Merged
merged 1 commit into from
Dec 5, 2024
Merged

feat(cli): support uploading files #359

merged 1 commit into from
Dec 5, 2024

Conversation

CorentinTh
Copy link
Owner

Closes #357

Breaking change in the cli create note command :
You need to use --stdin or -s to use the sdin as note content, it'll no longer fallback to stdin if no positionnal arg is set

# Before
cat file.txt | enclosed create

# Now
cat file.txt | enclosed create --stdin
# or
cat file.txt | enclosed create -s

@CorentinTh CorentinTh self-assigned this Nov 27, 2024
Copy link

sonarcloud bot commented Nov 27, 2024

Copy link

github-actions bot commented Nov 27, 2024

built with Refined Cloudflare Pages Action

⚡ Cloudflare Pages Deployment

Name Status Preview Last Commit
enclosed-docs ✅ Ready (View Log) Visit Preview 5470d1e
enclosed ✅ Ready (View Log) Visit Preview 5470d1e

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.

File upload via CLI
1 participant