@postman-cse/onboarding-insights 1.0.1 → 1.0.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 +16 -5
- package/action.yml +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,12 +1,11 @@
|
|
|
1
|
-
# Postman Insights
|
|
1
|
+
# Postman Onboarding: Insights Linking
|
|
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)
|
|
3
|
+
[](https://github.com/postman-cs/postman-insights-onboarding-action/actions/workflows/ci.yml) [](https://github.com/postman-cs/postman-insights-onboarding-action/releases) [](https://www.npmjs.com/package/@postman-cse/onboarding-insights) [](LICENSE)
|
|
7
4
|
|
|
8
5
|
Links Postman Insights discovered services to API Catalog workspaces and git repositories after deployment, so every service the Insights agent finds lands in your catalog with a collection, a repo link, and live telemetry.
|
|
9
6
|
|
|
7
|
+
Part of the [Postman API Onboarding suite](https://github.com/postman-cs/postman-api-onboarding-action).
|
|
8
|
+
|
|
10
9
|
## Usage
|
|
11
10
|
|
|
12
11
|
```yaml
|
|
@@ -206,6 +205,18 @@ For local builds, contract smoke monitoring, and release channels, see [Developm
|
|
|
206
205
|
|
|
207
206
|
## Resources
|
|
208
207
|
|
|
208
|
+
### The suite
|
|
209
|
+
|
|
210
|
+
| Action | Role |
|
|
211
|
+
| --- | --- |
|
|
212
|
+
| [Postman API Onboarding](https://github.com/postman-cs/postman-api-onboarding-action) | Entry point: chains workspace bootstrap, repo sync, and optional Insights linking |
|
|
213
|
+
| [Postman Onboarding: Service Token](https://github.com/postman-cs/postman-resolve-service-token-action) | Mints the service-account access token and team ID |
|
|
214
|
+
| [Postman Onboarding: AWS Spec Discovery](https://github.com/postman-cs/postman-aws-spec-discovery-action) | Discovers and exports API specs from AWS services |
|
|
215
|
+
| [Postman Onboarding: Workspace Bootstrap](https://github.com/postman-cs/postman-bootstrap-action) | Creates the workspace, uploads the spec, generates collections |
|
|
216
|
+
| [Postman Onboarding: Smoke Flow](https://github.com/postman-cs/postman-smoke-flow-action) | Applies a curated flow.yaml to the Smoke collection |
|
|
217
|
+
| [Postman Onboarding: Repo Sync](https://github.com/postman-cs/postman-repo-sync-action) | Exports artifacts into the repo and wires CI, mocks, and monitors |
|
|
218
|
+
| [Postman Onboarding: Insights Linking](https://github.com/postman-cs/postman-insights-onboarding-action) | Links Insights discovered services to the workspace |
|
|
219
|
+
|
|
209
220
|
- [postman-resolve-service-token-action](https://github.com/postman-cs/postman-resolve-service-token-action): mints a service-account access token and team ID.
|
|
210
221
|
- [postman-api-onboarding-action](https://github.com/postman-cs/postman-api-onboarding-action): composite action that orchestrates the onboarding pipeline.
|
|
211
222
|
- [postman-bootstrap-action](https://github.com/postman-cs/postman-bootstrap-action): workspace provisioning, spec upload, and collection generation.
|
package/action.yml
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
name: 'Postman Insights
|
|
2
|
-
description:
|
|
1
|
+
name: 'Postman Onboarding: Insights Linking'
|
|
2
|
+
description: Link Postman Insights discovered services to workspaces and git repos. Part of the Postman API Onboarding suite.
|
|
3
3
|
author: Postman
|
|
4
4
|
branding:
|
|
5
5
|
icon: link
|
package/package.json
CHANGED