We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07ff70c commit 33a109eCopy full SHA for 33a109e
1 file changed
README.md
@@ -193,6 +193,17 @@ cat .gitattributes | lean-package-validator validate --stdin-input
193
194
### Additional commands
195
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
206
207
#### Init command
208
209
The `init` command will create an initial `.lpv` file with the default patterns used to match common repository artifacts.
0 commit comments