jfrog-cli-v2-jf 2.37.1 → 2.37.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.
Files changed (2) hide show
  1. package/README.md +8 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -5,18 +5,23 @@
5
5
  </p>
6
6
 
7
7
  # JFrog CLI
8
+
8
9
  [Website](http://www.jfrog.com) • [Docs](https://www.jfrog.com/confluence/display/CLI/JFrog+CLI) • [Issues](https://github.com/jfrog/jfrog-cli-go/issues) • [Blog](https://jfrog.com/blog/) • [We're Hiring](https://join.jfrog.com/) • [Artifactory Free Trial](https://jfrog.com/artifactory/free-trial/)
9
10
 
10
11
  ## Overview
11
- JFrog CLI is a compact and smart client that provides a simple interface that automates access to *Artifactory*, *Xray*, *Distribution*, *Pipelines* and *Mission Control* through their respective REST APIs.
12
- By using the JFrog CLI, you can greatly simplify your automation scripts making them more readable and easier to maintain.
12
+
13
+ JFrog CLI is a compact and smart client that provides a simple interface that automates access to *Artifactory*, *Xray*,
14
+ *Distribution*, *Pipelines* and *Mission Control* through their respective REST APIs.
15
+ By using the JFrog CLI, you can greatly simplify your automation scripts making them more readable and easier to
16
+ maintain.
13
17
  Several features of the JFrog CLI makes your scripts more efficient and reliable.
14
18
 
15
19
  ## Requirements
16
- npm version 5.0.0 or above.
17
20
 
21
+ npm version 5.0.0 or above.
18
22
 
19
23
  ## Install with npm:
24
+
20
25
  ```bash
21
26
  npm install -g jfrog-cli-v2-jf
22
27
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jfrog-cli-v2-jf",
3
- "version": "2.37.1",
3
+ "version": "2.37.3",
4
4
  "description": "🐸 Command-line interface for JFrog Artifactory, Xray, Distribution, Pipelines and Mission Control 🐸",
5
5
  "homepage": "https://github.com/jfrog/jfrog-cli",
6
6
  "preferGlobal": true,