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: docs/index.md
+24-3Lines changed: 24 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,10 @@ description: Official documentation for the CapiscIO Python CLI wrapper.
5
5
6
6
# CapiscIO Python CLI
7
7
8
-
The **CapiscIO Python CLI** is a lightweight wrapper around the CapiscIO Core binary, designed for seamless integration into Python environments.
8
+
The **CapiscIO Python CLI** is a lightweight wrapper around the [CapiscIO Core](https://github.com/capiscio/capiscio-core) binary, designed for seamless integration into Python environments.
9
+
10
+
!!! info "This is a Wrapper Package"
11
+
This package does NOT contain validation logic. It downloads and executes the `capiscio-core` Go binary, which performs the actual validation.
9
12
10
13
<divclass="grid cards"markdown>
11
14
@@ -21,14 +24,32 @@ The **CapiscIO Python CLI** is a lightweight wrapper around the CapiscIO Core bi
|`CAPISCIO_CORE_PATH`| (Optional) Override the path to the `capiscio-core` binary. If set, the wrapper will use this binary instead of downloading one. |
25
+
## Core Commands
26
+
27
+
All other commands are passed directly to the `capiscio-core` binary. See the [CLI Reference](https://docs.capisc.io/reference/cli/) for full documentation.
0 commit comments