Skip to content

Commit

Permalink
chore: make cli doc
Browse files Browse the repository at this point in the history
  • Loading branch information
alonbraymok committed Jan 29, 2025
1 parent 28e1837 commit 302c236
Show file tree
Hide file tree
Showing 3 changed files with 59 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/cli/odigos.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ Get started with Odigos today to effortlessly improve the observability of your
### SEE ALSO

* [odigos cloud](/cli/odigos_cloud) - Manage the connection of the cluster to Odigos cloud
* [odigos config](/cli/odigos_config) - Manage Odigos configuration
* [odigos describe](/cli/odigos_describe) - Show details of a specific odigos entity
* [odigos diagnose](/cli/odigos_diagnose) - Diagnose Client Cluster
* [odigos install](/cli/odigos_install) - Install Odigos in your kubernetes cluster.
Expand Down
29 changes: 29 additions & 0 deletions docs/cli/odigos_config.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
---
title: "odigos config"
sidebarTitle: "odigos config"
---
## odigos config

Manage Odigos configuration

### Synopsis

Manage Odigos configuration settings, including WebSocket URLs and other parameters.

### Options

```
-h, --help help for config
```

### Options inherited from parent commands

```
--kube-context string (optional) name of the kubeconfig context to use
--kubeconfig string (optional) absolute path to the kubeconfig file (default "KUBECONFIG")
```

### SEE ALSO

* [odigos](/cli/odigos) - Automate OpenTelemetry Observability in Kubernetes
* [odigos config set](/cli/odigos_config_set) - Set a configuration property in Odigos
29 changes: 29 additions & 0 deletions docs/cli/odigos_config_set.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
---
title: "odigos config set"
sidebarTitle: "odigos config set"
---
## odigos config set

Set a configuration property in Odigos

```
odigos config set <property> <value> [flags]
```

### Options

```
-h, --help help for set
-n, --namespace string Namespace where Odigos is installed (default "odigos-system")
```

### Options inherited from parent commands

```
--kube-context string (optional) name of the kubeconfig context to use
--kubeconfig string (optional) absolute path to the kubeconfig file (default "KUBECONFIG")
```

### SEE ALSO

* [odigos config](/cli/odigos_config) - Manage Odigos configuration

0 comments on commit 302c236

Please sign in to comment.