Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Auto-generated cli documentation update - 2024-06-20 12:49:24 #3679

Merged
merged 1 commit into from
Jun 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/docs/ref/cli/minder_provider.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,5 @@ minder provider [flags]
* [minder provider enroll](minder_provider_enroll.md) - Enroll a provider within the minder control plane
* [minder provider get](minder_provider_get.md) - Get a given provider available in a specific project
* [minder provider list](minder_provider_list.md) - List the providers available in a specific project
* [minder provider update](minder_provider_update.md) - Updates a provider's configuration

41 changes: 41 additions & 0 deletions docs/docs/ref/cli/minder_provider_update.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
---
title: minder provider update
---
## minder provider update

Updates a provider's configuration

### Synopsis

The minder provider update command allows a user to update a provider's
configuration after enrollement.

```
minder provider update [flags]
```

### Options

```
-h, --help help for update
-n, --name string Name of the provider.
-s, --set-attribute strings List of attributes to set in the config in <name>=<value> format
-u, --unset-attribute strings List of attributes to unset in the config in <name> format
```

### Options inherited from parent commands

```
--config string Config file (default is $PWD/config.yaml)
--grpc-host string Server host (default "api.stacklok.com")
--grpc-insecure Allow establishing insecure connections
--grpc-port int Server port (default 443)
--identity-client string Identity server client ID (default "minder-cli")
--identity-url string Identity server issuer URL (default "https://auth.stacklok.com")
-j, --project string ID of the project
```

### SEE ALSO

* [minder provider](minder_provider.md) - Manage providers within a minder control plane