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: apps/baseai.dev/content/docs/getting-started/cli.mdx
+8-2Lines changed: 8 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -117,13 +117,19 @@ npx baseai@latest tool
117
117
`add` adds a pipe present on Langbase to your project. Once done, the pipe and its tools will become available in the `pipes` and `tools` folder of `baseai` respectively.
118
118
119
119
```bash
120
-
npx baseai@latest add [owner-login/pipe-name]
120
+
npx baseai@latest add <owner-login/pipe-name>
121
121
```
122
122
123
123
OR
124
124
125
125
```bash
126
-
npx baseai@latest add [link-to-pipe]
126
+
npx baseai@latest add <link-to-pipe>
127
+
```
128
+
129
+
OR here's a practical example to download and add this [AI Title Generator pipe](https://langbase.com/langbase/ai-title-generator) to your project.
0 commit comments