From 9f19476042eed49543ec9ed2cc4f1dc17ef7af1c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fredrik=20Adel=C3=B6w?= Date: Tue, 12 Mar 2024 09:30:01 +0100 Subject: [PATCH] moved some more --cwd MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Fredrik Adelöw --- .changeset/perfect-spoons-sip.md | 6 ++++++ docs/frontend-system/building-apps/08-migrating.md | 2 +- plugins/azure-devops/README.md | 2 +- plugins/scaffolder-backend-module-gitea/README.md | 3 +-- 4 files changed, 9 insertions(+), 4 deletions(-) create mode 100644 .changeset/perfect-spoons-sip.md diff --git a/.changeset/perfect-spoons-sip.md b/.changeset/perfect-spoons-sip.md new file mode 100644 index 0000000000..60af38fea1 --- /dev/null +++ b/.changeset/perfect-spoons-sip.md @@ -0,0 +1,6 @@ +--- +'@backstage/plugin-scaffolder-backend-module-gitea': patch +'@backstage/plugin-azure-devops': patch +--- + +Updated README diff --git a/docs/frontend-system/building-apps/08-migrating.md b/docs/frontend-system/building-apps/08-migrating.md index 98d8b3bab8..937e865133 100644 --- a/docs/frontend-system/building-apps/08-migrating.md +++ b/docs/frontend-system/building-apps/08-migrating.md @@ -30,7 +30,7 @@ Given that the app element tree is most of what builds up the app, it's likely a The helper is called `convertLegacyApp` and is exported from the `@backstage/core-compat-api` package, which you will need to add as a dependency to your app package: ```bash -yarn add --cwd packages/app @backstage/core-compat-api +yarn --cwd packages/app add @backstage/core-compat-api ``` Once installed, import `convertLegacyApp`. If your app currently looks like this: diff --git a/plugins/azure-devops/README.md b/plugins/azure-devops/README.md index 939330812e..836590c29d 100644 --- a/plugins/azure-devops/README.md +++ b/plugins/azure-devops/README.md @@ -326,7 +326,7 @@ Azure DevOps plugin supports the permission framework for PRs, GitTags, Pipeline ```bash # From your Backstage root directory -yarn add --cwd packages/backend @backstage/plugin-azure-devops-common +yarn --cwd packages/backend add @backstage/plugin-azure-devops-common ``` New Backend you can skip the below and proceed with [permission configuration](#configure-permission) diff --git a/plugins/scaffolder-backend-module-gitea/README.md b/plugins/scaffolder-backend-module-gitea/README.md index a1282634e0..7eff6130db 100644 --- a/plugins/scaffolder-backend-module-gitea/README.md +++ b/plugins/scaffolder-backend-module-gitea/README.md @@ -7,8 +7,7 @@ Welcome to the `publish:gitea` action of the `scaffolder-gitea-backend`. To use this action, you will have to add the package using the following command to be executed at the root of your backstage project: ```bash -yarn add --cwd packages/backend -@backstage/plugin-scaffolder-backend-module-gitea +yarn --cwd packages/backend add @backstage/plugin-scaffolder-backend-module-gitea ``` Configure the action (if not yet done):