Skip to content

Commit

Permalink
refactor: Use new CLI docs URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
clemyan committed Apr 11, 2024
1 parent 61fa7d9 commit c833f23
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 5 deletions.
14 changes: 14 additions & 0 deletions .yarn/versions/9f4940a4.yml
@@ -0,0 +1,14 @@
releases:
"@yarnpkg/builder": patch
"@yarnpkg/pnpify": patch
"@yarnpkg/sdks": patch

declined:
- "@yarnpkg/plugin-constraints"
- "@yarnpkg/plugin-exec"
- "@yarnpkg/plugin-interactive-tools"
- "@yarnpkg/plugin-stage"
- "@yarnpkg/plugin-typescript"
- "@yarnpkg/plugin-version"
- "@yarnpkg/plugin-workspace-tools"
- "@yarnpkg/cli"
6 changes: 3 additions & 3 deletions packages/yarnpkg-builder/README.md
Expand Up @@ -17,8 +17,8 @@ A CLI tool designed for creating, building, and managing complex plugins.

## Commands

- [`builder new plugin`](https://yarnpkg.com/builder/cli/new/plugin) - Create a new plugin.
- [`builder new plugin`](https://yarnpkg.com/cli/builder/new/plugin) - Create a new plugin.

- [`builder build plugin`](https://yarnpkg.com/builder/cli/build/plugin) - Build a local plugin.
- [`builder build plugin`](https://yarnpkg.com/cli/builder/build/plugin) - Build a local plugin.

- [`builder build bundle`](https://yarnpkg.com/builder/cli/build/bundle) - Build a yarn.js bundle from our repository **(internal)**.
- [`builder build bundle`](https://yarnpkg.com/cli/builder/build/bundle) - Build a yarn.js bundle from our repository **(internal)**.
2 changes: 1 addition & 1 deletion packages/yarnpkg-pnpify/README.md
Expand Up @@ -10,4 +10,4 @@ A CLI tool designed for running commands with a virtual node_modules folder.

## Commands

- [`pnpify run`](https://yarnpkg.com/pnpify/cli/run) - Run a command with a virtual node_modules folder.
- [`pnpify run`](https://yarnpkg.com/cli/pnpify/run) - Run a command with a virtual node_modules folder.
2 changes: 1 addition & 1 deletion packages/yarnpkg-sdks/README.md
Expand Up @@ -8,4 +8,4 @@ A CLI tool designed for generating and updating [Editor SDKs](https://yarnpkg.co

## Commands

- [`sdks`](https://yarnpkg.com/sdks/cli/default) - Generate editor SDKs and settings.
- [`sdks`](https://yarnpkg.com/cli/sdks/default) - Generate editor SDKs and settings.

0 comments on commit c833f23

Please sign in to comment.