apigee / apigee/apigeetool-node
deployhostedtarget and deploynodeapp should allow for exclude/include support
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 91
- Forks
- 91
- PR merge metrics
- No merged PRs in 30d
Description
When uploading a Hosted Target or Node.js application, not all of the local resources need to be included in the proxy bundle. For example, test files do not need to be uploaded. It would be slick if apigeetool had a way to exclude/include files based on name/pattern. This could be done via flags and/or NPM/VCS ignore/include files.
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
Start by tracing the deployhostedtarget and deploynodeapp entry points to see how local resources are collected into the proxy bundle. Compare the available flag handling and any NPM/VCS ignore-file support, then define the include/exclude behavior and verify that test files can be omitted without affecting required application resources.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, nodejs
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 30/100