Skip to content

Commit 30a0b24

Browse files
authored
Align focument with new cli feature (#217)
1 parent d2025f5 commit 30a0b24

File tree

7 files changed

+14
-14
lines changed

7 files changed

+14
-14
lines changed

docs/usage/ansible_usage.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ Some document to help you start with ansible
1414
Navigate to your workspace folder, then run:
1515

1616
```bash
17-
devops-toolkit-cli init
18-
devops-toolkit-cli run
17+
devops-toolkit-cli init demo_ansible01
18+
devops-toolkit-cli run demo_ansible01
1919

2020
# You now in the container terminal. Execute the ansible command normally
2121
ansible --version

docs/usage/awscli_usage.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ Some document to help you start with awscli
1919
Navigate to your workspace folder, then run:
2020

2121
```bash
22-
devops-toolkit-cli init
23-
devops-toolkit-cli run
22+
devops-toolkit-cli init demo_awscli01
23+
devops-toolkit-cli run demo_awscli01
2424

2525
# You now in the container terminal. Execute the awscli command normally
2626
awscli --version

docs/usage/azurecli_usage.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ Some document to help you start with azurecli
1717
Navigate to your workspace folder, then run:
1818

1919
```bash
20-
devops-toolkit-cli init
21-
devops-toolkit-cli run
20+
devops-toolkit-cli init demo_azcli01
21+
devops-toolkit-cli run demo_azcli01
2222

2323
# You now in the container terminal. Execute the az command normally
2424
az --version

docs/usage/helm_usage.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ Some document to help you start with helm
1818
Navigate to your workspace folder, then run:
1919

2020
```bash
21-
devops-toolkit-cli init
22-
devops-toolkit-cli run
21+
devops-toolkit-cli init demo_helm01
22+
devops-toolkit-cli run demo_helm01
2323

2424
# You now in the container terminal. Execute the helm command normally
2525
helm --version

docs/usage/kubectl_usage.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ Some document to help you start with kubernetes (k8s)
1414
Navigate to your workspace folder, then run:
1515

1616
```bash
17-
devops-toolkit-cli init
18-
devops-toolkit-cli run
17+
devops-toolkit-cli init demo_kubectl01
18+
devops-toolkit-cli run demo_kubectl01
1919

2020
# You now in the container terminal. Execute the kubectl command normally
2121
kubectl --version

docs/usage/python_usage.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ Some document to help you start with python
1414
Navigate to your workspace folder, then run:
1515

1616
```bash
17-
devops-toolkit-cli init
18-
devops-toolkit-cli run
17+
devops-toolkit-cli init demo_python01
18+
devops-toolkit-cli run demo_python01
1919

2020
# You now in the container terminal. Execute the python command normally
2121
python3 --version

docs/usage/terraform_usage.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ Some document to help you start with terraform
1212
Navigate to your workspace folder, then run:
1313

1414
```bash
15-
devops-toolkit-cli init
16-
devops-toolkit-cli run
15+
devops-toolkit-cli init demo_terraform01
16+
devops-toolkit-cli run demo_terraform01
1717

1818
# You now in the container terminal. Execute the terraform command normally
1919
terraform --version

0 commit comments

Comments
 (0)