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-19 14:16:14 #3660

Merged
merged 1 commit into from
Jun 19, 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.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,6 @@ https://docs.stacklok.com/minder
* [minder quickstart](minder_quickstart.md) - Quickstart minder
* [minder repo](minder_repo.md) - Manage repositories
* [minder ruletype](minder_ruletype.md) - Manage rule types
* [minder set-project](minder_set-project.md) - Move the current context to another project
* [minder version](minder_version.md) - Print minder CLI version

38 changes: 38 additions & 0 deletions docs/docs/ref/cli/minder_set-project.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
---
title: minder set-project
---
## minder set-project

Move the current context to another project

### Synopsis

The minder set-project command moves the current context to another project.
Passing a UUID will move the context to the project with that UUID. This is akin to
using an absolute path in a filesystem.

```
minder set-project [flags]
```

### Options

```
-h, --help help for set-project
```

### 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")
```

### SEE ALSO

* [minder](minder.md) - Minder controls the hosted minder service