README.md in magento_remote-0.0.1 vs README.md in magento_remote-0.1.0
- old
+ new
@@ -22,9 +22,15 @@
magento_add_to_cart -u customerlogin -p customerpassword -b https://theshop -w productid -q quantity -c
to put *quantity* of the product with *productid* in your shopping cart.
+ magento_find_product -b https://theshop -s isearchforthisword
+
+to display a table of matching products.
+
+Note that both scripts show you information about possible parameters when invoked with `--help`.
+
Note that you should work with
bundle exec
and