You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -32,13 +32,15 @@ The curated list of tools installed as part of the Ansible automation developer
32
32
33
33
In addition to installing each of the above tools, `ansible-dev-tools` provides an easy way to show the versions of the content creation tools that make up the current development environment.
34
34
35
+
<!-- START -->
36
+
35
37
```
36
38
$ adt --version
37
39
ansible-builder 3.0.0
38
40
ansible-core 2.16.2
39
41
ansible-creator 24.1.0
40
42
ansible-dev-environment 24.1.0
41
-
ansible-dev-tools 0.2.0a1.dev26
43
+
ansible-dev-tools 0.2.0a0
42
44
ansible-lint 6.22.2
43
45
ansible-navigator 3.6.0
44
46
ansible-sign 0.1.1
@@ -47,6 +49,8 @@ pytest-ansible 24.1.2
47
49
tox-ansible 2.1.0
48
50
```
49
51
52
+
<!-- END -->
53
+
50
54
## Documentation
51
55
52
56
For more information, please visit our [documentation](https://ansible.readthedocs.io/projects/dev-tools/) page.
0 commit comments