附件上传命令可指定存储策略吗?
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 29
- Forks
- 4
- PR merge metrics
- No merged PRs in 30d
Description
halo attachment --help
halo attachment
Usage:
$ halo attachment [flags]
Commands:
list List attachments
get Show attachment details
delete Delete an attachment
upload Upload an attachment
download Download an attachment
For more info, run any command with the --help flag:
$ halo attachment list --help
$ halo attachment get --help
$ halo attachment delete --help
$ halo attachment upload --help
$ halo attachment download --help
Options:
-h, --help Display this message
Examples:
halo attachment list
halo attachment get
halo attachment delete --force
halo attachment upload --file ./image.png
halo attachment upload --url https://example.com/image.png
halo attachment download
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the halo attachment upload command and the help output shown in the issue. Trace where upload options are parsed and where the storage strategy is selected, then confirm the supported strategy choices with maintainers. Done means the command can select a storage strategy and its help text documents the available option.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100