test(all): removes --force from test cases

This commit is contained in:
Lewis Wynne 2025-12-18 18:37:38 +00:00
parent 6953ba7583
commit ebabae41b6
10 changed files with 16 additions and 12 deletions

View file

@ -19,6 +19,7 @@ Aliases:
Flags:
-h, --help help for set
-i, --interactive Prompt before overwriting an existing key
--secret Mark the stored value as a secret
-t, --ttl duration Expire the key after the provided duration (e.g. 24h, 30m)
Set a value for a key by passing VALUE or Stdin. Optionally specify a db.
@ -40,5 +41,6 @@ Aliases:
Flags:
-h, --help help for set
-i, --interactive Prompt before overwriting an existing key
--secret Mark the stored value as a secret
-t, --ttl duration Expire the key after the provided duration (e.g. 24h, 30m)