netlify / netlify/cli

feat(deploy): add option to 'deploy' command to show uploaded files

Open
#8,488 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

type: feature
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

Open the contributing guide

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 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.