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: packages/cli/source/src/commands/source/push/add.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ import {AddDisplay} from '../../../lib/addDisplay';
29
29
30
30
exportdefaultclassSourcePushAddextendsCLICommand{
31
31
publicstaticdescription=
32
-
'Index a JSON document into a Coveo Push source. See https://github.com/coveo/cli/wiki/Pushing-JSON-Files-with-the-Coveo-CLI for more information.';
32
+
'Index a JSON document into a Coveo Push source. See [Pushing JSON Files with the Coveo CLI](https://github.com/coveo/cli/wiki/Pushing-JSON-Files-with-the-Coveo-CLI) for more information.';
0 commit comments