You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+14-2Lines changed: 14 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,9 +13,9 @@ It allows to launch tests or import API artifacts with minimal dependencies.
13
13
14
14
## Build Status
15
15
16
-
Latest release is `1.0.0`.
16
+
Latest release is `1.0.1`.
17
17
18
-
Current development version is `1.0.1`. It is available as a container image named `quay.io/microcks/microcks-cli:nightly`.
18
+
Current development version is `1.0.2`. It is available as a container image named `quay.io/microcks/microcks-cli:nightly`.
19
19
20
20
#### Fossa license and security scans
21
21
@@ -40,6 +40,17 @@ Current development version is `1.0.1`. It is available as a container image nam
40
40
41
41
To get involved with our community, please make sure you are familiar with the project's [Code of Conduct](./CODE_OF_CONDUCT.md).
42
42
43
+
## Installation
44
+
45
+
Visit the [Release page](https://github.com/microcks/microcks-cli/releases/tag/1.0.1), browse the **Assets** and download the one matching your platform
46
+
47
+
OR you can use the [Homebrew](https://brew.sh/) package manager on Linux and MacOS that way:
48
+
49
+
```sh
50
+
brew tap microcks/tap
51
+
brew install microcks/tap/microcks
52
+
```
53
+
43
54
## Usage instructions
44
55
45
56
### Usage
@@ -58,6 +69,7 @@ microcks [command] [flags]
58
69
|`start`| Start a local Microcks instance via Docker/Podman |[`start`](documentation/cmd/start.md)|
59
70
|`stop`| Stop a local Microcks instance |[`stop`](documentation/cmd/stop.md)|
60
71
|`import`| Import API spec files from local filesystem |[`import`](documentation/cmd/import.md)|
72
+
|`impor-dir`| Scan a directory and import API spec files. |[`import-dir`](documentation/cmd/import.md)|
61
73
|`import-url`| Import API spec files directly from a remote URL |[`import-url`](documentation/cmd/import-url.md)|
62
74
|`test`| Run tests against a deployed API using selected runner |[`test`](documentation/cmd/test.md)|
63
75
|`version`| Print Microcks CLI version |[`version`](documentation/cmd/version.md)|
0 commit comments