File tree Expand file tree Collapse file tree 7 files changed +14
-14
lines changed Expand file tree Collapse file tree 7 files changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -14,8 +14,8 @@ Some document to help you start with ansible
14
14
Navigate to your workspace folder, then run:
15
15
16
16
``` 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
19
19
20
20
# You now in the container terminal. Execute the ansible command normally
21
21
ansible --version
Original file line number Diff line number Diff line change @@ -19,8 +19,8 @@ Some document to help you start with awscli
19
19
Navigate to your workspace folder, then run:
20
20
21
21
``` 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
24
24
25
25
# You now in the container terminal. Execute the awscli command normally
26
26
awscli --version
Original file line number Diff line number Diff line change @@ -17,8 +17,8 @@ Some document to help you start with azurecli
17
17
Navigate to your workspace folder, then run:
18
18
19
19
``` 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
22
22
23
23
# You now in the container terminal. Execute the az command normally
24
24
az --version
Original file line number Diff line number Diff line change @@ -18,8 +18,8 @@ Some document to help you start with helm
18
18
Navigate to your workspace folder, then run:
19
19
20
20
``` 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
23
23
24
24
# You now in the container terminal. Execute the helm command normally
25
25
helm --version
Original file line number Diff line number Diff line change @@ -14,8 +14,8 @@ Some document to help you start with kubernetes (k8s)
14
14
Navigate to your workspace folder, then run:
15
15
16
16
``` 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
19
19
20
20
# You now in the container terminal. Execute the kubectl command normally
21
21
kubectl --version
Original file line number Diff line number Diff line change @@ -14,8 +14,8 @@ Some document to help you start with python
14
14
Navigate to your workspace folder, then run:
15
15
16
16
``` 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
19
19
20
20
# You now in the container terminal. Execute the python command normally
21
21
python3 --version
Original file line number Diff line number Diff line change @@ -12,8 +12,8 @@ Some document to help you start with terraform
12
12
Navigate to your workspace folder, then run:
13
13
14
14
``` 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
17
17
18
18
# You now in the container terminal. Execute the terraform command normally
19
19
terraform --version
You can’t perform that action at this time.
0 commit comments