Thank you for contributing to the CF CLI Plugin Repository!
This repo contains both the plugin repo server and the metadata for CLI
community plugins.
Some of the requirements for PRs will apply to only one of these parts.
We're not allowed to accept any PRs without a signed CLA, no matter how small.
If your contribution falls under a company CLA but your membership is not public, expect delays while we confirm.
In particular ensure the following requirements are being met:
[ x] The plugin's name field in repo-index.yml matches the Name field in the plugin's plugin.PluginMetadata section
[x ] The plugin's url field in repo-index.yml contains the same version from the version field
Submitting PRs to CLIPR (the CLI Plugin Repo server)
All new code requires tests to protect against regressions.
Description of the Change
Improves logging behavior and incorporates package version bumps.
Why Is This PR Valuable?
Improves logging and diagnostic ability, reduces CVE risk.
Applicable Issues
How Urgent Is The Change?
Not urgent
Other Relevant Parties
NOTE: A cleanup script to remove double-quote date bracketing also cleaned up some dates in 4 other YAML blocks. We presume this cleanup is not a problem, and are looking for ways to limit future cleanups to our own YAML blocks.
Thank you for contributing to the CF CLI Plugin Repository!
This repo contains both the plugin repo server and the metadata for CLI community plugins. Some of the requirements for PRs will apply to only one of these parts.
We're not allowed to accept any PRs without a signed CLA, no matter how small. If your contribution falls under a company CLA but your membership is not public, expect delays while we confirm.
Submitting Plugins
If you haven't yet, please review our contributing guidelines:
https://github.com/cloudfoundry/cli-plugin-repo#submitting-plugins
In particular ensure the following requirements are being met:
name
field inrepo-index.yml
matches theName
field in the plugin'splugin.PluginMetadata
sectionurl
field inrepo-index.yml
contains the same version from theversion
fieldSubmitting PRs to CLIPR (the CLI Plugin Repo server)
All new code requires tests to protect against regressions.
Description of the Change
Improves logging behavior and incorporates package version bumps.
Why Is This PR Valuable?
Improves logging and diagnostic ability, reduces CVE risk.
Applicable Issues
How Urgent Is The Change?
Not urgent
Other Relevant Parties
NOTE: A cleanup script to remove double-quote date bracketing also cleaned up some dates in 4 other YAML blocks. We presume this cleanup is not a problem, and are looking for ways to limit future cleanups to our own YAML blocks.