File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed
Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff 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
198209The ` init ` command will create an initial ` .lpv ` file with the default patterns used to match common repository artifacts.
You can’t perform that action at this time.
0 commit comments