diff --git a/README.md b/README.md index 119d2ac..dca3c22 100644 --- a/README.md +++ b/README.md @@ -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...