Skip to content

Commit

Permalink
docs: small readme improvement for cli-tool (#9610)
Browse files Browse the repository at this point in the history
  • Loading branch information
runspired authored Nov 20, 2024
1 parent db18a93 commit 7671294
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions packages/-warp-drive/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,27 @@
npx warp-drive
```

## Available Commands

### Retrofit

- `npx warp-drive retrofit <fit>@<distTag>`

Retrofits are scripts that help you update your project. Sort of like codemods, but usually operating at the dependency configuration level instead of on specific lines of code.

Retrofits can be used both to adopt a new feature initially and upgrade the configuration of that feature to later.

#### Retrofitting to a specific version

Each retrofit has the ability to update to the configuration required for a specific npm `distTag`
(`latest`|`canary`|`beta`|`lts`).

#### Available Fits

- `types`
- `channel`



### ♥️ Credits

Expand Down

0 comments on commit 7671294

Please sign in to comment.