Skip to content

Commit 2b122c9

Browse files
committed
chore(docs): Add docs for stores import csv inventory headers
Signed-off-by: spbsoluble <1661003+spbsoluble@users.noreply.github.com>
1 parent da67c27 commit 2b122c9

Some content is hidden

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

59 files changed

+111
-73
lines changed

cmd/storesBulkOperations.go

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,12 +123,24 @@ Required Flags:
123123
124124
##### In the CSV file:
125125
126+
###### Credential Fields
127+
126128
| Header | Description |
127129
| --- | --- |
128130
| Properties.ServerUsername | This is equivalent to the 'ServerUsername' field in the Command Certificate Store UI. |
129131
| Properties.ServerPassword | This is equivalent to the 'ServerPassword' field in the Command Certificate Store UI. |
130132
| Password | This is equivalent to the 'StorePassword' field in the Command Certificate Store UI. |
131133
134+
###### Inventory Schedule Fields
135+
136+
| Header | Description |
137+
| --- | --- |
138+
| InventorySchedule.Immediate | Boolean value, set to "TRUE" to schedule immediate inventory |
139+
| InventorySchedule.Interval.Minutes | The timeframe in which to periodically inventory int number/integer value. Ex.120 for 2 hours. |
140+
| InventorySchedule.Daily.Time | The time of day to inventory daily, RFC3339 format. Ex. "2023-10-01T12:00:00Z" for noon UTC. |
141+
| InventorySchedule.Weekly.Days | TBD |
142+
| InventorySchedule.Weekly.Time | The time of day to inventory daily, RFC3339 format. Ex. "2023-10-01T12:00:00Z" for noon UTC. |
143+
132144
##### Outside CSV file:
133145
If you do not wish to include credentials in your CSV file they can be provided one of three ways:
134146
- via the --server-username --server-password and --store-password flags

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)