(short feature description)
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 266
- Forks
- 110
- Avg merge
- 3d 15h
- Merged PRs (30d)
- 3
Description
Is your feature request related to a problem? Please describe.
Please add the string value of the default Server ID as an output. Subsequent command that require a Server ID value, such as jf npm-configure need this value. Ideally, command switches like server-id-resolve should be able to have configurations that pull from the outputs. For example:
jf npm-configure --server-id-resolve ${{ steps.setup-jf-cli.outputs.server-id}}...
Describe the solution you'd like to see
The ability to pull the default server ID as a step output for use in other steps that would require this value.
Describe alternatives you've considered
No response
Additional context
No response
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
The issue names no files or tests; start by locating the GitHub Action entry point and how existing step outputs are defined. Add the default Server ID as an output usable by later workflow steps, then verify it with a workflow or the repository's existing validation tests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- github-actions, typescript
- Domain
- ci-cd, devops
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100