adj cluster bootstrap
Emit the OpenTofu bootstrap bundle for a cluster
Bootstrap a cluster: emit its broker address, a freshly rotated (one-time) agent join token, and the OpenTofu tfvars bundle the operator applies.
WARNING: bootstrap ROTATES the cluster's join token — any previously issued token (from 'cluster register' or a prior bootstrap/rotate) is invalidated.
The new token is shown ONCE. With --tfvars-out FILE the tfvars block is written to FILE (mode 0600) instead of stdout, and only the broker address + token are printed. With -o json the full response object is emitted.
Usage
adj cluster bootstrap <id|name> [flags]
Flags
| Flag | Shorthand | Default | Description |
|---|---|---|---|
--tfvars-out |
— |
write the tfvars block to FILE (mode 0600) instead of stdout |
Global flags
| Flag | Shorthand | Default | Description |
|---|---|---|---|
--context |
— |
config context to use (overrides current-context) | |
--output |
-o | table |
output format: table|json|yaml |
--server |
— |
server base URL (overrides the active context) | |
--token |
— |
access token (overrides the active context) | |
--verbose |
-v | false |
log requests to stderr |