Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/cli/source/src/commands/source/push/add.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ import {AddDisplay} from '../../../lib/addDisplay';

export default class SourcePushAdd extends CLICommand {
public static description =
'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.';
'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.';

public static flags = {
...withFiles(),
Expand Down
Loading