Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/usage/ansible_usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ Some document to help you start with ansible
Navigate to your workspace folder, then run:

```bash
devops-toolkit-cli init
devops-toolkit-cli run
devops-toolkit-cli init demo_ansible01
devops-toolkit-cli run demo_ansible01

# You now in the container terminal. Execute the ansible command normally
ansible --version
Expand Down
4 changes: 2 additions & 2 deletions docs/usage/awscli_usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ Some document to help you start with awscli
Navigate to your workspace folder, then run:

```bash
devops-toolkit-cli init
devops-toolkit-cli run
devops-toolkit-cli init demo_awscli01
devops-toolkit-cli run demo_awscli01

# You now in the container terminal. Execute the awscli command normally
awscli --version
Expand Down
4 changes: 2 additions & 2 deletions docs/usage/azurecli_usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ Some document to help you start with azurecli
Navigate to your workspace folder, then run:

```bash
devops-toolkit-cli init
devops-toolkit-cli run
devops-toolkit-cli init demo_azcli01
devops-toolkit-cli run demo_azcli01

# You now in the container terminal. Execute the az command normally
az --version
Expand Down
4 changes: 2 additions & 2 deletions docs/usage/helm_usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ Some document to help you start with helm
Navigate to your workspace folder, then run:

```bash
devops-toolkit-cli init
devops-toolkit-cli run
devops-toolkit-cli init demo_helm01
devops-toolkit-cli run demo_helm01

# You now in the container terminal. Execute the helm command normally
helm --version
Expand Down
4 changes: 2 additions & 2 deletions docs/usage/kubectl_usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ Some document to help you start with kubernetes (k8s)
Navigate to your workspace folder, then run:

```bash
devops-toolkit-cli init
devops-toolkit-cli run
devops-toolkit-cli init demo_kubectl01
devops-toolkit-cli run demo_kubectl01

# You now in the container terminal. Execute the kubectl command normally
kubectl --version
Expand Down
4 changes: 2 additions & 2 deletions docs/usage/python_usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ Some document to help you start with python
Navigate to your workspace folder, then run:

```bash
devops-toolkit-cli init
devops-toolkit-cli run
devops-toolkit-cli init demo_python01
devops-toolkit-cli run demo_python01

# You now in the container terminal. Execute the python command normally
python3 --version
Expand Down
4 changes: 2 additions & 2 deletions docs/usage/terraform_usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ Some document to help you start with terraform
Navigate to your workspace folder, then run:

```bash
devops-toolkit-cli init
devops-toolkit-cli run
devops-toolkit-cli init demo_terraform01
devops-toolkit-cli run demo_terraform01

# You now in the container terminal. Execute the terraform command normally
terraform --version
Expand Down