Skip to content

Commit 1e4fc4b

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

File tree

3 files changed

+31
-0
lines changed

3 files changed

+31
-0
lines changed

cli/cmd/bootstrap_gcp_postconfig.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// Copyright (c) Codesphere Inc.
2+
// SPDX-License-Identifier: Apache-2.0
3+
14
package cmd
25

36
import (

docs/oms-cli_beta_bootstrap-gcp.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,5 @@ oms-cli beta bootstrap-gcp [flags]
4545
### SEE ALSO
4646

4747
* [oms-cli beta](oms-cli_beta.md) - Commands for early testing
48+
* [oms-cli beta bootstrap-gcp postconfig](oms-cli_beta_bootstrap-gcp_postconfig.md) - Run post-configuration steps for GCP bootstrapping
4849

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
## oms-cli beta bootstrap-gcp postconfig
2+
3+
Run post-configuration steps for GCP bootstrapping
4+
5+
### Synopsis
6+
7+
After bootstrapping GCP infrastructure, this command runs additional configuration steps
8+
to finalize the setup for the Codesphere cluster on GCP:
9+
10+
* Install Google Cloud Controller Manager for ingress management.
11+
12+
```
13+
oms-cli beta bootstrap-gcp postconfig [flags]
14+
```
15+
16+
### Options
17+
18+
```
19+
-h, --help help for postconfig
20+
--install-config-path string Path to the installation configuration file (default "config.yaml")
21+
--private-key-path string Path to the GCP service account private key file (optional)
22+
```
23+
24+
### SEE ALSO
25+
26+
* [oms-cli beta bootstrap-gcp](oms-cli_beta_bootstrap-gcp.md) - Bootstrap GCP infrastructure for Codesphere
27+

0 commit comments

Comments
 (0)