@postman-cse/onboarding-insights 0.10.1 → 0.10.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +5 -0
- package/action.yml +4 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,5 +1,10 @@
|
|
|
1
1
|
# postman-insights-onboarding-action
|
|
2
2
|
|
|
3
|
+
[](https://github.com/postman-cs/postman-insights-onboarding-action/actions/workflows/ci.yml)
|
|
4
|
+
[](https://github.com/postman-cs/postman-insights-onboarding-action/releases)
|
|
5
|
+
[](https://www.npmjs.com/package/@postman-cse/onboarding-insights)
|
|
6
|
+
[](LICENSE)
|
|
7
|
+
|
|
3
8
|
GitHub Action that links Postman Insights discovered services to API Catalog workspaces and git repositories. Designed for Kubernetes discovery-mode deployments where the Insights DaemonSet agent automatically finds running services.
|
|
4
9
|
|
|
5
10
|
## Scope
|
package/action.yml
CHANGED
|
@@ -1,5 +1,9 @@
|
|
|
1
1
|
name: 'postman-insights-onboarding-action'
|
|
2
2
|
description: 'Link Postman Insights discovered services to API Catalog workspaces and git repos'
|
|
3
|
+
author: Postman
|
|
4
|
+
branding:
|
|
5
|
+
icon: link
|
|
6
|
+
color: orange
|
|
3
7
|
inputs:
|
|
4
8
|
project-name:
|
|
5
9
|
description: 'Service name or spec ID to match against discovered service names'
|
package/package.json
CHANGED