This repository has been archived by the owner on Jun 2, 2022. It is now read-only.
v0.3.0
New + Improved
- Wash now reads a config file at
~/.puppetlabs/wash/wash.yaml
that can be used to configure the Wash daemon. See Config docs. (#132) - Reworked the external plugin interface to fix some bugs and make it simpler to write. Configuring external plugins is rolled into the new config file.
- The
wash
command now supports all the same configuration options aswash server
. - Added a
-fullmeta
option towash find
to request full metadata from resources (which may involve extra API requests per resource). (#275) - Added a
--attribute
flag towash meta
to show just meta attribute available when enumerating resources. (#281) - Added a
-daystart
option towash find
to make time queries compare to the start of today. This is analogous to the 'daystart' option in GNU find. A query can usefind <path> -daystart -m .time -{1d}
, which translates to "within a day from today" => "today". (#277)
Fixes
- Introducing
wash history -f
brokewash tail -f
. That has been fixed. (#272) - Lowered the
wash
command's default log level towarn
to silence verbose startup/shutdown logging.
Operations
- https://puppetlabs.wash.io/docs now documents Wash commands. (#266)