-
Notifications
You must be signed in to change notification settings - Fork 424
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
28 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |