From 4e11ca64cd0a873660542008cb3864bc9ceb2067 Mon Sep 17 00:00:00 2001 From: decentral1se Date: Mon, 18 Aug 2025 09:28:24 +0200 Subject: [PATCH] docs: --file/-f migration note See https://git.coopcloud.tech/toolshed/abra/issues/555 --- docs/abra/upgrade.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/abra/upgrade.md b/docs/abra/upgrade.md index b49989c2..2ece082e 100644 --- a/docs/abra/upgrade.md +++ b/docs/abra/upgrade.md @@ -138,6 +138,10 @@ And test things work. * It's now possible to set the character charset for a password. See [`#521`](https://git.coopcloud.tech/toolshed/abra/issues/521) for more. +* `abra secret insert` now supports a `--file/-f` flag to support inserting + from file without using Bash-isms. See See + [`#555`](https://git.coopcloud.tech/toolshed/abra/issues/555) for more. + ### `0.8.x-beta` -> `0.9.x-beta` None at this time.