halo-dev / halo-dev/cli

附件上传命令可指定存储策略吗?

Open
#12 0 comments 0 reactions 0 assignees View on GitHub

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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.