@pragmatic-divops/cli 1.8.0 → 1.9.1
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 +15 -5
- package/bin/pragmatic-divops.js +1916 -74
- package/bin/pragmatic-divops.js.map +1 -1
- package/package.json +8 -13
package/README.md
CHANGED
|
@@ -4,11 +4,21 @@ cli for various organization tools
|
|
|
4
4
|
|
|
5
5
|
<!--status-badges start -->
|
|
6
6
|
|
|
7
|
-
[![Node CI Workflow Status][github-actions-ci-badge]][github-actions-ci-link]
|
|
8
7
|
[![Codecov][coverage-badge]][coverage-link]
|
|
8
|
+
[![Node CI Workflow Status][github-actions-ci-badge]][github-actions-ci-link]
|
|
9
9
|
|
|
10
10
|
<!--status-badges end -->
|
|
11
11
|
|
|
12
|
+
## Table of Contents
|
|
13
|
+
|
|
14
|
+
* [Usage](#usage)
|
|
15
|
+
* [Installation](#installation)
|
|
16
|
+
* [Contributing](#contributing)
|
|
17
|
+
* [Dependencies](#dependencies)
|
|
18
|
+
* [Verification](#verification)
|
|
19
|
+
|
|
20
|
+
## Usage
|
|
21
|
+
|
|
12
22
|
<!--consumer-badges start -->
|
|
13
23
|
|
|
14
24
|
[![MIT license][license-badge]][license-link]
|
|
@@ -16,11 +26,11 @@ cli for various organization tools
|
|
|
16
26
|
|
|
17
27
|
<!--consumer-badges end -->
|
|
18
28
|
|
|
19
|
-
|
|
29
|
+
### Installation
|
|
20
30
|
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
31
|
+
```sh
|
|
32
|
+
$ npm install @pragmatic-divops/cli --global
|
|
33
|
+
```
|
|
24
34
|
|
|
25
35
|
## Contributing
|
|
26
36
|
|