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
| --blueprint | Provide a custom blueprint for use in the update | String | "@glimmer/blueprint" "git+https://[email protected]/tildeio/libkit.git" "../blueprint" ||
76
-
| --from | Use a starting version that is different than what is in your package.json | String | "2.9.1" ||
77
-
| --to | Update to a version that isn\'t latest | String | "2.14.1" "~2.15" "latest" "beta" ||
78
-
| --resolve-conflicts | Automatically run git mergetool if conflicts found | Boolean || false |
79
-
| --run-codemods | Run codemods to help update your code | Boolean || false |
80
-
| --codemods-source | Supply your own codemods manifest via URL | String | "ember-app-codemods-manifest@*" "git+https://github.com/ember-cli/ember-app-codemods-manifest.git#semver:*"||
81
-
| --codemods-json | Supply your own codemods manifest via JSON | String |`{ /* json */ }`||
82
-
| --reset | Reset your code to the default blueprint at the new version | Boolean || false |
83
-
| --compare-only | Show the changes between different versions without updating | Boolean || false |
84
-
| --stats-only | Show all calculated values regarding your project | Boolean || false |
85
-
| --list-codemods | List available codemods | Boolean || false |
86
-
| --create-custom-diff | Create a personal diff using system .ember-cli | Boolean || false |
73
+
```
74
+
--help Show help [boolean]
75
+
--version Show version number [boolean]
76
+
--blueprint, -b Provide a custom blueprint for use in the update
0 commit comments