Skip to content

Commit 11410df

Browse files
committed
#1 Upgrade to microckds-cli:0.5.0
1 parent e6491d0 commit 11410df

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,14 @@
22

33
### What is it?
44

5-
This is a GitHub Action you may use in your Workflow to import into Microcks some API specification files. This allow keeping your API definitions, mocks and tests up-to-date into Microcks.. This action is basically a wrapper around the [Microcks CLI](https://github.com/microcks/microcks-cli) and provides the same configuration capabilities.
5+
This is a GitHub Action you may use in your Workflow to import into Microcks some API specification files. This allow keeping your API definitions, mocks and tests up-to-date into Microcks.. This action is basically a wrapper around the [Microcks CLI](https://github.com/microcks/microcks-cli) and provides the same configuration capabilities.
66

77
The `import` command of the CLI just need 1 argument:
8+
89
* `<specificationFile1[:primary],specificationFile2[:primary]>` : Comma separated list of API specs to import with flag telling if it's a primary artifact. Example: `'specs/my-openapi.yaml:true,specs/my-postmancollection.json:false'`
910

1011
With a bunch of mandatory flags:
12+
1113
* `--microcksURL` for the Microcks API endpoint,
1214
* `--keycloakClientId` for the Keycloak Realm Service Account ClientId,
1315
* `--keycloakClientSecret` for the Keycloak Realm Service Account ClientSecret.

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ inputs:
1616
required: true
1717
runs:
1818
using: 'docker'
19-
image: 'docker://quay.io/microcks/microcks-cli:0.4.0'
19+
image: 'docker://quay.io/microcks/microcks-cli:0.5.0'
2020
entrypoint: '/usr/bin/bash'
2121
args:
2222
- '-c'

0 commit comments

Comments
 (0)