delvedor / delvedor/appversion

posibility to set the commit id

Open
#3 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
17
Forks
10
PR merge metrics
No merged PRs in 30d

Description

Hey,

I really like your package!
Is there a way to set the commit ID directly.

Reason is that I do the apv commands inside a docker image what is not containing the git information.

```
RUN npm install appversion -g \
&& apv init \
&& apv set-version 1.0.$BUILD_ID \
&& apv update commit \
&& apv update build
```

Contributor guide

No contributing guide indexed for this repository

Research direction

Start with the `apv update commit` entry point used after `apv set-version` in the Docker command shown. Check how the command obtains Git metadata and whether a direct commit ID can be supplied without repository information. Done means the Docker workflow accepts an explicit commit ID and its behavior is covered or documented.

Written by the indexing model from the issue text.

Assessment

Tech stack
docker, javascript, node.js
Domain
cli, devops
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.