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
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-configureneed this value. Ideally, command switches likeserver-id-resolveshould 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