We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d45f67b commit 55d2a3aCopy full SHA for 55d2a3a
1 file changed
CHANGELOG.md
@@ -1,3 +1,20 @@
1
+# v1.9.0
2
+
3
+## Features
4
5
+### CLI
6
7
+- `stores import csv`: Add flag `--sync` to allow updating existing stores from CSV.
8
+- `pam-types`: New sub CLI to manage PAM Types in Keyfactor Command. [docs](docs/kfutil_pam-types.md)
9
+- `pam delete`: Delete PAM provider by Name now supported. [docs](docs/kfutil_pam_delete.md)
10
+- `auth`: Prompt for missing auth parameters when `--no-prompt` is not set and auth config is incomplete and/or missing,
11
+ this allows for password input for each command without storing password in config file or env var.
12
13
+### Fixes
14
15
+- `store-types`: Sort store-types list case-insensitively
16
+- `login`: Will clear out basic/oauth params if auth type changes for a profile.
17
18
# v1.8.5
19
20
## Chores
0 commit comments