Skip to content

Commit

Permalink
added version command doc
Browse files Browse the repository at this point in the history
  • Loading branch information
ShohamBit committed Nov 28, 2024
1 parent aab269e commit bc1b6b7
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions docs/docs/traceectl/commands/version.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# Version Command

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.

## Usage

To display the version information, use the following command:

``` bash
traceectl version
```

This command will output details such as:

- **Version Number**: The current version of TraceeCtl.
- **Commit Hash**: The Git commit hash associated with the current build (if applicable).

### Example Output

``` bash
v0.22.0-96-gaab269e885
```

### Summary

- **`traceectl version`**: Displays detailed version information.

Use this command to verify your version or to gather information for troubleshooting purposes.

0 comments on commit bc1b6b7

Please sign in to comment.