From 794da543904d4e8e84c87fb04607cc00197be71c Mon Sep 17 00:00:00 2001 From: Uwe Hoffmann <534011+uwedeportivo@users.noreply.github.com> Date: Tue, 13 Oct 2020 09:16:57 -0700 Subject: [PATCH 1/2] changelog entry for validate command --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e473ffac90..0897d7932f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,7 @@ All notable changes to `src-cli` are documented in this file. - The `published` flag in campaign specs may now be an array, which allows only specific changesets within a campaign to be published based on the repository name. [#294](https://github.com/sourcegraph/src-cli/pull/294) - A new `src campaign new` command creates a campaign spec YAML file with common values prefilled to make it easier to create a new campaign. [#339](https://github.com/sourcegraph/src-cli/pull/339) +- New experimental command `src validate` validates a Sourcegraph installation. ### Changed From b79758572c7c245ccd5b510540bca09fe1bc91d1 Mon Sep 17 00:00:00 2001 From: uwedeportivo <534011+uwedeportivo@users.noreply.github.com> Date: Tue, 13 Oct 2020 11:50:50 -0700 Subject: [PATCH 2/2] Update CHANGELOG.md Co-authored-by: Adam Harvey --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0897d7932f..2c3a0f0112 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,7 +15,7 @@ All notable changes to `src-cli` are documented in this file. - The `published` flag in campaign specs may now be an array, which allows only specific changesets within a campaign to be published based on the repository name. [#294](https://github.com/sourcegraph/src-cli/pull/294) - A new `src campaign new` command creates a campaign spec YAML file with common values prefilled to make it easier to create a new campaign. [#339](https://github.com/sourcegraph/src-cli/pull/339) -- New experimental command `src validate` validates a Sourcegraph installation. +- New experimental command [`src validate`](https://docs.sourcegraph.com/admin/validation) validates a Sourcegraph installation. [#200](https://github.com/sourcegraph/src-cli/pull/200) ### Changed