Skip to content

Commit

Permalink
[Backport 1.3] [Doc] Correct "help" command to reflect actual behavio…
Browse files Browse the repository at this point in the history
…ur (#2975)

* [Backport 1.x] [Doc] Correct "help" command to reflect actual behaviour (#2943)

* [Doc] Correct "help" command to reflect actual behaviour (#2810)

Signed-off-by: Patrick Clausen <[email protected]>

Signed-off-by: Patrick Clausen <[email protected]>
Co-authored-by: Josh Romero <[email protected]>
(cherry picked from commit 311fe91)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

# Conflicts:
#	CHANGELOG.md

* [Chore] Update changelog

Signed-off-by: Josh Romero <[email protected]>

Signed-off-by: Josh Romero <[email protected]>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Josh Romero <[email protected]>
(cherry picked from commit 9b7023f)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* [Chore] Update changelog

Signed-off-by: Josh Romero <[email protected]>

Signed-off-by: Josh Romero <[email protected]>
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
joshuarrrr and github-actions[bot] authored Dec 1, 2022
1 parent dfe8d34 commit 63cd78b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ Add the release runbook to RELEASING.md ([#2533](https://github.com/opensearch-p

### 📝 Documentation

* Corrected README and help command of osd-plugin-helpers ([#2810](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/2810))
### 🛠 Maintenance

* [Version] Increment to 1.4 ([#1341](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/1341))
Expand Down
2 changes: 1 addition & 1 deletion packages/osd-plugin-helpers/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ $ plugin-helpers help

Options:
--skip-archive Don't create the zip file, just create the build/opensearch-dashboards directory
--opensearch-dashboards-version, -v OpenSearch Dashboards version that the built plugin will target
--opensearch-dashboards-version, -k OpenSearch Dashboards version that the built plugin will target
version
Expand Down
2 changes: 1 addition & 1 deletion packages/osd-plugin-helpers/src/cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ export function runCli() {
},
help: `
--skip-archive Don't create the zip file, just create the build/opensearch-dashboards directory
--opensearch-dashboards-version, -v OpenSearch version that the
--opensearch-dashboards-version, -k OpenSearch Dashboards version that the built plugin will target
`,
},
async run({ log, flags }) {
Expand Down

0 comments on commit 63cd78b

Please sign in to comment.