microsoft / microsoft/AzureTRE-Deployment
make help should list AzureTRE commands as well
Nobody has claimed this yet.
- Dominant language
- Shell
- Stars
- 18
- Forks
- 32
- Avg merge
- 8d 18h
- Merged PRs (30d)
- 1
Description
Description
Currently the only commands returned by make help are repository specific commands. It would be good to have a custom help command that merges help messages from both the repository-specific Makefile and the AzureTRE Makefile. This allow developers to quickly identify and understand the available make commands and their descriptions.
Acceptance Criteria
- The Makefile should include a
helpcommand that outputs help messages from both the current Makefile and the AzureTRE Makefile. - The
helpcommand should format the output for readability.
Contributor guide
No contributing guide indexed for this repository
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
Start with the repository Makefile and inspect how its current help command gathers and formats repository-specific targets. Then locate the AzureTRE Makefile and determine how both help sources can be combined; run make help to verify that commands from both Makefiles are present and readable.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- shell
- Domain
- build-system
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100