Skip to content

Commit 33a109e

Browse files
committed
WIP Documents the new dedicated commands
1 parent 07ff70c commit 33a109e

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,17 @@ cat .gitattributes | lean-package-validator validate --stdin-input
193193

194194
### Additional commands
195195

196+
#### Create command
197+
198+
The `create` command will create a `.gitattributes` file in the given directory. This command replaces the `--create`
199+
option of the `validate` command. Please migrate to the dedicated commands.
200+
201+
202+
#### Update command
203+
204+
The `update` command will update a present `.gitattributes` file in the given directory. This command replaces the `--overwrite`
205+
option of the `validate` command. Please migrate to the dedicated commands.
206+
196207
#### Init command
197208

198209
The `init` command will create an initial `.lpv` file with the default patterns used to match common repository artifacts.

0 commit comments

Comments
 (0)