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
You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/cli/README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,15 +9,15 @@ The AG Grid developer toolkit is distributed as a command-line tool that assists
9
9
Run the following command to list available commands:
10
10
11
11
```
12
-
npx @ag-grid-devtools/cli --help
12
+
npx @ag-grid-devtools/cli@latest --help
13
13
```
14
14
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.
16
16
17
17
### Available commands
18
18
19
19
The CLI tool contains the following commands:
20
20
21
21
-`migrate`: Migrate an existing codebase to use a newer version of AG grid
22
22
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