Skip to content

Commit 5813683

Browse files
committed
chore(docs): Update stores import csv top level synopsis with mapping table for credential fields.
Signed-off-by: spbsoluble <1661003+spbsoluble@users.noreply.github.com>
1 parent be591a2 commit 5813683

52 files changed

Lines changed: 75 additions & 53 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

cmd/storesBulkOperations.go

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,17 @@ var storesCreateFromCSVCmd = &cobra.Command{
110110
'store-type-name' OR 'store-type-id' are required.
111111
'file' is the path to the file to be imported.
112112
'resultspath' is where the import results will be written to.
113-
*NOTE*: If you do not wish to include credentials in your CSV file they can be provided one of three ways:
113+
114+
#### Credentials
115+
116+
##### In the CSV file:
117+
| Header | Description |
118+
| Properties.ServerUsername | This is equivalent to the 'ServerUsername' field in the Command Certificate Store UI. |
119+
| Properties.ServerPassword | This is equivalent to the 'ServerPassword' field in the Command Certificate Store UI. |
120+
| Password | This is equivalent to the 'StorePassword' field in the Command Certificate Store UI. |
121+
122+
##### Outside CSV file:
123+
If you do not wish to include credentials in your CSV file they can be provided one of three ways:
114124
- via the --server-username --server-password and --store-password flags
115125
- via environment variables: KFUTIL_CSV_SERVER_USERNAME, KFUTIL_CSV_SERVER_PASSWORD, KFUTIL_CSV_STORE_PASSWORD
116126
- via interactive prompts

docs/kfutil.md

Lines changed: 1 addition & 1 deletion

docs/kfutil_completion.md

Lines changed: 1 addition & 1 deletion

docs/kfutil_completion_bash.md

Lines changed: 1 addition & 1 deletion

docs/kfutil_completion_fish.md

Lines changed: 1 addition & 1 deletion

docs/kfutil_completion_powershell.md

Lines changed: 1 addition & 1 deletion

docs/kfutil_completion_zsh.md

Lines changed: 1 addition & 1 deletion

docs/kfutil_containers.md

Lines changed: 1 addition & 1 deletion

docs/kfutil_containers_get.md

Lines changed: 1 addition & 1 deletion

docs/kfutil_containers_list.md

Lines changed: 1 addition & 1 deletion

0 commit comments

Comments
 (0)