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/user-guide/cli.qmd
+46-25Lines changed: 46 additions & 25 deletions
Original file line number
Diff line number
Diff line change
@@ -5,12 +5,13 @@ toc-expand: 2
5
5
6
6
# Command Line Interface
7
7
8
-
Pointblank provides a powerful command-line interface (CLI) that allows you to perform data validation directly from the terminal without writing Python code. This is especially useful for:
8
+
Pointblank provides a powerful command-line interface (CLI) that allows you to perform data
9
+
validation directly from the terminal without writing Python code. This is especially useful for:
9
10
10
-
-Quick data quality checks in CI/CD pipelines
11
-
-Exploratory data analysis
12
-
-Integration with shell scripts and automation workflows
13
-
-Non-Python users who want to leverage Pointblank's validation capabilities
11
+
-quick data quality checks in CI/CD pipelines
12
+
-exploratory data analysis
13
+
-integration with shell scripts and automation workflows
14
+
-non-Python users who want to leverage Pointblank's validation capabilities
0 commit comments