diff --git a/src/rest/docs.js b/src/rest/docs.js index f48da91f3e..5da9a7363e 100755 --- a/src/rest/docs.js +++ b/src/rest/docs.js @@ -36,6 +36,13 @@ log( ' ' + chalk.magenta('npm run sync-rest -- --next --versions api.github.com ; npm run dev'), ) +log( + chalk.cyan.bold(' - Dotcom only, including unpublished operations:') + + ' ' + + chalk.magenta( + 'npm run sync-rest -- --versions api.github.com --include-unpublished ; npm run dev', + ), +) log(chalk.green.bold.underline('\nWebhook docs\n')) log(chalk.green.bold(' Examples of ways you can build the Webhook docs locally:\n')) log(