0.6.0
🐳 This version includes the following changes:
- Sort
list
command output alphabetically - Added filter options
-p|--private
,-r|--regular
,-e|--enabled
and-d|--disabled
tolist
command (all options are assumed if none are specified; if one of-p|--private
or-r|--regular
is specified the other is assumed disabled; similarly if one of-e|--enabled
or-d|--disabled
is specified the other is assumed disabled) - Added completions for
list
command options and updated man page - Added missing
create
command option description to man page - Added multiple pond name argument support to
load
,unload
,enable
,disable
remove
, anddrain
commands which can also be used in the context of a pipeline (e.g.pond list --disabled | pond remove
to remove all disable ponds) - Added
dir
command for changing the current working directory to that of the named pond - Added
config
command to view global configuration - Added man page install scripts and instructions
- Several documentation improvements and corrections
- Wrote a few tests 🧪