adobe / adobe/sizewatcher

[custom] support command to return size

Open
#44 0 comments 0 reactions 0 assignees View on GitHub
enhancement
Dominant language
JavaScript
Stars
18
Forks
5
Avg merge
2d 6h
Merged PRs (30d)
8

Description

Sometimes the thing to measure is not available as file or folder (or that path isn't hardcoded), and one might want to define a shell command to retrieve it. An example are docker image sizes where you have to run

```
docker image inspect --format='{{.Size}}'
```

But that might be better covered by #45.

Might be a new config `sizeScript`.

Contributor guide

Open the contributing guide

Research direction

Compare this request with issue #45 first, since the body says it may cover the same case. Then inspect how sizewatcher handles configuration and measures paths, and define the expected behavior for a sizeScript such as the Docker image inspection command. Done means the command-based size source has clear configuration and verified behavior.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript
Domain
ci-cd, tooling
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
30/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.