cristianojs02/Deploy To IRIS
Send created, modigfied and deleted files to IRIS. Compile and return result of compilation.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| host | Host name or IP addres of WebSrever that communicate with IRIS server. | yes | — |
| port | port number of WebSrever that communicate with IRIS. | yes | 52773 |
| namespace_iris | Name of IRIS namespace to deploy. | yes | — |
| https | Flag indicting uses of HTTPS by the WebServer. 1-true, 0-false | yes | 0 |
| base_api_url | The base URL to IRIS Source Code File REST API | yes | /api/atelier/ |
| version_api | The version of IRIS Source Code File REST API. | yes | v2 |
| compilation_flags | Flags used by the IRIS compiler. See | yes | cukb |
| source_path | The source root path. Need to be extracted from source file name. | yes | src/ |
| iris_usr | Iris user name | yes | — |
| iris_pwd | Iris user pwd | yes | — |
| changed_files | Comma delimited string with a list of changed files to deploy. | yes | — |
| deleted_files | Comma delimited string with a list of deleted files to delete from server. | yes | — |
Outputs
no outputs