Skip to content

Commit 6cd756d

Browse files
improve wording
1 parent 38edf50 commit 6cd756d

File tree

1 file changed

+1
-1
lines changed
  • projects/optic/src/commands

1 file changed

+1
-1
lines changed

projects/optic/src/commands/run.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ export function registerRunCommand(cli: Command, config: OpticCliConfig) {
114114
cli
115115
.command('run')
116116
.description(
117-
`Optic's workflow command: lint OpenAPI specifications, search for breaking changes, enforce custom API governance rules, and optionally check that your specs match your test traffic and post a friendly summary to the PR/MR.`
117+
`Optic's workflow command: run lint rules, breaking change checks, and spec validation. Posts the results to PR/MRs when run in CI.`
118118
)
119119
.configureHelp({ commandUsage: usage })
120120
.option(

0 commit comments

Comments
 (0)