Skip to content

Commit

Permalink
chore: update matrix headers
Browse files Browse the repository at this point in the history
  • Loading branch information
spchortis committed Aug 30, 2023
1 parent 59f88cb commit 5f6d9d9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,18 +50,18 @@ export INITIUM_CLUSTER_CA_CERT=$(kubectl get secrets initium-cli-token -o jsonpa

### Supported Application Runtimes

Following we have a matrix related to which application runtimes our CLI is currently compatible with. For each one of them a Dockerfile template is being used in order to provide an easy way to build and deploy the application to a Kubernetes cluster.
Following we have a matrix related to which application runtime our CLI is currently compatible with. For each one of them a Dockerfile template is being used in order to provide an easy way to build and deploy the application to a Kubernetes cluster.

| Technologies | Supported |
|---------------------|:------------------:|
| Application Runtimes | Supported |
|----------------------|:------------------:|
| [Nodejs](https://github.com/nearform/initium-cli/blob/main/assets/docker/Dockerfile.node.tmpl) | :white_check_mark: |
| [GoLang](https://github.com/nearform/initium-cli/blob/main/assets/docker/Dockerfile.go.tmpl) | :white_check_mark: |
| Python | Coming Soon |
| Python | Coming Soon |


### CI Integrations

The matrix below gives an overview of the integration status of our CLI with all major CI platforms. CLI is able to create automatically `build` and `deploy` pipelines in order to enable CICD process for the application it is used with. Related template files are being used to cover different process steps.
The matrix below gives an overview of the integration status of our CLI with CI platforms. CLI is able to create automatically `build` and `deploy` pipelines in order to enable CICD process for the application it is used with. Related template files are being used to cover different process steps.

| CI Systems | Supported |
|---------------------|:------------------:|
Expand Down

0 comments on commit 5f6d9d9

Please sign in to comment.