feat(deploy): add option to 'deploy' command to show uploaded files
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 1.9k
- Forks
- 474
- Avg merge
- 23h 30m
- Merged PRs (30d)
- 53
Description
Which problem is this feature request solving?
When the deploy command runs, it doesn't show what files have been uploaded to Netlify. Knowing what these files are would help in case post-processing is needed.
Describe the solution you'd like
Add an option to the 'deploy' command that will show the uploaded files, if combined with the json option to making the output parseable by a post-processing command.
Pull request (optional)
- I can submit a pull request.
Contributor guide
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 at the deploy command's option handling and existing json output path. Trace how uploaded files are collected and represented, then add a deploy option that includes them when combined with json. Done means the uploaded file list is present in parseable JSON output and existing deploy output remains unaffected.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 68/100