Skip to content

Commit 09da540

Browse files
committed
chore(docs): Auto-update docs and licenses
Signed-off-by: NautiluX <2600004+NautiluX@users.noreply.github.com>
1 parent 4c23259 commit 09da540

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

docs/oms-cli_beta_bootstrap-gcp.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,10 @@ oms-cli beta bootstrap-gcp [flags]
3535
--install-hash string Codesphere package hash to install (default: none)
3636
-s, --install-skip-steps stringArray Installation steps to skip during Codesphere installation (optional)
3737
--install-version string Codesphere version to install (default: none)
38+
--openbao-engine string OpenBao engine name (default: cs-secrets-engine) (default "cs-secrets-engine")
39+
--openbao-password string OpenBao password (optional)
40+
--openbao-uri string URI for OpenBao (optional)
41+
--openbao-user string OpenBao username (optional) (default "admin")
3842
--preemptible Use preemptible VMs for Codesphere infrastructure (default: false)
3943
--project-name string Unique GCP Project Name (required)
4044
--region string GCP Region (default: europe-west4) (default "europe-west4")

docs/oms-cli_init_install-config.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,10 @@ $ oms-cli init install-config --validate -c config.yaml --vault prod.vault.yaml
5858
--interactive Enable interactive prompting (when true, other config flags are ignored) (default true)
5959
--k8s-control-plane strings K8s control plane IPs (comma-separated)
6060
--k8s-managed Use Codesphere-managed Kubernetes (default true)
61+
--openbao-engine string Engine for OpenBao (default "cs-secrets-engine")
62+
--openbao-password string Password for OpenBao authentication
63+
--openbao-uri string URI for OpenBao (e.g., https://openbao.example.com)
64+
--openbao-user string Username for OpenBao authentication (default "admin")
6165
--postgres-mode string PostgreSQL setup mode (install/external)
6266
--postgres-primary-ip string Primary PostgreSQL server IP
6367
--profile string Use a predefined configuration profile (dev, production, minimal)

0 commit comments

Comments
 (0)