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: doc/docs/explanation/exploratory-tests.md
-127Lines changed: 0 additions & 127 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,130 +15,3 @@ The `volgo-vcs` CLI is designed primarily for **exploratory testing and debuggin
15
15
**Development standards**: This CLI component is generally developed with slightly less rigorous stability standards compared to the user-facing library APIs (such as `Vcs`, `Volgo`, etc.). While the code is thoroughly tested and functional, it remains somewhat experimental. You may encounter rough edges or behaviors that differ from your expectations.
16
16
17
17
**We welcome your feedback!** If you encounter issues, unexpected behaviors, or have suggestions for improvements, please don't hesitate to [open an issue](https://github.com/mbarbin/vcs/issues) on GitHub. Your bug reports and feedback help us improve this tool.
18
-
19
-
:::
20
-
21
-
Below is a quick overview of the commands available in `volgo-vcs`:
22
-
23
-
```bash
24
-
$ volgo-vcs --help=plain
25
-
NAME
26
-
volgo-vcs - Call a command from the Vcs interface.
27
-
28
-
SYNOPSIS
29
-
volgo-vcs COMMAND …
30
-
31
-
This CLI is built with the Volgo libraries (Versatile OCaml Library
32
-
for Git Operations). It is designed for exploratory testing and
33
-
debugging of the Vcs packages.
34
-
35
-
36
-
37
-
We expect a 1:1 mapping between the functions exposed in [Vcs.S] and
38
-
the sub commands exposed here, plus additional ones.
39
-
40
-
41
-
42
-
Several output formats are available via the --output-format option
43
-
(json, sexp, dyn) to accommodate different workflows and tools during
44
-
debugging sessions.
45
-
46
-
47
-
48
-
STABILITY NOTICE: This CLI is not intended for stable scripting. Its
49
-
output format and behavior may change between releases without
50
-
stability guarantees. If you encounter issues or have suggestions,
51
-
please open an issue at: https://github.com/mbarbin/vcs/issues
0 commit comments