godaddy / godaddy/node-cluster-service
Commandline argument namespacing (ala "cs.config" instead of "config") to avoid collisions
Open
enhancement
Hacktoberfest
medium priority
- Dominant language
- JavaScript
- Stars
- 168
- Forks
- 28
- PR merge metrics
- No merged PRs in 30d
Description
Depending on the app you're clustering, it may be desirable to avoid argument collisions with namespacing; especially with pre-existing apps that you wish to cluster. If any single option is detected with the prefix of `cs.` it will assume that all arguments are prefixed with this key, and any non-prefixed key will be ignored (assumed as app-specific). This allows both namespacing and backward compatibility.
Contributor guide
Assessment
This issue has not been assessed yet.