WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 440accd

Browse files
committed
Update readme
1 parent d23d9cf commit 440accd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/cli/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@ The AG Grid developer toolkit is distributed as a command-line tool that assists
99
Run the following command to list available commands:
1010

1111
```
12-
npx @ag-grid-devtools/cli --help
12+
npx @ag-grid-devtools/cli@latest --help
1313
```
1414

15-
> _Note that it is recommended to run a specific version of the developer toolkit, e.g._ `@ag-grid-devtools/cli@31.0`
15+
> _Note that it is recommended to run the latest version of the developer toolkit, e.g._ `@ag-grid-devtools/cli@latest` as this will contain all previous migrations as well as the latest bug fixes.
1616
1717
### Available commands
1818

1919
The CLI tool contains the following commands:
2020

2121
- `migrate`: Migrate an existing codebase to use a newer version of AG grid
2222

23-
See the command-line help for more details.
23+
See the command-line help for more details or the [AG Grid Docs](https://ag-grid.com/javascript-data-grid/codemods/).

0 commit comments

Comments
 (0)