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: action.yaml
+6-30Lines changed: 6 additions & 30 deletions
Original file line number
Diff line number
Diff line change
@@ -6,39 +6,15 @@ branding:
6
6
color: 'red'
7
7
8
8
inputs:
9
-
apimHostname:
10
-
description: "The API-Manager hostname without port or protocol."
11
-
required: true
12
-
apimPort:
13
-
description: "The API-Manager port."
14
-
required: false
15
-
default: "8075"
16
-
apimUsername:
17
-
description: "The API-Manager username."
18
-
required: true
19
-
apimPassword:
20
-
description: "The API-Manager password."
21
-
required: true
22
-
apimExtraArgs:
23
-
description: "Some extra parameters which should be used by the APIM-CLI. For instance '-port 443', '-force' or '-returnCodeMapping 10:0'"
24
-
required: false
25
-
apiDirectory:
26
-
description: "The directory containing your APIs. Each API in a separate directory."
27
-
required: false
28
-
orgDirectory:
29
-
description: "The directory containing your organizations. Each organization in a separate directory."
30
-
required: false
31
-
appDirectory:
32
-
description: "The directory containing your applications. Each application in a separate directory."
33
-
required: false
34
-
userDirectory:
35
-
description: "The directory containing your users. Each user in a separate directory."
36
-
required: false
37
-
apimCLICommand:
9
+
command:
38
10
description: "Run an APIM-CLI command. For example: 'apim api check-certs'. You may combine this with apimExtraArgs depending on you the command you use."
0 commit comments