@pragmatic-divops/cli 1.11.16 → 1.11.18
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 +9 -6
- package/bin/pragmatic-divops.js +40 -442
- package/bin/pragmatic-divops.js.map +1 -1
- package/package.json +25 -23
package/README.md
CHANGED
|
@@ -6,6 +6,7 @@ cli for various organization tools
|
|
|
6
6
|
|
|
7
7
|
[![Codecov][coverage-badge]][coverage-link]
|
|
8
8
|
[![Node CI Workflow Status][github-actions-ci-badge]][github-actions-ci-link]
|
|
9
|
+
![SLSA Level 2][slsa-badge]
|
|
9
10
|
|
|
10
11
|
<!--status-badges end -->
|
|
11
12
|
|
|
@@ -71,24 +72,26 @@ $ npm test
|
|
|
71
72
|
|
|
72
73
|
[semantic-release-link]: https://github.com/semantic-release/semantic-release
|
|
73
74
|
|
|
74
|
-
[semantic-release-badge]: https://img.shields.io/badge
|
|
75
|
+
[semantic-release-badge]: https://img.shields.io/badge/semantic--release-angular-e10079?logo=semantic-release
|
|
75
76
|
|
|
76
77
|
[renovate-link]: https://renovatebot.com
|
|
77
78
|
|
|
78
|
-
[renovate-badge]: https://img.shields.io/badge/renovate-enabled-brightgreen.svg?logo=
|
|
79
|
+
[renovate-badge]: https://img.shields.io/badge/renovate-enabled-brightgreen.svg?logo=renovatebot
|
|
79
80
|
|
|
80
81
|
[github-actions-ci-link]: https://github.com/pragmatic-divops/cli/actions?query=workflow%3A%22Node.js+CI%22+branch%3Amaster
|
|
81
82
|
|
|
82
|
-
[github-actions-ci-badge]: https://
|
|
83
|
+
[github-actions-ci-badge]: https://img.shields.io/github/actions/workflow/status/pragmatic-divops/cli/node-ci.yml.svg?branch=master&logo=github
|
|
83
84
|
|
|
84
85
|
[coverage-link]: https://codecov.io/github/pragmatic-divops/cli
|
|
85
86
|
|
|
86
|
-
[coverage-badge]: https://img.shields.io/codecov/c/github/pragmatic-divops/cli
|
|
87
|
+
[coverage-badge]: https://img.shields.io/codecov/c/github/pragmatic-divops/cli?logo=codecov
|
|
87
88
|
|
|
88
89
|
[license-link]: LICENSE
|
|
89
90
|
|
|
90
|
-
[license-badge]: https://img.shields.io/github/license/pragmatic-divops/cli.svg
|
|
91
|
+
[license-badge]: https://img.shields.io/github/license/pragmatic-divops/cli.svg?logo=opensourceinitiative
|
|
91
92
|
|
|
92
93
|
[npm-link]: https://www.npmjs.com/package/@pragmatic-divops/cli
|
|
93
94
|
|
|
94
|
-
[npm-badge]: https://img.shields.io/npm/v/@pragmatic-divops/cli
|
|
95
|
+
[npm-badge]: https://img.shields.io/npm/v/@pragmatic-divops/cli?logo=npm
|
|
96
|
+
|
|
97
|
+
[slsa-badge]: https://slsa.dev/images/gh-badge-level2.svg
|