kf bootstrap
Render and write Day-0 tenant bootstrap bundles.
Day-0 onboarding helper that emits a sandbox-default bootstrap bundle. template prints the bundle to stdout; init writes it to disk.
kf bootstrap template
Print the canonical Day-0 bootstrap bundle template.
Renders the default bundle for the chosen tenant + environment without touching the filesystem.
| Flag | Required | Description |
|---|---|---|
--tenant <id> | no | Target tenant id. |
--account-name <name> | no | Display name for the bundle account. |
--environment <id> | no | Target environment id; defaults to sandbox. |
Example
kf bootstrap template --tenant tnt_demo --prettykf bootstrap init
Write a local Day-0 bootstrap bundle with sandbox as the default environment.
Generates the bundle and writes every file into the chosen directory. Refuses to overwrite unless --force is passed.
| Flag | Required | Description |
|---|---|---|
--dir <path> | yes | Target directory for the bundle. |
--tenant <id> | no | Target tenant id. |
--account-name <name> | no | Display name for the bundle account. |
--environment <id> | no | Target environment id; defaults to sandbox. |
--force | no | Overwrite files that already exist. |
Example
kf bootstrap init --dir ./day0 --tenant tnt_demo