alexiskulash / cli-tools-at-vip

https://cli-tools-at-vip.kulash.now.sh
1 stars 0 forks source link

Tips & Tricks: Expansion #3

Open alexiskulash opened 4 years ago

alexiskulash commented 4 years ago

@nickdaugherty any other tips and tricks we can show advanced users? Piping into a file tricks? Pulling from a CSV?

nickdaugherty commented 4 years ago

jq would be really cool. xargs is useful, if we can explain it well (it can be esoteric).

I do have a few examples for redirecting to a file and reading input from a file (but not in the WP context, so that could be useful - like exporting users to a file, or maybe creating users from a CSV?).

Other ideas: