Skip to content

Commit

Permalink
doc: add usage to tool table (#127)
Browse files Browse the repository at this point in the history
  • Loading branch information
tungbq authored Mar 17, 2024
2 parents 3ab4896 + 3b03cad commit aa4fd0a
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,15 +88,15 @@ Explore the comprehensive guide below to gain insight into the detailed utilizat

Built on `ubuntu:22.04` base image

| Name | Version | Release |
| :-------- | :---------------------- | :------------------------------------------------------------------------------------------------- |
| Python | PYTHON_VERSION=3.12.2 | [Check](https://www.python.org/downloads/source/) |
| Ansible | ANSIBLE_VERSION=2.16.4 | [Check](https://docs.ansible.com/ansible/latest/reference_appendices/release_and_maintenance.html) |
| Terraform | TERRAFORM_VERSION=1.7.5 | [Check](https://releases.hashicorp.com/terraform/) |
| Kubectl | KUBECTL_VERSION=1.29.3 | [Check](https://dl.k8s.io/release/stable.txt) |
| Helm | HELM_VERSION=3.14.3 | [Check](https://github.com/helm/helm/releases) |
| AwsCLI | AWSCLI_VERSION=2.15.30 | [Check](https://raw.githubusercontent.com/aws/aws-cli/v2/CHANGELOG.rst) |
| AzureCLI | AZURECLI_VERSION=2.58.0 | [Check](https://learn.microsoft.com/en-us/cli/azure/release-notes-azure-cli) |
| Name | Version | Release | Usage |
| :-------- | :---------------------- | :--------------------------------------------------------------------------- | :------------------------------------------------- |
| Python | PYTHON_VERSION=3.12.2 | [Check](https://www.python.org/downloads/source/) | [python_usage](./docs/usage/python_usage.md) |
| Ansible | ANSIBLE_VERSION=2.16.4 | [Check](https://api.github.com/repos/ansible/ansible/releases/latest) | [ansible_usage](./docs/usage/ansible_usage.md) |
| Terraform | TERRAFORM_VERSION=1.7.5 | [Check](https://releases.hashicorp.com/terraform/) | [terraform_usage](./docs/usage/terraform_usage.md) |
| Kubectl | KUBECTL_VERSION=1.29.3 | [Check](https://dl.k8s.io/release/stable.txt) | [kubectl_usage](./docs/usage/kubectl_usage.md) |
| Helm | HELM_VERSION=3.14.3 | [Check](https://github.com/helm/helm/releases) | [helm_usage](./docs/usage/helm_usage.md) |
| AwsCLI | AWSCLI_VERSION=2.15.30 | [Check](https://raw.githubusercontent.com/aws/aws-cli/v2/CHANGELOG.rst) | [awscli_usage](./docs/usage/awscli_usage.md) |
| AzureCLI | AZURECLI_VERSION=2.58.0 | [Check](https://learn.microsoft.com/en-us/cli/azure/release-notes-azure-cli) | [azurecli_usage](./docs/usage/azurecli_usage.md) |

And more tools to be implemented...

Expand Down

0 comments on commit aa4fd0a

Please sign in to comment.