From 9f23390bf33aed02a70b1c8c8ab4a26acc47884b Mon Sep 17 00:00:00 2001 From: Andreas Hubel <40266+saerdnaer@users.noreply.github.com> Date: Sat, 25 Feb 2023 16:56:48 +0100 Subject: [PATCH] fix display of placeholders on https://backstage.io/docs/local-dev/cli-commands/#create-github-app Signed-off-by: Andreas Hubel <40266+saerdnaer@users.noreply.github.com> --- docs/local-dev/cli-commands.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/local-dev/cli-commands.md b/docs/local-dev/cli-commands.md index e34dd63295..174fb3e348 100644 --- a/docs/local-dev/cli-commands.md +++ b/docs/local-dev/cli-commands.md @@ -354,7 +354,7 @@ package. This essentially calls `yarn pack` in each included package and unpacks the resulting archive in the target `workspace-dir`. ```text -Usage: backstage-cli build-workspace [options] <workspace-dir> +Usage: backstage-cli build-workspace [options] ``` ## create-github-app @@ -367,7 +367,7 @@ Launches a browser to create the App through GitHub and saves the result as a YAML file that can be referenced in the GitHub integration configuration. ```text -Usage: backstage-cli create-github-app <github-org> +Usage: backstage-cli create-github-app ``` ## info