mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-03 18:55:20 +00:00
Update cheatsheets
This commit is contained in:
@@ -22,4 +22,4 @@ source: https://github.com/tldr-pages/tldr.git
|
|||||||
|
|
||||||
- Pull a playbook from a VCS, specify hosts file and execute a specific playbook:
|
- Pull a playbook from a VCS, specify hosts file and execute a specific playbook:
|
||||||
|
|
||||||
`ansible-pull {{[-U|--url]}} {{repository_url}} {{[-i|--inventory-file]}} {{hosts_file}} {{playbook}}`
|
`ansible-pull {{[-U|--url]}} {{repository_url}} {{[-i|--inventory]}} {{hosts_file}} {{playbook}}`
|
||||||
|
|||||||
@@ -16,7 +16,7 @@ source: https://github.com/tldr-pages/tldr.git
|
|||||||
|
|
||||||
`npm find-dupes --include dev`
|
`npm find-dupes --include dev`
|
||||||
|
|
||||||
- List all duplicate instances of a specific package in `node-modules`:
|
- List all duplicate instances of a specific package in `node_modules`:
|
||||||
|
|
||||||
`npm find-dupes {{package_name}}`
|
`npm find-dupes {{package_name}}`
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user