|
1 |
| -# @molt/cli |
2 |
| - |
3 | 1 | ## Installation (optional)
|
4 | 2 |
|
5 | 3 | The molt CLI can be installed globally with the following command, for example:
|
@@ -32,20 +30,20 @@ Description:
|
32 | 30 |
|
33 | 31 | Options:
|
34 | 32 |
|
35 |
| - -h, --help - Show this help. |
36 |
| - -v, --version - Print version info. |
37 |
| - -w, --write - Write changes to the local files. (Conflicts: --commit) |
38 |
| - -c, --commit - Commit changes to the local git repository. (Conflicts: --write) |
39 |
| - --changelog [types] - Print a curated changelog for each update. |
40 |
| - --config <file> - Specify the Deno configuration file. |
41 |
| - --dry-run - See what would happen without actually doing it. |
42 |
| - --ignore <pattern> - Specify dependencies to ignore. |
43 |
| - --only <pattern> - Specify dependencies to check. |
44 |
| - --lock <file> - Specify the lock file. |
45 |
| - --no-config - Disable automatic loading of the configuration file. |
46 |
| - --no-lock - Disable automatic loading of the lock file. |
47 |
| - --pre-commit <tasks> - Run tasks before each commit (Depends: --commit) |
48 |
| - --prefix <prefix> - Prefix for commit messages (Depends: --commit) |
| 33 | + -h, --help - Show this help. |
| 34 | + -v, --version - Print version info. |
| 35 | + -w, --write - Write changes to the local files. (Conflicts: --commit) |
| 36 | + -c, --commit - Commit changes to the local git repository. (Conflicts: --write) |
| 37 | + --changelog [types] - Print commits for each update. (requires --unstable-kv) |
| 38 | + --config <file> - Specify the Deno configuration file. |
| 39 | + --dry-run - See what would happen without actually doing it. |
| 40 | + --ignore <pattern> - Specify dependencies to ignore. |
| 41 | + --only <pattern> - Specify dependencies to check. |
| 42 | + --lock <file> - Specify the lock file. |
| 43 | + --no-config - Disable automatic loading of the configuration file. |
| 44 | + --no-lock - Disable automatic loading of the lock file. |
| 45 | + --pre-commit <tasks> - Run tasks before each commit (Depends: --commit) |
| 46 | + --prefix <prefix> - Prefix for commit messages (Depends: --commit) |
49 | 47 | --referrer - Print files that import the dependency.
|
50 | 48 | ```
|
51 | 49 |
|
|
0 commit comments