Skip to content

Commit e968e01

Browse files
author
Chris Wiechmann
authored
Update README.md
1 parent 72c4e20 commit e968e01

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# Axway APIM-CLI GitHub Action
22

3-
This action helps them use the Axway APIM CLI in a GitHub Actions workflow. You can import APIs, applications, organizations, and users into an API manager based on a specified directory structure.
4-
Alternatively, you can call the APIM CLI directly according to your needs.
3+
This action helps you to use the [Axway APIM CLI](https://github.com/Axway-API-Management-Plus/apim-cli) in a GitHub Actions workflow. You can import APIs, Applications, Organizations, and Users into an API-Manager in Batch-Mode based on a specified directory structure.
4+
5+
Additionally, you can call the APIM CLI directly with a given command according to your needs.
56

67
## Inputs
78

@@ -71,4 +72,4 @@ Run an APIM-CLI command. For example: 'apim api check-certs'. You may combine th
7172
apimPassword: ${{ github.event.inputs.apimPassword }}
7273
apimCLICommand: 'api check-certs'
7374
apimExtraArgs: '-days 60'
74-
```
75+
```

0 commit comments

Comments
 (0)