Skip to content

Commit

Permalink
chore: update matrices with hyperlinks
Browse files Browse the repository at this point in the history
  • Loading branch information
spchortis committed Aug 30, 2023
1 parent 25cee2a commit 59f88cb
Showing 1 changed file with 14 additions and 20 deletions.
34 changes: 14 additions & 20 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,29 +48,23 @@ export INITIUM_CLUSTER_TOKEN=$(kubectl get secrets initium-cli-token -o jsonpath
export INITIUM_CLUSTER_CA_CERT=$(kubectl get secrets initium-cli-token -o jsonpath="{.data.ca\.crt}" | base64 -d)
```

### Supported Technologies
### Supported Application Runtimes

Following we have a matrix related to which technologies our cli is currently compatible with.
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.

| Technologies | Supported | Comments |
|---------------------|:------------------:|:-----------:|
| Node | :white_check_mark: | |
| GoLang | :white_check_mark: | |
| Python | :x: | Coming Soon |
| Java | :x: | Coming Soon |
| C# | :x: | Coming Soon |
| Technologies | 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 |


### CI Integrations

The matrix below gives an overview of the integration status of our CLI with all major CI platforms.

| CI Systems | Compatibility | Comments |
|---------------------|:------------------:|:-----------:|
| GitHub Actions | :white_check_mark: | |
| Gitlab CI | :x: | Coming Soon |
| Bitbucket Pipelines | :x: | Coming Soon |
| CircleCI | :x: | Coming Soon |
| Azure Devops | :x: | Coming Soon |
| Travis CI | :x: | Coming Soon |
| Jenkins | :x: | Coming Soon |
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.

| CI Systems | Supported |
|---------------------|:------------------:|
| [GitHub Actions](https://github.com/nearform/initium-cli/tree/main/assets/github) | :white_check_mark: |
| Gitlab CI | Coming Soon |
| Azure Devops | Coming Soon |

0 comments on commit 59f88cb

Please sign in to comment.