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
The `version` command in **TraceeCtl** provides detailed information about the current version of the tool. This includes the version number, build date, and other relevant metadata.
4
+
5
+
## Usage
6
+
7
+
To display the version information, use the following command:
8
+
9
+
```bash
10
+
traceectl version
11
+
```
12
+
13
+
This command will output details such as:
14
+
15
+
-**Version Number**: The current version of TraceeCtl.
16
+
-**Commit Hash**: The Git commit hash associated with the current build (if applicable).
17
+
18
+
### Example Output
19
+
20
+
```bash
21
+
v0.22.0-96-gaab269e885
22
+
```
23
+
24
+
### Summary
25
+
26
+
-**`traceectl version`**: Displays detailed version information.
27
+
28
+
Use this command to verify your version or to gather information for troubleshooting purposes.
0 commit comments