Skip to content

Commit bc1b6b7

Browse files
committed
added version command doc
1 parent aab269e commit bc1b6b7

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
# Version Command
2+
3+
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

Comments
 (0)