@postman-cse/onboarding-bootstrap 0.15.2 → 0.15.3
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 +5 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,5 +1,10 @@
|
|
|
1
1
|
# postman-bootstrap-action
|
|
2
2
|
|
|
3
|
+
[](https://github.com/postman-cs/postman-bootstrap-action/actions/workflows/ci.yml)
|
|
4
|
+
[](https://github.com/postman-cs/postman-bootstrap-action/releases)
|
|
5
|
+
[](https://www.npmjs.com/package/@postman-cse/onboarding-bootstrap)
|
|
6
|
+
[](LICENSE)
|
|
7
|
+
|
|
3
8
|
Public customer preview GitHub Action for Postman workspace bootstrap from a registry-backed OpenAPI spec.
|
|
4
9
|
|
|
5
10
|
## Scope
|
package/action.yml
CHANGED
|
@@ -1,5 +1,9 @@
|
|
|
1
1
|
name: postman-bootstrap-action
|
|
2
|
-
description:
|
|
2
|
+
description: Create or reuse a Postman workspace, upload an OpenAPI spec, and generate baseline, smoke, and contract collections.
|
|
3
|
+
author: Postman
|
|
4
|
+
branding:
|
|
5
|
+
icon: box
|
|
6
|
+
color: orange
|
|
3
7
|
inputs:
|
|
4
8
|
|
|
5
9
|
workspace-id:
|