File tree Expand file tree Collapse file tree 1 file changed +25
-9
lines changed Expand file tree Collapse file tree 1 file changed +25
-9
lines changed Original file line number Diff line number Diff line change 1
1
# v1.2.0
2
2
## Features
3
- feat(auth): Added support for sourcing credentials from [ Azure Key Vault using Azure ID] ( docs/auth_providers.md#azure-key-vault )
4
- feat(cli): Added enhanced logging when ` KFUTIL_DEBUG ` is set.
5
- feat(store-types): ` store-types create ` now supports the ` --all ` flag.
6
- feat(stores): ` stores ` sub CLI is now non-experimental. [ See docs] ( docs/kfutil_stores.md )
7
- feat(stores): Bulk import of stores via ` stores import csv ` sub CLI is now non-experimental. [ See docs] ( docs/kfutil_stores_import_csv.md )
8
- feat(stores): Added ` delete ` command to stores as well as a ` --all ` option.
9
-
10
- ## Bug Fixes
11
- fix(login): the default ` APIPath ` no longer overwrites preexisting values.
3
+
4
+ ### Auth
5
+ - Added support for sourcing credentials from [ Azure Key Vault using Azure ID] ( docs/auth_providers.md#azure-key-vault )
6
+
7
+ ### CLI
8
+ - Added enhanced logging when ` KFUTIL_DEBUG ` is set.
9
+
10
+ ### Helm
11
+ - ` helm uo ` New sub CLI to configure UO Helm Chart. [ See docs] ( docs/kfutil_helm_uo )
12
+
13
+ ### Orchestrator Extensions
14
+ - ` orchs ext ` : New sub CLI to download orchestrator extensions from GitHub. [ See docs] ( docs/kfutil_orchs_ext )
15
+
16
+ ### Stores
17
+ - ` stores ` : Sub CLI is now non-experimental. [ See docs] ( docs/kfutil_stores.md )
18
+ - ` stores import csv ` : Bulk import of stores via CSV is now non-experimental. [ See docs] ( docs/kfutil_stores_import_csv.md )
19
+ - ` stores delete ` : Added delete a store from Keyfactor Command, as well as a ` --all ` option that will delete all stores from Keyfactor Command.
20
+
21
+ ### StoreTypes
22
+ - ` store-types create ` : now supports the ` --all ` flag and will attempt to create all store types available from Keyfactor's GitHub org.
23
+
24
+ ## Bug fixes
25
+
26
+ ### Auth
27
+ - the default ` APIPath ` no longer overwrites preexisting values.
12
28
13
29
# v1.1.0
14
30
You can’t perform that action at this time.
0 commit comments