Path to this page:
Subject: CVS commit: pkgsrc/devel/garden
From: pin
Date: 2024-01-16 22:27:13
Message id: 20240116212713.BE3A3FA42@cvs.NetBSD.org
Log Message:
devel/garden: update to 1.1.0
v1.1.0
Features
- garden ls now displays information about trees, groups, gardens and commands.
- garden ls -c (i.e. --no-commands) hides command details from the output.
- garden plant -s (i.e. --sort) sorts all of the configured trees entries
after planting the specified trees.
- garden exec -n (i.e. --dry-run) performs a trial run without executing
any commands.
- garden.shell-errexit can now be configured to false in garden.yaml to
opt-out of using the -e exit-on-error shell option when running custom
commands.
- garden.shell can now be configured to bun, fish, node, perl and python3
in addition to the traditional bash, zsh, dash, ksh and sh shells.
This allows you to use these interpreters to run custom commands.
Development:
- Garden is now using shellexpand v3.
Files: